On 9/15/11 2:48 PM, György Chityil wrote:
Thanks Jörn, this sounds  interesting "you only need to do it once at start
up. And then the model can be shared between all POS Tagger instances." Is
there some kind of documentation on how to run multiple POS Tagger
instances? So far it seemed to me (on linux) that I have to start a new
instance for every tagging, meaning I have to execute the command "opennlp
POSTagger en-maxent-pos.bin<  myfile.txt>  result.txt"

Or perhaps what I just thought of it there is a way to load opennlp (and the
tagger) with nohup command on linux so it stays active in the background
waiting for requests.

The command line tools to process data are only there for testing and demonstration. If you need to do some serious processing you should either use our API or use OpenNLP
through some kind of framework, e.g. UIMA.

Jörn

Reply via email to