-
Notifications
You must be signed in to change notification settings - Fork 261
Open
Milestone
Description
@AleksandrsBerdicevskis and I encountered the sentence fragment
huruvida detta är optimalt går att debattera
and annotated it as
går -[csubj]-> debattera -[ccomp]-> optimalt
considering that we would analyze
det går att debattera huruvida detta är optimalt
in the same way (+ det<-[expl]- går).
Cross-checking with Talbanken and LinES, we found that the pattern
går -[csubj]-> VERB -[ccomp/obj]-> (det som går att VERBa)
does occur both in Talbanken and LinES, but we also found:
- går -[csubj]-> VERB -[xcomp]-> (det som går att VERBa)
- (det som går att VERBa) <-[nsubj]- går -[advcl]-> VERB
- (det som går att VERBa) <-[nsubj]- går -[xcomp]-> VERB
(query results here)
So, my questions are:
- are these annotation inconsistencies, or am I missing some nuances?
- if these are inconsistencies, do you agree on går -[csubj]-> VERB -[ccomp/obj]-> (det som går att VERBa)?