s-herrera / grammar-rules-extraction

2 stars 0 forks source link

Enrichment of requests #17

Open perrier54 opened 1 year ago

perrier54 commented 1 year ago

I need to check the dependency of syntactic relations on other related relations. For example, it would be interesting to have the possibility to write the following request: P1 : G[upos]; D[upos]; d: G1 -> G ; G < D P2: G -> D P3 : d.label; G.upos; D.upos For the moment, it seems that it is not possible to write P3. Is it possible to enrich the syntax of P3 to take into account such an example ?