Simple implementation of the Stanford POS Tagger and MIT Word Stemmer/Lemmatizer
Requires Java 7, Eclipse 4.5.1 (Mars), Apache Maven 4.0.0
java -jar lemmatizer-tagger.jar -lemmatize "Houses are quite big"
java -jar lemmatizer-tagger.jar -tag "Houses are quite big"
- Fork it!
- Create your feature branch:
git checkout -b my-new-feature
- Commit your changes:
git commit -am 'Add some feature'
- Push to the branch:
git push origin my-new-feature
- Submit a pull request :D
TODO: Write history
Written by Gerardo Figueroa. Uses Stanford NLP tools and MIT Wordnet library.