Package com.optimaize.langdetect.text
Class CommonTextObjectFactories
- java.lang.Object
-
- com.optimaize.langdetect.text.CommonTextObjectFactories
-
public class CommonTextObjectFactories extends Object
Contains some standardTextObjectFactory
s ready to use for common use cases.- Author:
- Fabian Kessler
-
-
Constructor Summary
Constructors Constructor Description CommonTextObjectFactories()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static TextObjectFactory
forDetectingOnLargeText()
static TextObjectFactory
forDetectingShortCleanText()
static TextObjectFactory
forIndexing()
static TextObjectFactory
forIndexingCleanText()
-
-
-
Method Detail
-
forDetectingOnLargeText
public static TextObjectFactory forDetectingOnLargeText()
-
forDetectingShortCleanText
public static TextObjectFactory forDetectingShortCleanText()
-
forIndexing
public static TextObjectFactory forIndexing()
-
forIndexingCleanText
public static TextObjectFactory forIndexingCleanText()
-
-