Class PhoneticGroup
java.lang.Object
ca.phon.orthography.AbstractOrthographyElement
ca.phon.orthography.PhoneticGroup
- All Implemented Interfaces:
IExtendable
,OrthographyElement
@Documentation("https://talkbank.org/manuals/CHAT.html#Phonological_Group")
public final class PhoneticGroup
extends AbstractOrthographyElement
Multiple words with a single phonetic transcription. Note that there are no main
line annotations allowed for the group.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class ca.phon.orthography.AbstractOrthographyElement
getExtension, getExtensions, putExtension, removeExtension, toString
-
Field Details
-
PHONETIC_GROUP_START
- See Also:
-
PHONETIC_GROUP_END
- See Also:
-
-
Constructor Details
-
PhoneticGroup
-
-
Method Details
-
getElements
-
text
Description copied from interface:OrthographyElement
Get string representation of the element.- Returns:
- the string value of the element
-