Skip to content

gfigueroa/lemmatizer-tagger

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Java Lemmatizer and POS Tagger

Simple implementation of the Stanford POS Tagger and MIT Word Stemmer/Lemmatizer

Installation

Requires Java 7, Eclipse 4.5.1 (Mars), Apache Maven 4.0.0

Usage

java -jar lemmatizer-tagger.jar -lemmatize "Houses are quite big"

java -jar lemmatizer-tagger.jar -tag "Houses are quite big"

Contributing

  1. Fork it!
  2. Create your feature branch: git checkout -b my-new-feature
  3. Commit your changes: git commit -am 'Add some feature'
  4. Push to the branch: git push origin my-new-feature
  5. Submit a pull request :D

History

TODO: Write history

Credits

Written by Gerardo Figueroa. Uses Stanford NLP tools and MIT Wordnet library.

About

Easy and wrapped implementation of the Stanford POS Tagger and MIT Lemmatizer/Stemmer

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published