Uses of Class
ca.phon.orthography.OrthographyBuilder
Packages that use OrthographyBuilder
-
Uses of OrthographyBuilder in ca.phon.orthography
Methods in ca.phon.orthography that return OrthographyBuilderModifier and TypeMethodDescriptionOrthographyBuilder.annnotateWord
(Langs langs, WordPrefix wordPrefix, WordSuffix wordSuffix, UntranscribedType untranscribedType) Annotate the previously added word with the given prefix, suffix and untranscribedTypeOrthographyBuilder.append
(Orthography ortho) OrthographyBuilder.append
(OrthographyElement ele) OrthographyBuilder.appendCompoundWord
(Word word1, Word word2, CompoundWordMarkerType marker) OrthographyBuilder.appendTagMarker
(TagMarkerType tmType) OrthographyBuilder.appendWord
(WordElement... wordElements) OrthographyBuilder.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) OrthographyBuilder.appendWord
(WordSuffix suffix, WordElement... wordElements) OrthographyBuilder.appendWord
(WordSuffix suffix, List<WordElement> wordElements) OrthographyBuilder.appendWord
(String data) OrthographyBuilder.appendWord
(String data, WordFormType suffix) OrthographyBuilder.appendWord
(String data, WordType prefix) OrthographyBuilder.appendWord
(String data, WordType prefix, WordFormType suffix) OrthographyBuilder.appendWord
(String data, WordType prefix, WordFormType suffix, UntranscribedType untranscribed) OrthographyBuilder.appendWord
(List<WordElement> wordElements) OrthographyBuilder.clear()
OrthographyBuilder.createCompoundWord()
Creates a wordnet using the last two elements.OrthographyBuilder.createCompoundWord
(CompoundWordMarkerType marker) Creates a wordnet using the last two elements.OrthographyBuilder.createCompoundWord
(Word word2, CompoundWordMarkerType marker) Creates a wordnet using the previously added word and the given word.OrthographyBuilder.reverse()
-
Uses of OrthographyBuilder in ca.phon.session.io.xml.v2_0
Constructors in ca.phon.session.io.xml.v2_0 with parameters of type OrthographyBuilder