Skip to content

Latest commit

 

History

History
96 lines (64 loc) · 1.18 KB

README.md

File metadata and controls

96 lines (64 loc) · 1.18 KB

Formal Grammar for Conditions

ANTLR4 Grammar: Conditions.g4

prog

rule prog

expression

rule expression

columnname

rule columnname

field

rule field

UPOS

rule UPOS

LEMMA

rule LEMMA

FORM

rule FORM

XPOS

rule XPOS

DEPREL

rule DEPREL

FEAT

rule FEAT

MISC

rule MISC

ID

rule ID

MWT

rule MWT

HEADID

rule HEADID

RELEUD

rule RELEUD

ABSEUD

rule ABSEUD

ISEMPTY

rule ISEMPTY

ISMWT

rule ISMWT

AND

rule AND

OR

rule OR

NOT

rule NOT

OPEN

rule OPEN

CLOSE

rule CLOSE

AT

rule AT

EQUALS

rule EQUALS

COMPATIBLE

rule COMPATIBLE

CUPOS

rule CUPOS

CXPOS

rule CXPOS

CDEPREL

rule CDEPREL

CFEAT

rule CFEAT

WS

rule WS