Package net.sf.okapi.lib.segmentation
Class LanguageMap
- java.lang.Object
-
- net.sf.okapi.lib.segmentation.LanguageMap
-
public class LanguageMap extends Object
Stores the data for an SRX <languagemap> map element
-
-
Constructor Summary
Constructors Constructor Description LanguageMap()Creates an empty LanguageMap object.LanguageMap(String pattern, String ruleName)Creates a LanguageMap object with a given pattern and a given name.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetPattern()Gets the pattern associated to this language map.StringgetRuleName()Gets the name of this language map.
-