how do I create my own training corpus for stanford tagger?

后端 未结 4 1477
你的背包
你的背包 2021-02-05 13:20

I have to analyze informal english text with lots of short hands and local lingo. Hence I was thinking of creating the model for the stanford tagger.

How do i create my

4条回答
  •  醉话见心
    2021-02-05 13:45

    I tried: java -mx1500m edu.stanford.nlp.parser.lexparser.LexicalizedParser [-v] \ -train trainFilesPath fileRange -saveToSerializedFile serializedGrammarFilename

    But I had the error:

    Error: Could not find or load main class edu.stanford.nlp.parser.lexparser.LexicalizedParser

提交回复
热议问题