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.
- Host: GitHub
- URL: https://github.com/testica/mention-prediction
- Owner: testica
- Created: 2016-11-15T01:40:15.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2016-11-15T01:53:16.000Z (over 9 years ago)
- Last Synced: 2025-04-09T11:16:29.615Z (about 1 year ago)
- Topics: java, prediction, weka
- Language: Java
- Size: 11.6 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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`