How do I install "Ruby Linguistics With Verb Conjugation"? -


i downloaded source code "ruby linguistics verb conjugation".

how can install usage? need compile gem?

cd directory , run rake, install gem:

$ git clone https://github.com/bdigital/ruby_linguistics_with_verb_conjugation.git $ cd ruby_linguistics_with_verb_conjugation $ rake ...lots of output...   built rubygem   name: linguistics   version: 1.0.8   file: linguistics-1.0.8.gem   mv linguistics-1.0.8.gem pkg/linguistics-1.0.8.gem $ cd pkg $ gem install linguistics-1.0.8.gem 

done!


Comments

Popular posts from this blog

python - Does anyone know how to configure the hunpos wrapper class on nltk? -

mysql - How to insert just year and month into date field? -