Skip to content

uetchy/cabocha-ruby

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

cabocha-ruby

cabocha-ruby is a gem that provides Ruby bindings for CaboCha. It is actually SWIG-generated files.

Usage

require 'cabocha' # or require 'CaboCha'

parser = CaboCha::Parser.new

Install

cabocha-ruby pre-requires CaboCha. You MUST install them beforehand.

$ gem install cabocha

or, add this into Gemfile

gem "cabocha"

And then execute:

$ bundle

Contributing

  1. Fork it ( https://github.com/uetchy/cabocha-ruby/fork )
  2. Create your feature branch (git checkout -b my-new-feature)
  3. Commit your changes (git commit -am 'Add some feature')
  4. Push to the branch (git push origin my-new-feature)
  5. Create a new Pull Request

License

This is based on CaboCha SWIG bindings.