Pos Tagger in PHP

I am looking for a pos-tagger that can be used in php.Or, I need to know if there is a way to use the results of a Qtag java application with php.

+1
source share
3 answers

PHP / IR contains an article on "parts of speech" with the implementation of the Brill Tagger tag

+2
source

Take a look at the PHP shell of the Standford NLP processor. This is a more complete implementation of functions, and then PHP / IR.

https://github.com/agentile/PHP-Stanford-NLP

There are examples on the git hub page to help you get started quickly.

+2
source

PHP.

, , .

0

Source: https://habr.com/ru/post/1569910/


All Articles