Forbidden patterns in Sequoia format
Patterns to apply to the surface representation
Coordination
A coord relation must be followed by a dep.coord. 4 occurences In Sequoia 7.0.
match { GOV -[coord]-> DEP }
without { DEP -[dep.coord]-> * }
Check governor of dep.coord relation
match { GOV -[dep.coord]-> DEP; GOV [cat<>C|PONCT] }