Chunking some text with the stanford-nlp

前端 未结 1 526
梦谈多话
梦谈多话 2021-02-14 20:27

I\'m using the stanford core NLP and I use this line to load some modules to process my text:

props.put(\"annotators\", \"tokenize, ssplit, pos, lemma, ner, pars         


        
1条回答
  •  慢半拍i
    慢半拍i (楼主)
    2021-02-14 21:18

    I think the parser output can be used to obtain NP chunks. Take a look at the context-free representation on the Stanford Parser website which provides example output.

    0 讨论(0)
提交回复
热议问题