yohasebe / engtagger

English Part-of-Speech Tagger Library; a Ruby port of Lingua::EN::Tagger
GNU General Public License v2.0
263 stars 48 forks source link

Added get_adjectives and get_verbs methods #3

Closed plondon closed 10 years ago

plondon commented 10 years ago

created a bunch of new methods to find different types of verbs and adjectives, updated the readme as well for clarity

yohasebe commented 10 years ago

Great contribution! Thanks!