Skip to content

An example of using liblinear-java in Scala with the 20 newsgroups data set.

Notifications You must be signed in to change notification settings

mlehman/liblinear-20news-example

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Liblinear-java 20 Newsgroups Example

An example showing how to use liblinear-java for text classification in Scala with the 20 newsgroups data set. Additionally, this example shows how Apache Lucene can be leveraged for tokenizing, shingling, and more.

##Downloading the Data Set

The 20 newsgroups data set is available here. This example requires the "bydate" version.

Unzip and place this directory in the root of this project.

Building & Running the Example

Requires java and sbt.

Building and running:

$ sbt run

About

An example of using liblinear-java in Scala with the 20 newsgroups data set.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages