Package ca.phon.session
Class Word
java.lang.Object
ca.phon.extensions.ExtendableObject
ca.phon.session.Word
- All Implemented Interfaces:
IExtendable
Aligned word access for a record. A word is typically any text content between spaces unless otherwise specified by the specific tier implementation. The class allows for vertical access of a word in each tier.
Words can only be obtained through Group
objects.
Group g = record.getGroup(0); Word w = g.getWord(1); // these 'word' elements are aligned OrthoElement ele = record.getOrthography(); IPATranscript ipaA = record.getIPAActual();
-
Method Summary
Modifier and TypeMethodDescriptiongetAlignedSyllable
(int index) int
getGroup()
int
int
getNotes()
int
int
int
int
int
getTierWordLocation
(String tierName) int
Methods inherited from class ca.phon.extensions.ExtendableObject
getExtension, getExtensions, putExtension, removeExtension
-
Method Details
-
getGroup
-
getWordIndex
public int getWordIndex() -
getOrthography
-
getOrthographyWordLocation
public int getOrthographyWordLocation() -
getIPATarget
-
getIPATargetWordLocation
public int getIPATargetWordLocation() -
getIPAActual
-
getIPAActualWordLocation
public int getIPAActualWordLocation() -
getPhoneAlignment
-
getPhoneAlignmentLocation
public int getPhoneAlignmentLocation() -
getNotes
-
getNotesWordLocation
public int getNotesWordLocation() -
getTier
-
getTierWordLocation
-
getSyllableAlignment
-
getSyllableAlignmentLocation
public int getSyllableAlignmentLocation() -
getAlignedSyllableCount
public int getAlignedSyllableCount() -
getAlignedSyllable
-