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

Perl - how to grep a block of text from a file -

delphi - How to remove all the grips on a coolbar if I have several coolbands? -

javascript - Animating array of divs; only the final element is modified -