I am looking for a simple part-of-speech library or code that I can download. My criteria is that it must be simple to use and free is possible.
Do you know such a library ?
There's an implementation of the Brill tagger in PHP: How to impliment a Part-of-Speech (POS) tagger and http://phpir.com/part-of-speech-tagging
You'll probably find more if you Google for "PHP POS tagger". I also have a rudimentary PHP wrapper for the Stanford POS tagger (which runs in Java), which I would be happy to open-source, but as it takes up to five seconds to load the model, you may want to use one of the tools linked to above if real-time processing is your goal. (You only need to load the model once per session, though.)
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With