louismullie / treat

Natural language processing framework for Ruby.
Other
1.36k stars 128 forks source link

Add dependencies required in order to successfully require treat #57

Closed geoffharcourt closed 11 years ago

geoffharcourt commented 11 years ago

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.

louismullie commented 11 years ago

Fixed in the latest release - I had to change a couple of other things, so I did it manually. Thanks for the pull request!