public class ParserAntrl extends ParserBasic
Constructor and Description |
---|
ParserAntrl(CRFState crfState) |
Modifier and Type | Method and Description |
---|---|
static void |
main(java.lang.String[] args) |
static CRFDescription |
parse(CRFState crfState,
java.lang.String fileContents) |
static void |
printTree(org.antlr.runtime.tree.Tree t,
int indent) |
parseFunction, predeclaredFunctions, prettyString
public ParserAntrl(CRFState crfState)
public static CRFDescription parse(CRFState crfState, java.lang.String fileContents)
public static void printTree(org.antlr.runtime.tree.Tree t, int indent)
public static void main(java.lang.String[] args) throws java.lang.Exception
java.lang.Exception