calling Stanford POS Tagger maxentTagger from java program
Posted
by Akansha
on Stack Overflow
See other posts from Stack Overflow
or by Akansha
Published on 2010-04-07T03:54:25Z
Indexed on
2010/04/07
4:03 UTC
Read the original article
Hit count: 467
stanford-nlp
Hi. I am new to Stanford POS tagger. I need to call the Tagger from my jva program and direct the output to a text file. I have extracted the source files from Stanford-postagger and tried calling the maxentTagger, but all I find is errors and warnings. Can somebody tell me from the scratch about how to call maxentTagger in my program, setting the classpath if required and other such steps. Please help me out.
© Stack Overflow or respective owner