Pos Tagger in PHP
Asked Answered
W

2

1

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.

Whereof answered 27/2, 2012 at 14:39 Comment(0)
R
2

PHP/IR has an article on "Part Of Speech Tagging" with an implementation of a Brill Tagger

Rupp answered 27/2, 2012 at 14:42 Comment(0)
S
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.

Sharpfreeze answered 28/1, 2015 at 16:41 Comment(0)

© 2022 - 2024 — McMap. All rights reserved.