C G H M N P R S
All Classes All Packages
All Classes All Packages
All Classes All Packages
C
- checkCharacters(ITextUnit, Segment, LocaleId) - Method in class net.sf.okapi.steps.cleanup.Cleaner
-
Wrapper for removing character corruption and detecting unexpected characters.
- Cleaner - Class in net.sf.okapi.steps.cleanup
- Cleaner() - Constructor for class net.sf.okapi.steps.cleanup.Cleaner
-
Creates a Cleaner object with default options.
- Cleaner(Parameters) - Constructor for class net.sf.okapi.steps.cleanup.Cleaner
-
Creates a Cleaner object with a given set of options.
- CleanupStep - Class in net.sf.okapi.steps.cleanup
- CleanupStep() - Constructor for class net.sf.okapi.steps.cleanup.CleanupStep
- createEditorDescription(ParametersDescription) - Method in class net.sf.okapi.steps.cleanup.Parameters
G
- getCheckCharacters() - Method in class net.sf.okapi.steps.cleanup.Parameters
- getDescription() - Method in class net.sf.okapi.steps.cleanup.CleanupStep
- getKeepCrNlIntact() - Method in class net.sf.okapi.steps.cleanup.Parameters
- getMatchRegexExpressions() - Method in class net.sf.okapi.steps.cleanup.Parameters
- getMatchUserRegex() - Method in class net.sf.okapi.steps.cleanup.Parameters
- getName() - Method in class net.sf.okapi.steps.cleanup.CleanupStep
- getNormalizePunctuations() - Method in class net.sf.okapi.steps.cleanup.Parameters
- getNormalizeQuotes() - Method in class net.sf.okapi.steps.cleanup.Parameters
- getParameters() - Method in class net.sf.okapi.steps.cleanup.Cleaner
-
Gets the parameters in use by the clearer.
- getParameters() - Method in class net.sf.okapi.steps.cleanup.CleanupStep
- getParametersDescription() - Method in class net.sf.okapi.steps.cleanup.Parameters
- getPruneTextUnit() - Method in class net.sf.okapi.steps.cleanup.Parameters
- getUserRegex() - Method in class net.sf.okapi.steps.cleanup.Parameters
H
- handleTextUnit(Event) - Method in class net.sf.okapi.steps.cleanup.CleanupStep
M
- markSegmentForRemoval(ITextUnit, Segment, LocaleId) - Method in class net.sf.okapi.steps.cleanup.Cleaner
-
Effectively marks the segment for removal by emptying the content for the given target.
- matchRegexExpressions(ITextUnit, Segment, LocaleId) - Method in class net.sf.okapi.steps.cleanup.Cleaner
-
Marks segments for removal that contain text which match given regular expressions.
N
- net.sf.okapi.steps.cleanup - package net.sf.okapi.steps.cleanup
- normalizePunctuation(ITextUnit, Segment, LocaleId) - Method in class net.sf.okapi.steps.cleanup.Cleaner
-
See the javadoc comments for
Cleaner.normalizePunctuation(TextFragment, TextFragment) - normalizePunctuation(TextFragment, TextFragment) - Method in class net.sf.okapi.steps.cleanup.Cleaner
-
Attempts to make punctuation and spacing around punctuation consistent according to standard English punctuation rules.
- normalizeQuotation(ITextUnit, Segment, LocaleId) - Method in class net.sf.okapi.steps.cleanup.Cleaner
-
Converts all quotation marks (curly or language specific) to straight quotes.
- normalizeWhitespace(ITextUnit, Segment, LocaleId) - Method in class net.sf.okapi.steps.cleanup.Cleaner
-
Converts whitespace ({tab}, {space}, {CR}, {LF}) to single space.
P
- Parameters - Class in net.sf.okapi.steps.cleanup
- Parameters() - Constructor for class net.sf.okapi.steps.cleanup.Parameters
- pruneTextUnit(ITextUnit, LocaleId) - Method in class net.sf.okapi.steps.cleanup.Cleaner
-
Removes segments from the text unit marked as not containing useful information.
R
- reset() - Method in class net.sf.okapi.steps.cleanup.Parameters
- run(ITextUnit, LocaleId) - Method in class net.sf.okapi.steps.cleanup.Cleaner
-
Performs the cleaning of the text unit according to user selected options.
S
- setCheckCharacters(boolean) - Method in class net.sf.okapi.steps.cleanup.Parameters
- setKeepCrNlIntact(boolean) - Method in class net.sf.okapi.steps.cleanup.Parameters
- setMatchRegexExpressions(boolean) - Method in class net.sf.okapi.steps.cleanup.Parameters
- setMatchUserRegex(boolean) - Method in class net.sf.okapi.steps.cleanup.Parameters
- setNormalizePunctuations(boolean) - Method in class net.sf.okapi.steps.cleanup.Parameters
- setNormalizeQuotes(boolean) - Method in class net.sf.okapi.steps.cleanup.Parameters
- setParameters(IParameters) - Method in class net.sf.okapi.steps.cleanup.CleanupStep
- setParameters(Parameters) - Method in class net.sf.okapi.steps.cleanup.Cleaner
-
Sets the parameters after a Cleaner is instantiated.
- setPruneTextUnit(boolean) - Method in class net.sf.okapi.steps.cleanup.Parameters
- setSourceLocale(LocaleId) - Method in class net.sf.okapi.steps.cleanup.CleanupStep
- setTargetLocale(LocaleId) - Method in class net.sf.okapi.steps.cleanup.CleanupStep
- setUserRegex(String) - Method in class net.sf.okapi.steps.cleanup.Parameters
All Classes All Packages