#include <BrillPOSTokenizer.hpp>
Inheritance diagram for lemur::parse::BrillPOSTokenizer:
Public Member Functions | |
BrillPOSTokenizer () | |
make a new POSTokenizer with default split character "/" | |
BrillPOSTokenizer (char s) | |
make a new POSTokenizer with a different splitting character | |
void | setDelimiter (char s) |
set a new delimiter character to split into tokens | |
char * | handleWord (char *word, const char *original, PropertyList *list) |
Protected Attributes | |
char | splitter |
Property | pos |
|
make a new POSTokenizer with default split character "/"
|
|
make a new POSTokenizer with a different splitting character
|
|
split the token, send the word as is along the pipeline with the POS added as a Property Reimplemented from lemur::api::TextHandler. |
|
set a new delimiter character to split into tokens
|
|
|
|
|