JrubyZemberek

This is a gem for making it easy to call Zemberek 2.x NLP library functions from JRuby.

Creative Commons License
jruby zemberek test by Nurettin Onur TUĞCU is licensed under a Creative Commons Attribution 3.0 Unported License.

Installation

Add this line to your application's Gemfile:

gem 'jruby_zemberek'

And then execute:

$ bundle

Or install it yourself as:

$ gem install jruby_zemberek

Usage

    require "jruby_zemberek"
    jz= JrubyZemberek.new
    p jz.metin_cozumle "dünyaya merhaba diyor"

Contributing

  1. Fork it ( https://github.com/[my-github-username]/jruby_zemberek/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