Class CompoundWord
java.lang.Object
ca.phon.orthography.AbstractOrthographyElement
ca.phon.orthography.Word
ca.phon.orthography.CompoundWord
-
Constructor Summary
ConstructorsConstructorDescriptionCompoundWord
(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) CompoundWord
(Word word1, Word word2) CompoundWord
(Word word1, Word word2, CompoundWordMarker marker) CompoundWord
(Word word1, Word word2, CompoundWordMarkerType marker) -
Method Summary
Methods inherited from class ca.phon.orthography.Word
elementText, getLangs, getPrefix, getReplacements, getReplacementsText, getSuffix, getUntranscribedType, getWord, isUntranscribed, text, toString
Methods inherited from class ca.phon.orthography.AbstractOrthographyElement
getExtension, getExtensions, putExtension, removeExtension
-
Constructor Details
-
CompoundWord
-
CompoundWord
-
CompoundWord
-
CompoundWord
public CompoundWord(WordPrefix prefix, WordSuffix suffix, Word word1, Word word2, CompoundWordMarker marker) -
CompoundWord
public CompoundWord(Langs langs, WordPrefix prefix, WordSuffix suffix, Word word1, Word word2, CompoundWordMarker marker) -
CompoundWord
public CompoundWord(Langs langs, List<Replacement> replacements, WordPrefix prefix, WordSuffix suffix, Word word1, Word word2, CompoundWordMarker marker) -
CompoundWord
public CompoundWord(Langs langs, List<Replacement> replacements, WordPrefix prefix, WordSuffix suffix, UntranscribedType untranscribedType, Word word1, Word word2, CompoundWordMarker marker)
-
-
Method Details
-
getWord1
-
getMarker
-
getWord2
-
getWordElements
Description copied from class:Word
Return an unmodifiable list of word elements- Overrides:
getWordElements
in classWord
- Returns:
- wordElements
-