I want to use words – interface to WordNet® with cross ruby distribution compatability,for my application. How to set all the essential prerequisites to get this done aprt from installing the gem.
I want to use words – interface to WordNet® with cross ruby distribution compatability,for
Share
Firstly you need to make sure that your OS has a copy of the wordnet data files. If not get it using the command
Then install the gem
wordnetand other dependencies if any likegemcutterandtumbleAfter this you can use it in your files using
require 'words'.For example :
This must do the work.
Refer the API for more details