Jar examples for l:liblinear
A wrapper class for the liblinear tools (the liblinear classes, typically the jar file, need to be in the classpath to use this classifier). Rong-En Fan, Kai-Wei Chang, Cho-Jui Hsieh, Xiang-Rui Wang, Chih-Jen Lin (2008). LIBLINEAR - A Library for Large Linear Classification.
You can download jar file liblinear 1.94 in this page.
GNU General Public License 3
You can use the following script to add liblinear-1.94.jar to your project.
<dependency> <groupId>de.bwaldvogel</groupId> <artifactId>liblinear</artifactId> <version>1.94</version> </dependency>
compile group: 'de.bwaldvogel', name: 'liblinear', version: '1.94'
libraryDependencies += "de.bwaldvogel" % "liblinear" % "1.94"
<dependency org="de.bwaldvogel" name="liblinear" rev="1.94"/>
@Grapes(@Grab(group='de.bwaldvogel', module='liblinear', version='1.94'))
'de.bwaldvogel:liblinear:jar:1.94'
Click the following link to download the jar file.
liblinear-1.94-javadoc.jar