dkpro-core
dkpro-core copied to clipboard
Reported dependency tagset may be incomplete
As John Bauer commented regarding the fetching of the dependency relation tagset:
<quote>
One thing worth noting is that the dependencies list
can actually change over time as it comes up with new collapsed
dependencies, such as adding a preposition dependency for a
preposition it hadn't seen before,
</quote>
The StanfordParser component currently reports only those relations listed in EnglishGrammaticalRelations
or ChineseGrammaticalRelations.
Original issue reported on code.google.com by richard.eckart on 2013-07-02 09:17:35
The dynamic adding of new values to the dependency tag set recorded in EnglishGrammaticalRelations
or ChineseGrammaticalRelations can have cross-document and cross-pipeline effects.
E.g. when running a batch of test cases, a test case which parses a complex sentence
may add categories to the XXXGrammaticalRelations which then later causes the tag set
test of the parser unit tests to fail.
Original issue reported on code.google.com by richard.eckart on 2013-11-30 23:30:10
This issue was updated by revision r2469.
Original issue reported on code.google.com by pedrobssantos on 2014-05-09 18:06:30