Uses of Class
net.sf.okapi.lib.segmentation.LanguageMap
-
Packages that use LanguageMap Package Description net.sf.okapi.lib.segmentation Interfaces and classes for segmentation handling. -
-
Uses of LanguageMap in net.sf.okapi.lib.segmentation
Methods in net.sf.okapi.lib.segmentation that return types with arguments of type LanguageMap Modifier and Type Method Description ArrayList<LanguageMap>SRXDocument. getAllLanguagesMaps()Gets the list of all the language maps in this document.Methods in net.sf.okapi.lib.segmentation with parameters of type LanguageMap Modifier and Type Method Description voidSRXDocument. addLanguageMap(LanguageMap langMap)Adds a language map to this document.
-