File tree Expand file tree Collapse file tree 1 file changed +21
-0
lines changed
Expand file tree Collapse file tree 1 file changed +21
-0
lines changed Original file line number Diff line number Diff 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
6485The hard-coded n-grams hashmap language profiles in this project may lead to memory problems
You can’t perform that action at this time.
0 commit comments