OTMI Script
From OpenTextMining
The OTMI genrator script gen_otmi.rb is now packaged as a Ruby gem and is available for downloading:
Installation of the gem is straightforward. You will need to have gem installed first. If you do not have this then go first to http://rubygems.org/ for links to downloads, documentation, etc. The gem downloads page is on RubyForge. Documentation on installing gem is available here. Typically this is as simple as issuing the following command:
% [sudo] ruby setup.rb
Note that you may need to run this with 'sudo' if you are not running as superuser.
Once gem is installed you just need to issue the following command to install the gem from the current directory containing the gem:
% [sudo] gem install otmi
Note that you may need to run this with 'sudo' if you are not running as superuser.
For information on running the script gen_otmi.rb, see also:
