java - Text processing to identify parts of speech -


i've write program (in java) identify several parts of speech nouns, adjectives, verbs etc. program should identify number (in numeric e.g. 10) , numbers written in plain english (ten, hundred etc) , more. i'm not sure way forward. there library available can help? can done regex? or need learn nlp?

please suggest way forward.

(1) opennlp

(2) lingpipe

(3) stanford nlp

all 3 of above (java based) out, out of box in identifying pos.

for numbers use regular expressions.


Comments

Popular posts from this blog

Delphi XE2 Indy10 udp client-server interchange using SendBuffer-ReceiveBuffer -

Qt ActiveX WMI QAxBase::dynamicCallHelper: ItemIndex(int): No such property in -

Enable autocomplete or intellisense in Atom editor for PHP -