Uses of Class
net.sf.okapi.lib.segmentation.Rule
-
Packages that use Rule Package Description net.sf.okapi.lib.segmentation Interfaces and classes for segmentation handling. -
-
Uses of Rule in net.sf.okapi.lib.segmentation
Methods in net.sf.okapi.lib.segmentation that return types with arguments of type Rule Modifier and Type Method 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.Methods in net.sf.okapi.lib.segmentation with parameters of type Rule Modifier and Type Method Description StringSRXDocument. generateRuleRegex(Rule rule)Method parameters in net.sf.okapi.lib.segmentation with type arguments of type Rule Modifier and Type Method Description voidSRXDocument. addLanguageRule(String name, ArrayList<Rule> langRule)Adds a language rule to this SRX document.
-