-
@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/.
-
@RReverser @hooraybuffer A more up-to-date implementation (but still based on Brill’s original approach) is npmjs.com/package/natural#pos-tagger.