Uses of Class
ca.phon.orthography.Langs
Packages that use Langs
-
Uses of Langs in ca.phon.orthography
Methods in ca.phon.orthography that return LangsMethods in ca.phon.orthography with parameters of type LangsModifier and TypeMethodDescriptionOrthographyBuilder.annnotateWord
(Langs langs, WordPrefix wordPrefix, WordSuffix wordSuffix, UntranscribedType untranscribedType) Annotate the previously added word with the given prefix, suffix and untranscribedTypeConstructors in ca.phon.orthography with parameters of type LangsModifierConstructorDescriptionCompoundWord
(Langs langs, WordPrefix prefix, WordSuffix suffix, Word word1, Word word2, CompoundWordMarker marker) CompoundWord
(Langs langs, List<Replacement> replacements, WordPrefix prefix, WordSuffix suffix, UntranscribedType untranscribedType, Word word1, Word word2, CompoundWordMarker marker) CompoundWord
(Langs langs, List<Replacement> replacements, WordPrefix prefix, WordSuffix suffix, Word word1, Word word2, CompoundWordMarker marker) Word
(Langs langs, WordPrefix prefix, WordSuffix suffix, UntranscribedType untranscribedType, WordElement... wordElements) Word
(Langs langs, List<Replacement> replacements, WordPrefix prefix, WordSuffix suffix, UntranscribedType untranscribedType, WordElement... wordElements) -
Uses of Langs in ca.phon.session.io.xml.v2_0
Methods in ca.phon.session.io.xml.v2_0 that return Langs