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] |
The documentation for this struct was generated from the following files: