| Package | Description |
|---|---|
| net.sf.okapi.common.filters |
Interfaces and base classes to implement filters
|
| Modifier and Type | Method and Description |
|---|---|
protected abstract TextProcessingResult |
AbstractLineFilter.processLine(TextContainer lineContainer)
Called by the filter for every line read from the input
|
static TextProcessingResult |
TextProcessingResult.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TextProcessingResult[] |
TextProcessingResult.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2021. All rights reserved.