Package | Description |
---|---|
de.susebox.jtopas | |
de.susebox.jtopas.spi |
Modifier and Type | Class and Description |
---|---|
class |
AbstractTokenizerProperties
The class
AbstractTokenizerProperties provides the skeleton for
implementations of the TokenizerProperties interface. |
class |
StandardTokenizerProperties
The class
StandardTokenizerProperties provides a simple implementation
of the TokenizerProperties interface for use in most situations. |
Modifier and Type | Method and Description |
---|---|
TokenizerProperties |
Tokenizer.getTokenizerProperties()
Retrieving the current tokenizer characteristics.
|
TokenizerProperties |
StandardTokenizerProperties.getTokenizerProperties()
The method retrieves the backing
TokenizerProperties
instance, this DataMapper is working on. |
TokenizerProperties |
AbstractTokenizer.getTokenizerProperties()
Retrieving the current tokenizer characteristics.
|
Modifier and Type | Method and Description |
---|---|
void |
Tokenizer.setTokenizerProperties(TokenizerProperties props)
Setting the tokenizer characteristics.
|
void |
StandardTokenizerProperties.setTokenizerProperties(TokenizerProperties props)
Setting the backing
TokenizerProperties instance this DataMapper
is working with. |
void |
AbstractTokenizer.setTokenizerProperties(TokenizerProperties props)
Setting the tokenizer characteristics.
|
Constructor and Description |
---|
AbstractTokenizer(TokenizerProperties properties)
Contructing a
AbstractTokenizer with a backing TokenizerProperties
instance. |
StandardTokenizer(TokenizerProperties properties)
Contructing a
StandardTokenizer with a backing TokenizerProperties
instance. |
Modifier and Type | Method and Description |
---|---|
TokenizerProperties |
DataMapper.getTokenizerProperties()
The method retrieves the backing
TokenizerProperties
instance, this DataMapper is working on. |
Modifier and Type | Method and Description |
---|---|
void |
DataMapper.setTokenizerProperties(TokenizerProperties props)
Setting the backing
TokenizerProperties instance
this DataMapper is working with. |
Constructor and Description |
---|
StandardKeywordHandler(TokenizerProperties props)
The constructor takes the
TokenizerProperties
that provide the keywords. |
StandardSeparatorHandler(TokenizerProperties props)
The constructor takes the
TokenizerProperties
that provide the separators. |
StandardSequenceHandler(TokenizerProperties props)
The constructor takes the
TokenizerProperties
that provide the special sequences. |
StandardWhitespaceHandler(TokenizerProperties props)
The constructor takes the
TokenizerProperties
that provide the whitespaces. |