Uses of Enum Class
ca.phon.orthography.UntranscribedType
Packages that use UntranscribedType
-
Uses of UntranscribedType in ca.phon.orthography
Subclasses with type arguments of type UntranscribedType in ca.phon.orthographyMethods in ca.phon.orthography that return UntranscribedTypeModifier and TypeMethodDescriptionstatic UntranscribedTypeUntranscribedType.fromString(String code) Word.getUntranscribedType()static UntranscribedTypeReturns the enum constant of this class with the specified name.static UntranscribedType[]UntranscribedType.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in ca.phon.orthography with parameters of type UntranscribedTypeModifier and TypeMethodDescriptionOrthographyBuilder.annnotateWord(Langs langs, WordPrefix wordPrefix, WordSuffix wordSuffix, UntranscribedType untranscribedType) Annotate the previously added word with the given prefix, suffix and untranscribedTypeOrthographyBuilder.appendWord(WordPrefix prefix, WordSuffix suffix, UntranscribedType untranscribedType, WordElement... wordElements) OrthographyBuilder.appendWord(WordPrefix prefix, WordSuffix suffix, UntranscribedType untranscribedType, List<WordElement> wordElements) OrthographyBuilder.appendWord(String data, WordType prefix, WordFormType suffix, UntranscribedType untranscribed) Constructors in ca.phon.orthography with parameters of type UntranscribedTypeModifierConstructorDescriptionCompoundWord(Langs langs, List<Replacement> replacements, WordPrefix prefix, WordSuffix suffix, UntranscribedType untranscribedType, 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) Word(String text, UntranscribedType untranscribed) Word(String text, WordPrefix prefix, WordSuffix suffix, UntranscribedType untranscribed) Word(String text, WordType prefix, WordFormType suffix, UntranscribedType untranscribed)