Constannnnnt / Distributed-CoreNLP

This infrastructure, built on Stanford CoreNLP, MapReduce and Spark with Java, aims at processing documents annotations at large scale.
https://github.com/Constannnnnt/Distributed-CoreNLP
MIT License
0 stars 0 forks source link

finish lemma #11

Closed KaisongHuang closed 5 years ago

KaisongHuang commented 5 years ago

preview of -lemma:

((0,tokenize),The-1 University-2 of-3 Waterloo-4 is-5 located-6 in-7 Canada-8 .-9 Goose-1 lives-2 in-3 this-4 University-5 .-6)
((0,pos),(The,DT) (University,NNP) (of,IN) (Waterloo,NNP) (is,VBZ) (located,JJ) (in,IN) (Canada,NNP) (.,.) (Goose,NN) (lives,VBZ) (in,IN) (this,DT) (University,NNP) (.,.))
((0,lemma),(The,the) (University,University) (of,of) (Waterloo,Waterloo) (is,be) (located,located) (in,in) (Canada,Canada) (.,.) (Goose,goose) (lives,live) (in,in) (this,this) (University,University) (.,.))
((1,tokenize),The-1 University-2 of-3 Waterloo-4 is-5 located-6 in-7 Canada-8 .-9 Goose-1 lives-2 here-3 .-4)
((1,pos),(The,DT) (University,NNP) (of,IN) (Waterloo,NNP) (is,VBZ) (located,JJ) (in,IN) (Canada,NNP) (.,.) (Goose,NN) (lives,NNS) (here,RB) (.,.))
((1,lemma),(The,the) (University,University) (of,of) (Waterloo,Waterloo) (is,be) (located,located) (in,in) (Canada,Canada) (.,.) (Goose,goose) (lives,life) (here,here) (.,.))