Uses of Class
org.lionsoul.jcseg.ISegment.Type
-
Packages that use ISegment.Type Package Description org.lionsoul.jcseg -
-
Uses of ISegment.Type in org.lionsoul.jcseg
Fields in org.lionsoul.jcseg declared as ISegment.Type Modifier and Type Field Description static ISegment.TypeISegment. COMPLEXstatic ISegment.TypeISegment. DELIMITERstatic ISegment.TypeISegment. DETECTstatic ISegment.Type[]ISegment.Type. MAPPINGthe type index and type mapping for quick get the type by type index number.static ISegment.TypeISegment. MOSTstatic ISegment.TypeISegment. NGRAMstatic ISegment.TypeISegment. NLPstatic ISegment.TypeISegment. SIMPLESegmentation type constantsMethods in org.lionsoul.jcseg that return ISegment.Type Modifier and Type Method Description static ISegment.TypeISegment.Type. fromIndex(int index)static ISegment.TypeISegment.Type. fromString(String type)static ISegment.TypeISegment.Type. fromString(String type, ISegment.Type defaultValue)get the Type with the specified string namestatic ISegment.TypeISegment.Type. valueOf(String name)Returns the enum constant of this type with the specified name.static ISegment.Type[]ISegment.Type. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.lionsoul.jcseg with parameters of type ISegment.Type Modifier and Type Method Description static ISegment.TypeISegment.Type. fromString(String type, ISegment.Type defaultValue)get the Type with the specified string name
-