Feature request: tag_map equivalent for dependency relations #2235
danielhers
started this conversation in
New Features & Project Ideas
Replies: 2 comments
-
This would make a good extension attribute, although it might be difficult to create a good mapping, since the labels won't align one-to-one. |
Beta Was this translation helpful? Give feedback.
0 replies
-
Right, the best mapping won't be 100%, but it should be pretty good nonetheless. For POS tags it's not one-to-one either, or is it? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
The
pos
attribute is very useful for cross-lingual applications, as it has a universal set of values.However,
dep
has different values for English (CLEAR) and German (TIGER) than other languages (UD). While I think a UD model for every language would be nice, in the meantime perhaps it would be easier to add adep_map
for English and German, and an attribute called something likeudep
providing the value of the mapped relation.Beta Was this translation helpful? Give feedback.
All reactions