Uses of Class
net.sf.okapi.steps.whitespacecorrection.WhitespaceCorrector.Punctuation
-
Packages that use WhitespaceCorrector.Punctuation Package Description net.sf.okapi.steps.whitespacecorrection -
-
Uses of WhitespaceCorrector.Punctuation in net.sf.okapi.steps.whitespacecorrection
Fields in net.sf.okapi.steps.whitespacecorrection with type parameters of type WhitespaceCorrector.Punctuation Modifier and Type Field Description protected Set<WhitespaceCorrector.Punctuation>WhitespaceCorrector. punctuationMethods in net.sf.okapi.steps.whitespacecorrection that return WhitespaceCorrector.Punctuation Modifier and Type Method Description static WhitespaceCorrector.PunctuationWhitespaceCorrector.Punctuation. valueOf(String name)Returns the enum constant of this type with the specified name.static WhitespaceCorrector.Punctuation[]WhitespaceCorrector.Punctuation. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in net.sf.okapi.steps.whitespacecorrection that return types with arguments of type WhitespaceCorrector.Punctuation Modifier and Type Method Description EnumSet<WhitespaceCorrector.Punctuation>WhitespaceCorrectionStepParameters. getPunctuation()Method parameters in net.sf.okapi.steps.whitespacecorrection with type arguments of type WhitespaceCorrector.Punctuation Modifier and Type Method Description voidWhitespaceCorrectionStepParameters. setPunctuation(Collection<WhitespaceCorrector.Punctuation> punctuation)Constructor parameters in net.sf.okapi.steps.whitespacecorrection with type arguments of type WhitespaceCorrector.Punctuation Constructor Description WhitespaceCorrector(LocaleId sourceLocale, LocaleId targetLocale, Set<WhitespaceCorrector.Punctuation> punctuation, Set<WhitespaceCorrector.Whitespace> whitespace)
-