codeaudit / dkpro-core-asl

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

Stanford dependency relations names for English are lower-case while other parsers produce upper-case #173

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Stanford dependency relations names for English are lower-case while other 
parsers produce upper-case. This can easily be changed by adding a 
toUpperCase(), but:

a) it may be that other tagsets are really lowercase.
b) it may affect higher-level analysis relying on lowercase tags.

Maybe it should be added as an option to upper-case tags.

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

GoogleCodeExporter commented 9 years ago
Remark: the documentation of the Stanford dependency categories uses lower-case 
names.

Original comment by richard.eckart on 6 Aug 2013 at 1:27

GoogleCodeExporter commented 9 years ago

Original comment by richard.eckart on 10 Aug 2013 at 2:03

GoogleCodeExporter commented 9 years ago
Actually, the problem was in another component which used "toUpperCase()". 
Reverting this change.

Original comment by richard.eckart on 11 Aug 2013 at 4:58