Uses of Class
net.loomchild.segment.srx.LanguageRule
-
Packages that use LanguageRule Package Description net.loomchild.segment net.loomchild.segment.srx net.loomchild.segment.srx.legacy -
-
Uses of LanguageRule in net.loomchild.segment
Method parameters in net.loomchild.segment with type arguments of type LanguageRule Modifier and Type Method Description String
AbstractTextIterator. toString(List<LanguageRule> languageRuleList)
-
Uses of LanguageRule in net.loomchild.segment.srx
Methods in net.loomchild.segment.srx that return LanguageRule Modifier and Type Method Description LanguageRule
LanguageMap. getLanguageRule()
Methods in net.loomchild.segment.srx that return types with arguments of type LanguageRule Modifier and Type Method Description List<LanguageRule>
SrxDocument. getLanguageRuleList(String languageCode)
If cascade is true then returns all language rules matching given language code.Methods in net.loomchild.segment.srx with parameters of type LanguageRule Modifier and Type Method Description void
SrxDocument. addLanguageMap(String pattern, LanguageRule languageRule)
Add language map to this document.Constructors in net.loomchild.segment.srx with parameters of type LanguageRule Constructor Description LanguageMap(String pattern, LanguageRule languageRule)
Creates mapping.Constructor parameters in net.loomchild.segment.srx with type arguments of type LanguageRule Constructor Description RuleManager(SrxDocument document, List<LanguageRule> languageRuleList, int maxLookbehindConstructLength)
Constructor. -
Uses of LanguageRule in net.loomchild.segment.srx.legacy
Constructor parameters in net.loomchild.segment.srx.legacy with type arguments of type LanguageRule Constructor Description MergedPattern(List<LanguageRule> languageRuleList, int maxLookbehindConstructLength)
-