Uses of Class
ca.phon.orthography.WordPrefix
Packages that use WordPrefix
-
Uses of WordPrefix in ca.phon.orthography
Methods in ca.phon.orthography that return WordPrefixMethods in ca.phon.orthography with parameters of type WordPrefixModifier 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, WordElement... wordElements) OrthographyBuilder.appendWord
(WordPrefix prefix, WordSuffix suffix, UntranscribedType untranscribedType, WordElement... wordElements) OrthographyBuilder.appendWord
(WordPrefix prefix, WordSuffix suffix, UntranscribedType untranscribedType, List<WordElement> wordElements) OrthographyBuilder.appendWord
(WordPrefix prefix, WordSuffix suffix, WordElement... wordElements) OrthographyBuilder.appendWord
(WordPrefix prefix, WordSuffix suffix, List<WordElement> wordElements) OrthographyBuilder.appendWord
(WordPrefix prefix, List<WordElement> wordElements) Constructors in ca.phon.orthography with parameters of type WordPrefixModifierConstructorDescriptionCompoundWord
(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) CompoundWord
(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) Word
(WordPrefix prefix, WordSuffix suffix, WordElement... wordElements) Word
(String text, WordPrefix prefix, WordSuffix suffix) Word
(String text, WordPrefix prefix, WordSuffix suffix, UntranscribedType untranscribed)