问题
I am looking for a pos-tagger which can be used in php.Or i need to know if there is any way to use results of Qtag java app with php.
回答1:
PHP/IR has an article on "Part Of Speech Tagging" with an implementation of a Brill Tagger
回答2:
Take a look at PHP wrapper of Standford NLP processor. This is a more complete implementation of the functionality then the PHP/IR.
https://github.com/agentile/PHP-Stanford-NLP
The git hub page has examples to get you started fast.
回答3:
I'm working on a part of speech tagger in PHP. Here's a demo
for italian language, but I start collecting data for the english language and I plan to opensourcing it ASAP.
来源:https://stackoverflow.com/questions/9466832/pos-tagger-in-php