Skip navigation links
A C F G H I N O P R S T V W 

A

addTrailingWhitespace(ITextUnit) - Method in class net.sf.okapi.steps.whitespacecorrection.WhitespaceCorrector
 
ALL_WHITESPACE - Static variable in class net.sf.okapi.steps.whitespacecorrection.WhitespaceCorrector
 

C

correctWhitespace(ITextUnit) - Method in class net.sf.okapi.steps.whitespacecorrection.WhitespaceCorrector
 
createEditorDescription(ParametersDescription) - Method in class net.sf.okapi.steps.whitespacecorrection.WhitespaceCorrectionStepParameters
 

F

fromString(String) - Method in class net.sf.okapi.steps.whitespacecorrection.WhitespaceCorrectionStepParameters
 

G

getComma() - Method in class net.sf.okapi.steps.whitespacecorrection.WhitespaceCorrectionStepParameters
 
getDescription() - Method in class net.sf.okapi.steps.whitespacecorrection.WhitespaceCorrectionStep
 
getExclamationPoint() - Method in class net.sf.okapi.steps.whitespacecorrection.WhitespaceCorrectionStepParameters
 
getFullStop() - Method in class net.sf.okapi.steps.whitespacecorrection.WhitespaceCorrectionStepParameters
 
getName() - Method in class net.sf.okapi.steps.whitespacecorrection.WhitespaceCorrectionStep
 
getParameters() - Method in class net.sf.okapi.steps.whitespacecorrection.WhitespaceCorrectionStep
 
getParametersDescription() - Method in class net.sf.okapi.steps.whitespacecorrection.WhitespaceCorrectionStepParameters
 
getPunctuation() - Method in class net.sf.okapi.steps.whitespacecorrection.WhitespaceCorrectionStepParameters
 
getQuestionMark() - Method in class net.sf.okapi.steps.whitespacecorrection.WhitespaceCorrectionStepParameters
 
getWhitespace() - Method in class net.sf.okapi.steps.whitespacecorrection.WhitespaceCorrectionStepParameters
 
getWhitespace() - Method in enum net.sf.okapi.steps.whitespacecorrection.WhitespaceCorrector.Whitespace
 
getWhitespaceAcceptingForm() - Method in enum net.sf.okapi.steps.whitespacecorrection.WhitespaceCorrector.Punctuation
 
getWhitespaceNonAcceptingForm() - Method in enum net.sf.okapi.steps.whitespacecorrection.WhitespaceCorrector.Punctuation
 

H

handleTextUnit(Event) - Method in class net.sf.okapi.steps.whitespacecorrection.WhitespaceCorrectionStep
 
HORIZONTAL_TABS - Static variable in class net.sf.okapi.steps.whitespacecorrection.WhitespaceCorrector
 

I

isNonSpaceDelimitedPunctuation(char) - Method in class net.sf.okapi.steps.whitespacecorrection.WhitespaceCorrector
 
isSpaceDelimitedPunctuation(char) - Method in class net.sf.okapi.steps.whitespacecorrection.WhitespaceCorrector
 
isWhitespace(char) - Method in class net.sf.okapi.steps.whitespacecorrection.WhitespaceCorrector
 

N

net.sf.okapi.steps.whitespacecorrection - package net.sf.okapi.steps.whitespacecorrection
 
NONBREAKING_SPACES - Static variable in class net.sf.okapi.steps.whitespacecorrection.WhitespaceCorrector
 

O

OTHER - Static variable in class net.sf.okapi.steps.whitespacecorrection.WhitespaceCorrector
 

P

punctuation - Variable in class net.sf.okapi.steps.whitespacecorrection.WhitespaceCorrector
 

R

removeTrailingWhitespace(ITextUnit) - Method in class net.sf.okapi.steps.whitespacecorrection.WhitespaceCorrector
 
reset() - Method in class net.sf.okapi.steps.whitespacecorrection.WhitespaceCorrectionStepParameters
 

S

setComma(boolean) - Method in class net.sf.okapi.steps.whitespacecorrection.WhitespaceCorrectionStepParameters
 
setExclamationPoint(boolean) - Method in class net.sf.okapi.steps.whitespacecorrection.WhitespaceCorrectionStepParameters
 
setFullStop(boolean) - Method in class net.sf.okapi.steps.whitespacecorrection.WhitespaceCorrectionStepParameters
 
setParameters(IParameters) - Method in class net.sf.okapi.steps.whitespacecorrection.WhitespaceCorrectionStep
 
setPunctuation(Collection<WhitespaceCorrector.Punctuation>) - Method in class net.sf.okapi.steps.whitespacecorrection.WhitespaceCorrectionStepParameters
 
setQuestionMark(boolean) - Method in class net.sf.okapi.steps.whitespacecorrection.WhitespaceCorrectionStepParameters
 
setSourceLocale(LocaleId) - Method in class net.sf.okapi.steps.whitespacecorrection.WhitespaceCorrectionStep
 
setTargetLocale(LocaleId) - Method in class net.sf.okapi.steps.whitespacecorrection.WhitespaceCorrectionStep
 
setWhiteSpace(Collection<WhitespaceCorrector.Whitespace>) - Method in class net.sf.okapi.steps.whitespacecorrection.WhitespaceCorrectionStepParameters
 
sourceLocale - Variable in class net.sf.okapi.steps.whitespacecorrection.WhitespaceCorrectionStep
 
sourceLocale - Variable in class net.sf.okapi.steps.whitespacecorrection.WhitespaceCorrector
 
SPACE - Static variable in class net.sf.okapi.steps.whitespacecorrection.WhitespaceCorrector
 

T

targetLocale - Variable in class net.sf.okapi.steps.whitespacecorrection.WhitespaceCorrectionStep
 
targetLocale - Variable in class net.sf.okapi.steps.whitespacecorrection.WhitespaceCorrector
 
toString() - Method in class net.sf.okapi.steps.whitespacecorrection.WhitespaceCorrectionStepParameters
 

V

valueOf(String) - Static method in enum net.sf.okapi.steps.whitespacecorrection.WhitespaceCorrector.Punctuation
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum net.sf.okapi.steps.whitespacecorrection.WhitespaceCorrector.Whitespace
Returns the enum constant of this type with the specified name.
values() - Static method in enum net.sf.okapi.steps.whitespacecorrection.WhitespaceCorrector.Punctuation
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum net.sf.okapi.steps.whitespacecorrection.WhitespaceCorrector.Whitespace
Returns an array containing the constants of this enum type, in the order they are declared.
VERTICAL_WHITESPACE - Static variable in class net.sf.okapi.steps.whitespacecorrection.WhitespaceCorrector
 

W

WHITESPACE - Static variable in class net.sf.okapi.steps.whitespacecorrection.WhitespaceCorrector
 
whitespace - Variable in class net.sf.okapi.steps.whitespacecorrection.WhitespaceCorrector
 
WhitespaceCorrectionStep - Class in net.sf.okapi.steps.whitespacecorrection
Provides a general whitespace correction step.
WhitespaceCorrectionStep() - Constructor for class net.sf.okapi.steps.whitespacecorrection.WhitespaceCorrectionStep
 
WhitespaceCorrectionStepParameters - Class in net.sf.okapi.steps.whitespacecorrection
 
WhitespaceCorrectionStepParameters() - Constructor for class net.sf.okapi.steps.whitespacecorrection.WhitespaceCorrectionStepParameters
 
WhitespaceCorrector - Class in net.sf.okapi.steps.whitespacecorrection
 
WhitespaceCorrector(LocaleId, LocaleId, Set<WhitespaceCorrector.Punctuation>, Set<WhitespaceCorrector.Whitespace>) - Constructor for class net.sf.okapi.steps.whitespacecorrection.WhitespaceCorrector
 
WhitespaceCorrector.Punctuation - Enum in net.sf.okapi.steps.whitespacecorrection
 
WhitespaceCorrector.Whitespace - Enum in net.sf.okapi.steps.whitespacecorrection
 
A C F G H I N O P R S T V W 
Skip navigation links

Copyright © 2019. All rights reserved.