An open API service indexing awesome lists of open source software.

https://github.com/testica/mention-prediction

TEG mention's prediction using Weka.
https://github.com/testica/mention-prediction

java prediction weka

Last synced: 9 months ago
JSON representation

TEG mention's prediction using Weka.

Awesome Lists containing this project

README

          

**compile:**

`javac -encoding UTF-8 -cp lib/snowball.jar;lib/weka.jar; *.java`

**run:**

`java -Dfile.encoding=UTF-8 -cp lib/snowball.jar;lib/weka.jar; Main`