Package ca.phon.orthography
Class OrthoWordnet
java.lang.Object
ca.phon.orthography.AbstractOrthoElement
ca.phon.orthography.OrthoWord
ca.phon.orthography.OrthoWordnet
- All Implemented Interfaces:
IExtendable
,OrthoElement
Two words joined by a marker.
-
Constructor Summary
ConstructorDescriptionOrthoWordnet
(OrthoWord word1, OrthoWord word2) OrthoWordnet
(OrthoWord word1, OrthoWord word2, OrthoWordnetMarker marker) -
Method Summary
Methods inherited from class ca.phon.orthography.OrthoWord
getPrefix, getSuffix, getUntranscribedType, getWord, isUntranscribed
Methods inherited from class ca.phon.orthography.AbstractOrthoElement
getExtension, getExtensions, putExtension, removeExtension
-
Constructor Details
-
OrthoWordnet
-
OrthoWordnet
-
-
Method Details
-
getWord1
-
getMarker
-
getWord2
-
text
Description copied from interface:OrthoElement
Get string representation of the element.- Specified by:
text
in interfaceOrthoElement
- Overrides:
text
in classOrthoWord
- Returns:
- the string value of the element
-
toString
-