Class Postcode
java.lang.Object
ca.phon.orthography.AbstractOrthographyElement
ca.phon.orthography.Postcode
- All Implemented Interfaces:
IExtendable
,OrthographyElement
@Documentation("https://talkbank.org/manuals/CHAT.html#Postcodes")
public final class Postcode
extends AbstractOrthographyElement
Code that can only occur at the end of an utterance. Currently arbitrary
information, although there are some conventions.
CHAT manual
section on this topic...
CHAT manual
section on this topic...
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class ca.phon.orthography.AbstractOrthographyElement
getExtension, getExtensions, putExtension, removeExtension, toString
-
Field Details
-
POSTCODE_PREFIX
- See Also:
-
-
Constructor Details
-
Postcode
-
-
Method Details
-
getCode
-
text
Description copied from interface:OrthographyElement
Get string representation of the element.- Returns:
- the string value of the element
-