Equations
- DepGrammar.instReprLexEntry = { reprPrec := DepGrammar.instReprLexEntry.repr }
Equations
- One or more equations did not get rendered due to their size.
Instances For
Auxiliary verb (non-inverted): subject left, main verb right
Equations
- One or more equations did not get rendered due to their size.
Instances For
Auxiliary verb (inverted): subject right, main verb right
Equations
- One or more equations did not get rendered due to their size.
Instances For
Auxiliary Inversion Rule: V+aux,-inv → V+aux,+inv The subject moves from left to right position
Equations
- One or more equations did not get rendered due to their size.
Instances For
Passive Rule: VN → V+passive Object is removed (promoted to subject), by-phrase added as optional
Equations
- One or more equations did not get rendered due to their size.
Instances For
Apply all applicable rules to generate derived entries
Equations
- DepGrammar.deriveEntries rules entry = entry :: List.filterMap (fun (x : DepGrammar.LexRule) => DepGrammar.applyRule x entry) rules