Pos Tagger in PHP

帅比萌擦擦* 提交于 2019-12-11 06:49:28

问题


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

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!