Project

cabocha

0.0
No commit activity in last 3 years
No release in over 3 years
cabocha-ruby is a gem that provides Ruby bindings for CaboCha.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Development

 Project Readme

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.