Any FSM/FSA Based Tagger

眉间皱痕 提交于 2019-12-08 07:13:02

问题


There are several good taggers around. I even asked a question creating own tagger, I have got another requirement now. In Python I was using topia and it seemed a great choice for job (fast and concise). But there is no such alternative in Java,I could find.
Now, I have three questions related to this :

1)Is there any term extractor/pos tagger in Java which is based on FSM?

2) Is FSM tagger "CAN BE" more efficient (I know it is way faster, but accuracy) than corpus based taggers?

3) How Do I start building One in Java? Any basic guide creating machine extracting pos tags from sentence :- "Einstein was a great scientist." ? Just a start ?

来源:https://stackoverflow.com/questions/16371483/any-fsm-fsa-based-tagger

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