Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/naokikimura/jubatus-tutorial-java
https://github.com/naokikimura/jubatus-tutorial-java
Last synced: 23 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/naokikimura/jubatus-tutorial-java
- Owner: naokikimura
- Created: 2012-11-10T12:14:23.000Z (about 12 years ago)
- Default Branch: master
- Last Pushed: 2021-04-28T08:14:57.000Z (over 3 years ago)
- Last Synced: 2024-04-15T00:16:03.317Z (9 months ago)
- Language: Java
- Size: 104 KB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
jubatus-tutorial-java
=====================see http://jubat.us/en/tutorial.html
Quick Start
--------------------git clone git://github.com/naokikimura/jubatus-tutorial-java.git
cd jubatus-tutorial-javacurl -O http://people.csail.mit.edu/jrennie/20Newsgroups/20news-bydate.tar.gz
tar -xvzf 20news-bydate.tar.gzjubaclassifier --configpath=src/main/config/config.json --rpc-port=9190 --name=tutorial &
mvn -q compile exec:java -Dexec.args="-p 9190"
Output a classpath string of dependencies
--------------------mvn dependency:build-classpath -DoutputFile=classpath.txt
or
mvn -q exec:exec -Dexec.executable="echo" -Dexec.args="%classpath"
### e.g. jrunscript
rlwrap jrunscript -cp $(mvn -q exec:exec -Dexec.executable="echo" -Dexec.args="%classpath")