DeSR Dependency Parser

Tanl::SplitSentenceReader::BoundarySet Struct Reference

Parameters defininig where to split a sentence. More...

#include <SplitSentenceReader.h>

List of all members.

Public Member Functions

 BoundarySet (char const *boundaryTokens[]=defaultBoundaryTokens, char const *boundaryFollowers[]=defaultBoundaryFollowers, char const *regionBegin=0, char const *regionEnd=0)
bool ends (char const *tok) const

Public Attributes

std::set< char const * > boundaries
std::set< char const * > followers

Static Public Attributes

static char const * defaultBoundaryTokens []
static char const * defaultBoundaryFollowers []


Detailed Description

Parameters defininig where to split a sentence.

Definition at line 51 of file SplitSentenceReader.h.


Member Data Documentation

char const * Tanl::SplitSentenceReader::BoundarySet::defaultBoundaryFollowers [static]

Initial value:

  {")", "]", "\"", "\'", "''", "-RRB-", "-RSB-", 0 }

Definition at line 53 of file SplitSentenceReader.h.

char const * Tanl::SplitSentenceReader::BoundarySet::defaultBoundaryTokens [static]

Initial value:

  {".", "!", "?", 0 }

Definition at line 52 of file SplitSentenceReader.h.


The documentation for this struct was generated from the following files:
 
Copyright © 2005-2007 G. Attardi. Generated on 13 Aug 2009 by doxygen 1.5.7.1.