-
Notifications
You must be signed in to change notification settings - Fork 261
Description
In the material I am annotating I found a couple of instances of "...VERB
själv", e.g. "att bestämma själv".
As I was unsure about the annotation of "själv", I checked the Swedish treebanks and found that both Talbanken and LinES use the UPOS tag ADJ
, but there is a systematic difference when it comes to dependencies:
- Talbanken always uses
VERB
-amod
-> själv - LinES always uses
VERB
-advmod
-> själv
The latter annotation fully aligns with my intuition, but I see that there are no instances of ADJ
+ advmod
in Talbanken at all (vs. 68 in LinES). Is the underlying idea is that, if something is an adjective (or rather a pronoun, in this case?), it cannot be an adverbial modifier, and if so, how negotiable is that idea? In my view, dependency annotation is or should be more about what the words do (i.e. how the words are used) than about what they are, and the opposite goes for POS tagging.