java - Any FSM/FSA Based Tagger -


there several taggers around. asked question creating own tagger, have got requirement now. in python using topia , seemed great choice job (fast , concise). there no such alternative in java,i find.
now, have 3 questions related :

1)is there term extractor/pos tagger in java based on fsm?

2) fsm tagger "can be" more efficient (i know way faster, accuracy) corpus based taggers?

3) how start building 1 in java? basic guide creating machine extracting pos tags sentence :- "einstein great scientist." ? start ?


Comments

Popular posts from this blog

c++ - Function signature as a function template parameter -

algorithm - What are some ways to combine a number of (potentially incompatible) sorted sub-sets of a total set into a (partial) ordering of the total set? -

How to call a javascript function after the page loads with a chrome extension? -