release a new version of rbtagger
May 21st, 2009
Just released a new version of rbtagger gem. It’s much easier to use as I now include the Brown Corpus and Lexicon in the gem. This means to create the tagger using the default Corpus no arguments are required.
tagger = Brill::Tagger.new
tagger.tag("some body of text")
To install:
gem install rbtagger

Recent Comments