Uses of Enum Class
ca.phon.orthography.OrthoWordnetMarker
-
Uses of OrthoWordnetMarker in ca.phon.orthography
Modifier and TypeMethodDescriptionstatic OrthoWordnetMarker
OrthoWordnetMarker.fromMarker
(char c) OrthoWordnet.getMarker()
static OrthoWordnetMarker
Returns the enum constant of this class with the specified name.static OrthoWordnetMarker[]
OrthoWordnetMarker.values()
Returns an array containing the constants of this enum class, in the order they are declared.Modifier and TypeMethodDescriptionOrthographyBuilder.appendWordnet
(OrthoWord word1, OrthoWord word2, OrthoWordnetMarker marker) 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.ModifierConstructorDescriptionOrthoWordnet
(OrthoWord word1, OrthoWord word2, OrthoWordnetMarker marker)