KorAP / Koral

:pencil: Translation of query languages to serialized KoralQuery protocol
BSD 2-Clause "Simplified" License
10 stars 4 forks source link

Upgrade Cosmas II grammars to ANTLR 4 #34

Open margaretha opened 7 years ago

margaretha commented 7 years ago

Cosmas II grammars are written in Antlr 3 language which is quite different from Antlr 4. The tree outputs would probably also be different.

Other QLs (Poliqarp, Annis, FCSQL) use Antlr 4. Thus, we use both Antlr 3 and 4 libraries, which fortunately do not conflicted with each other.

Akron commented 7 years ago

This may be of interest for Franck, as he wrote the C2-grammar, if I am correct.

margaretha commented 7 years ago

Yes