File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ JFastText is ideal for building fast text classifiers in Java.
1616<dependency >
1717 <groupId >com.github.vinhkhuc</groupId >
1818 <artifactId >jfasttext</artifactId >
19- <version >0.3 </version >
19+ <version >0.4 </version >
2020</dependency >
2121```
2222The Jar package on Maven Central is bundled with precompiled fastText library for Windows, Linux and
Original file line number Diff line number Diff line change 1212 <dependency >
1313 <groupId >com.github.vinhkhuc</groupId >
1414 <artifactId >jfasttext</artifactId >
15- <version >0.3 </version >
15+ <version >0.4 </version >
1616 </dependency >
1717 </dependencies >
1818</project >
Original file line number Diff line number Diff line change 66
77 <groupId >com.github.vinhkhuc</groupId >
88 <artifactId >jfasttext</artifactId >
9- <version >0.4-SNAPSHOT </version >
9+ <version >0.4</version >
1010 <name >Java interface for fastText</name >
1111 <description >
1212 JFastText is a Java interface for fastText, a library for efficient learning of
You can’t perform that action at this time.
0 commit comments