DeSR Dependency Parser |
Classes | |
class | ParseException |
class | MatchGroups |
Holds the offsets of matching regular expressions. More... | |
class | Pattern |
Regular Expression matching. More... | |
Enumerations | |
enum | CompileFlags { IgnoreCase = PCRE_CASELESS, NoNewLine = PCRE_MULTILINE, DotAll = PCRE_DOTALL, Extended = PCRE_EXTENDED, Anchored = PCRE_ANCHORED, DollarEndOnly = PCRE_DOLLAR_ENDONLY, Extra = PCRE_EXTRA, UnGreedy = PCRE_UNGREEDY, Utf8 = PCRE_UTF8 } |
enum | EvaluateFlags { NotBol = PCRE_NOTBOL, NotEmpty = PCRE_NOTEMPTY, NotEol = PCRE_NOTEOL } |