Installation instructions tell the user to type require 'treat' after
installation, but on a clean system without the open-nlp and
stanford-core-nlp gems installed, this require statement fails. These
two gems should be included in the gem dependencies.
Installation instructions tell the user to type
require 'treat'
after installation, but on a clean system without theopen-nlp
andstanford-core-nlp
gems installed, this require statement fails. These two gems should be included in the gem dependencies.