| Package | Description |
|---|---|
| net.sf.okapi.lib.segmentation |
Interfaces and classes for segmentation handling.
|
| Modifier and Type | Method and Description |
|---|---|
LinkedHashMap<String,ArrayList<Rule>> |
SRXDocument.getAllLanguageRules()
Gets a map of all the language rules in this document.
|
ArrayList<Rule> |
SRXDocument.getLanguageRules(String ruleName)
Gets the list of rules for a given <languagerule7gt; element.
|
| Modifier and Type | Method and Description |
|---|---|
String |
SRXDocument.generateRuleRegex(Rule rule) |
| Modifier and Type | Method and Description |
|---|---|
void |
SRXDocument.addLanguageRule(String name,
ArrayList<Rule> langRule)
Adds a language rule to this SRX document.
|
Copyright © 2022. All rights reserved.