| Package | Description |
|---|---|
| net.sf.okapi.steps.tokenization | |
| net.sf.okapi.steps.tokenization.common |
| Modifier and Type | Method and Description |
|---|---|
List<LexerRule> |
TokenizationStep.getIdleRules() |
| Modifier and Type | Class and Description |
|---|---|
class |
RegexRule |
| Modifier and Type | Method and Description |
|---|---|
LexerRule |
LexerRules.get(int index) |
LexerRule |
LexerRules.getRule(int lexemId)
Gets a lexer rule for the given lexem ID.
|
LexerRule |
LexerRules.remove(int index) |
LexerRule |
LexerRules.set(int index,
LexerRule element) |
| Modifier and Type | Method and Description |
|---|---|
protected Class<? extends LexerRule> |
RegexRules.getRuleClass() |
protected Class<? extends LexerRule> |
LexerRules.getRuleClass() |
Iterator<LexerRule> |
LexerRules.iterator() |
ListIterator<LexerRule> |
LexerRules.listIterator() |
ListIterator<LexerRule> |
LexerRules.listIterator(int index) |
List<LexerRule> |
LexerRules.subList(int fromIndex,
int toIndex) |
| Modifier and Type | Method and Description |
|---|---|
void |
LexerRules.add(int index,
LexerRule element) |
boolean |
LexerRules.add(LexerRule o) |
protected boolean |
AbstractLexer.checkRule(LexerRule rule) |
protected boolean |
AbstractLexer.checkRule(LexerRule rule,
LocaleId language) |
LexerRule |
LexerRules.set(int index,
LexerRule element) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
LexerRules.addAll(Collection<? extends LexerRule> c) |
boolean |
LexerRules.addAll(int index,
Collection<? extends LexerRule> c) |
Copyright © 2019. All rights reserved.