tomayac’s avatartomayac’s Twitter Archive—№ 14,214

  1. …in reply to @RReverser
    @RReverser @hooraybuffer You’re looking for part of speech taggers. The simplest and fastest (local running one) that I’m aware of is github.com/dariusk/pos-js/blob/master/README.md, which is based on github.com/mark-watson/fasttag_v2/blob/master/README.md, which in turn is based on Brill’s work web.archive.org/web/20000818163745/http://www.cs.jhu.edu/~brill/.
    1. …in reply to @tomayac
      @RReverser @hooraybuffer A more up-to-date implementation (but still based on Brill’s original approach) is npmjs.com/package/natural#pos-tagger.