File tree Expand file tree Collapse file tree 1 file changed +4
-17
lines changed Expand file tree Collapse file tree 1 file changed +4
-17
lines changed Original file line number Diff line number Diff line change @@ -4,29 +4,16 @@ A Java Naive Bayes Classifier that works in-memory or on RocksDB fast key-value
44Maven Quick-Start
55------------------
66
7- This Java Naive Bayes Classifier on RocksDB can be installed via the jitpack repository. Make sure to add it to your buildfile first.
8-
9- ``` xml
10- <repositories >
11- <repository >
12- <id >jitpack.io</id >
13- <url >https://jitpack.io</url >
14- </repository >
15- </repositories >
16- ```
17-
18- Then, treat it as any other dependency.
7+ This Java Naive Bayes Classifier on RocksDB can be installed as any other dependency.
198
209``` xml
2110<dependency >
22- <groupId >com.github. namsor</groupId >
23- <artifactId >Java-Naive-Bayes-LevelDB </artifactId >
24- <version >v1 .0.0 </version >
11+ <groupId >com.namsor</groupId >
12+ <artifactId >Java-Naive-Bayes-Classifier-JNBC </artifactId >
13+ <version >v2 .0.1 </version >
2514</dependency >
2615```
2716
28- For other build-tools (e.g. gradle), visit https://jitpack.io for configuration snippets.
29-
3017Example
3118------------------
3219
You can’t perform that action at this time.
0 commit comments