uni-dep-tb
uni-dep-tb copied to clipboard
A set of treebanks for multiple languages annotated in basic Stanford-style dependencies.
Hi @ryanmcd and @dan-zeman, there is a loop in the link to https://code.google.com/p/uni-dep-tb/ in the README. Moreover, I cloud not find any reference about the origin of the data. In...
``` Dear all, I'm among the authors of the Italian Stanford Dependency Treebank (ISDT) and of the resources from where ISDT has been obtained (Merged Italian Dependency Treebank), as you...
``` What steps will reproduce the problem? 1. cat fr-universal-test.conll|tr "\t" " "|cut -d" " -f2,4|grep "%"|sort|uniq -c 2. cat fr-universal-train.conll|tr "\t" " "|cut -d" " -f2,4|grep "%"|sort|uniq -c What...
``` The Brazilian Portuguese corpus has occurrences of the two words "e" and "a" in sequence appearing as a single token "ea". ``` Original issue reported on code.google.com by `[email protected]`...