TregexParserConstants.java :  » Natural-Language-Processing » Stanford-CoreNLP » edu » stanford » nlp » trees » tregex » Java Open Source

Java Open Source » Natural Language Processing » Stanford CoreNLP 
Stanford CoreNLP » edu » stanford » nlp » trees » tregex » TregexParserConstants.java
/* Generated By:JavaCC: Do not edit this line. TregexParserConstants.java */
package edu.stanford.nlp.trees.tregex;


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

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

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

  /** Literal token values. */
  String[] tokenImage = {
    "<EOF>",
    "\" \"",
    "\"\\r\"",
    "\"\\t\"",
    "<RELATION>",
    "<REL_W_STR_ARG>",
    "<NUMBER>",
    "<IDENTIFIER>",
    "\"__\"",
    "<REGEX>",
    "<VARNAME>",
    "\"\\n\"",
    "\"(\"",
    "\")\"",
    "\"!\"",
    "\"@\"",
    "\"#\"",
    "\"%\"",
    "\"=\"",
    "\"~\"",
    "\"|\"",
    "\"&\"",
    "\"?\"",
    "\"[\"",
    "\"]\"",
  };

}
java2s.com  | Contact Us | Privacy Policy
Copyright 2009 - 12 Demo Source and Support. All rights reserved.
All other trademarks are property of their respective owners.