| Package | Description |
|---|---|
| com.optimaize.langdetect.text |
Provides functionality for concatenating and cleaning text that is used as
a) learning text to produce
com.optimaize.langdetect.LanguageProfiles
b) for the text for which the language is to be guessed. |
| Modifier and Type | Class and Description |
|---|---|
class |
CharNormalizerTextFilterImpl
Deprecated.
can't be used because it would be a big loss to not inline this code.
|
class |
MultiTextFilter
Groups multiple
TextFilters as one and runs them in the given order. |
class |
RemoveMinorityScriptsTextFilter
Removes text written in scripts that are not the dominant script of the text.
|
class |
UrlTextFilter
Removes URLs and email addresses from the text.
|
| Modifier and Type | Method and Description |
|---|---|
TextObjectFactoryBuilder |
TextObjectFactoryBuilder.withTextFilter(TextFilter textFilter)
Adds the given TextFilter to be run on
TextObject.append(java.io.Reader) methods. |
| Constructor and Description |
|---|
TextObject(TextFilter textFilter,
int maxTextLength) |
TextObjectFactory(TextFilter textFilter,
int maxTextLength) |
| Constructor and Description |
|---|
MultiTextFilter(List<TextFilter> filters) |
Copyright © 2015. All rights reserved.