Uses of Class
net.sf.okapi.steps.segmentation.Parameters.SegmStrategy
-
Packages that use Parameters.SegmStrategy Package Description net.sf.okapi.steps.segmentation -
-
Uses of Parameters.SegmStrategy in net.sf.okapi.steps.segmentation
Methods in net.sf.okapi.steps.segmentation that return Parameters.SegmStrategy Modifier and Type Method Description Parameters.SegmStrategyParameters. getSegmentationStrategy()static Parameters.SegmStrategyParameters.SegmStrategy. valueOf(String name)Returns the enum constant of this type with the specified name.static Parameters.SegmStrategy[]Parameters.SegmStrategy. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in net.sf.okapi.steps.segmentation with parameters of type Parameters.SegmStrategy Modifier and Type Method Description voidParameters. setSegmentationStrategy(Parameters.SegmStrategy strategy)
-