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.LanguageProfile s
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
TextFilter s 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(@NotNull TextFilter textFilter,
int maxTextLength) |
TextObjectFactory(TextFilter textFilter,
int maxTextLength) |
Copyright © 2018. All rights reserved.