Forum Moderators: coopster
I used a brill tagger, from the command line using exec(""); that was pretty much the extent of PHP usage ;)
I'd planned to then lookup wordnet from the command line with the POS tags, since there would be a lot less ambiguation in the actual meaning of the word.
I acquired the brill tagger here
http:*//www2d.biglobe.ne.jp/~htakashi/software/brill_e.htm
I see there's also a version of wordnet in XML, could be handier for simpler parsing.