What I want to be able to do is tell if a word in a sentence is a noun, adverb, adjective, etc.. I looked into FreeLing, and a few other open source projects that I could find that are able to do this, just wondering if there is one that works with PHP natively, if not, do you have any suggestions on other projects like FreeLing that might help.
Asked
Active
Viewed 97 times
1 Answers
0
Best way would be using a grammar parser. www.link.cs.cmu.edu/link

streetparade
- 32,000
- 37
- 101
- 123
-
Thanks for the suggestion, most recent updates to this are at: http://www.abisource.com/projects/link-grammar/ – Scott Tyler Feb 03 '10 at 20:25