Package com.optimaize.langdetect.text
Class CommonTextObjectFactories
- java.lang.Object
-
- com.optimaize.langdetect.text.CommonTextObjectFactories
-
public class CommonTextObjectFactories extends java.lang.ObjectContains some standardTextObjectFactorys ready to use for common use cases.
-
-
Constructor Summary
Constructors Constructor Description CommonTextObjectFactories()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static TextObjectFactoryforDetectingOnLargeText()static TextObjectFactoryforDetectingShortCleanText()static TextObjectFactoryforIndexing()static TextObjectFactoryforIndexingCleanText()
-
-
-
Method Detail
-
forDetectingOnLargeText
public static TextObjectFactory forDetectingOnLargeText()
-
forDetectingShortCleanText
public static TextObjectFactory forDetectingShortCleanText()
-
forIndexing
public static TextObjectFactory forIndexing()
-
forIndexingCleanText
public static TextObjectFactory forIndexingCleanText()
-
-