All Downloads are FREE. Search and download functionalities are using the official Maven repository.

edu.stanford.nlp.semgraph.semgrex.SemgrexParserConstants Maven / Gradle / Ivy

/* Generated By:JavaCC: Do not edit this line. SemgrexParserConstants.java */
package edu.stanford.nlp.semgraph.semgrex;


/**
 * Token literal values and constants.
 * Generated by org.javacc.parser.OtherFilesGen#start()
 */
interface SemgrexParserConstants {

  /** End of File. */
  int EOF = 0;
  /** RegularExpression Id. */
  int RELATION = 4;
  /** RegularExpression Id. */
  int ALIGNRELN = 5;
  /** RegularExpression Id. */
  int IDENTIFIER = 6;
  /** RegularExpression Id. */
  int NUMBER = 7;
  /** RegularExpression Id. */
  int EMPTY = 8;
  /** RegularExpression Id. */
  int ROOT = 9;
  /** RegularExpression Id. */
  int REGEX = 10;

  /** Lexical state. */
  int DEFAULT = 0;

  /** Literal token values. */
  String[] tokenImage = {
    "",
    "\" \"",
    "\"\\r\"",
    "\"\\t\"",
    "",
    "\"@\"",
    "",
    "",
    "\"#\"",
    "\"$\"",
    "",
    "\"\\n\"",
    "\":\"",
    "\"(\"",
    "\")\"",
    "\"|\"",
    "\"&\"",
    "\"!\"",
    "\"?\"",
    "\"[\"",
    "\"]\"",
    "\",\"",
    "\"=\"",
    "\"{\"",
    "\";\"",
    "\"}\"",
  };

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy