Tanl Linguistic Pipeline

Parser::Scanner Class Reference
[Dependency Parser]

List of all members.

Classes

struct  Token
 Represents a token recognized by the scanner. More...

Public Types

enum  TokenType {
  Eof = 0, Word = 200, Abbrev, Date,
  Number, Phone, Tag, Url,
  Punct
}
 

Token types.

More...

Public Member Functions

Token scan ()
 We define our own method scan() instead of yylex(), since we return a Token instead of int.

Static Public Attributes

static char const * TypeName []

Member Enumeration Documentation

Token types.


Member Data Documentation

char const * Parser::Scanner::TypeName [static]
Initial value:
 { "Eof",
    "Word",
    "Abbrev",
    "Date",
    "Number",
    "Phone",
    "Tag",
    "Url",
    "Punct"
}

The documentation for this class was generated from the following files:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines
 
Copyright © 2005-2011 G. Attardi. Generated on 4 Mar 2011 by doxygen 1.6.1.