Uses of Class
ca.phon.orthography.OrthographyBuilder
-
Uses of OrthographyBuilder in ca.phon.orthography
Modifier and TypeMethodDescriptionOrthographyBuilder.append
(OrthoElement ele) OrthographyBuilder.append
(Orthography ortho) OrthographyBuilder.appendComment
(String data) OrthographyBuilder.appendComment
(String type, String data) OrthographyBuilder.appendEvent
(String type, String data) OrthographyBuilder.appendPunct
(char punct) Append punctuation.OrthographyBuilder.appendPunct
(OrthoPunctType type) OrthographyBuilder.appendWord
(String data) OrthographyBuilder.appendWord
(String data, WordPrefixType prefix) OrthographyBuilder.appendWord
(String data, WordPrefixType prefix, WordSuffixType suffix) OrthographyBuilder.appendWord
(String data, WordPrefixType prefix, WordSuffixType suffix, UntranscribedType untranscribed) OrthographyBuilder.appendWord
(String data, WordSuffixType suffix) OrthographyBuilder.appendWordnet
(OrthoWord word1, OrthoWord word2, OrthoWordnetMarker marker) OrthographyBuilder.clear()
OrthographyBuilder.createWordnet()
Creates a wordnet using the last two elements.OrthographyBuilder.createWordnet
(OrthoWordnetMarker marker) Creates a wordnet using the last two elements.OrthographyBuilder.createWordnet
(OrthoWord word2, OrthoWordnetMarker marker) Creates a wordnet using the previously added word and the given word.