Skip to content

Commit

Permalink
first commit
Browse files Browse the repository at this point in the history
  • Loading branch information
holidayworking committed Sep 24, 2012
0 parents commit b010637
Show file tree
Hide file tree
Showing 6 changed files with 15,194 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Gemfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
source 'https://rubygems.org'

gem 'jubatus'
18 changes: 18 additions & 0 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
GEM
remote: https://rubygems.org/
specs:
iobuffer (1.1.2)
jubatus (0.1.0)
msgpack-rpc (~> 0.4.5)
msgpack (0.4.7)
msgpack-rpc (0.4.5)
msgpack (>= 0.4.4)
rev (>= 0.3.0)
rev (0.3.2)
iobuffer (>= 0.1.3)

PLATFORMS
ruby

DEPENDENCIES
jubatus
11 changes: 11 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
jubatus-tutorial-ruby
======

Usage
-----

$ wget http://people.csail.mit.edu/jrennie/20Newsgroups/20news-bydate.tar.gz
$ tar zxvf 20news-bydate.tar.gz
$ bundle install
$ jubaclassifier --name=tutorial
$ bundle exec ruby tutorial.rb
Loading

0 comments on commit b010637

Please sign in to comment.