Skip to content

Commit c1582e2

Browse files
committed
add Maven info from @nitinverma
1 parent 8cb8cc5 commit c1582e2

File tree

1 file changed

+21
-0
lines changed

1 file changed

+21
-0
lines changed

README.md

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,27 @@ For example, click `anwiki` and download `anwiki-20121227-abstract.xml` to
5959
java -jar lib/langdetect.jar --genprofile -d language-detection/abstracts an
6060
python scripts/genprofile.py -i abstracts/profiles/an > AN.java
6161

62+
## Maven
63+
64+
Maven repository:
65+
66+
<repository>
67+
<id>nitin.public.maven.repository.release</id>
68+
<name>Nitin's Public Release Repository</name>
69+
<url>https://raw.github.com/nitinverma/public.maven.repository/master/releases/</url>
70+
<snapshots>
71+
<enabled>false</enabled>
72+
</snapshots>
73+
</repository>
74+
75+
Maven dependency:
76+
77+
<dependency>
78+
<groupId>com.cybozu.labs</groupId>
79+
<artifactId>langdetect</artifactId>
80+
<version>${com.cybozu.labs.version}</version>
81+
</dependency>
82+
6283
## Android settings
6384

6485
The hard-coded n-grams hashmap language profiles in this project may lead to memory problems

0 commit comments

Comments
 (0)