codeaudit / dkpro-core-asl

Automatically exported from code.google.com/p/dkpro-core-asl
0 stars 0 forks source link

MaltParser produces wrong offsets for dependencies #163

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
The MaltParser component produces dependencies which have offsets that 
correspond to the sentence. Is should have the begin = min(gov.begin, dep. 
begin); end = max(gov.end, dep.end)

Original issue reported on code.google.com by richard.eckart on 24 Jun 2013 at 2:39

GoogleCodeExporter commented 9 years ago
Also affects ClearNlpDependencyParser, MateParser.

MSTParser does something else, but it's also odd and should be fixed.

Original comment by richard.eckart on 24 Jun 2013 at 2:50

GoogleCodeExporter commented 9 years ago

Original comment by richard.eckart on 24 Jun 2013 at 8:37