README.rdoc in name-spotter-0.0.5 vs README.rdoc in name-spotter-0.0.6
- old
+ new
@@ -1,9 +1,13 @@
= name-spotter
Finds biodiversity scientific names in texts using TaxonFinder (by Patrick Leary) or NetiNeti (by Lakshmi Manohar Akella) libraries. This gem works with ruby >= 1.9.2
+== Requirements
+
+* Python 2.6/2.7 with NLTK module, http://www.nltk.org/
+
== Installation
* Install the gem
gem install name-spotter
@@ -26,11 +30,11 @@
git clone git://github.com/mbl-cli/NetiNeti.git
cd NetiNeti
#then
- easy_install virtualenv
- easy_install tornado
+ sudo easy_install virtualenv
+ sudo easy_install tornado
python neti_env.py virtualenvs/neti
cp config/neti_http_config.cfg.example config/neti_http_config.cfg
python neti_tornado_server.py
== Usage