grew-nlp / grew

7 stars 0 forks source link

Span #26

Open sylvainkahane opened 1 year ago

sylvainkahane commented 1 year ago

Grew-match does not allow us to ask if X dominates Y. (X dominates Y if Y depends on X or Y depends on X1 depending on X and so on.) But we can precompute the maximal projection of X, that is the set of Y dominated by X, X included. And add to the each node some features:

sylvainkahane commented 1 year ago

We have to add that several domination relations (and several spans) can be considered, according to the dependency relations we take into account. Three cases seem particularly relevant:

The question of punctuation is an additional problem. From the linguistic point a view, it seems reasonable not to consider the punct relations; linking punctuation to their governor.