Uses of Record Class
ca.phon.ipa.SyllableInfo
Packages that use SyllableInfo
-
Uses of SyllableInfo in ca.phon.ipa
Methods in ca.phon.ipa that return SyllableInfoModifier and TypeMethodDescriptionSyllableInfo.Builder.build()
Build the immutableSyllableInfo
record.IPAElement.syllableInfo()
Get syllable information for this phone.Methods in ca.phon.ipa with parameters of type SyllableInfoModifier and TypeMethodDescriptionIPATranscriptBuilder.appendPhone
(Diacritic[] prefixDiacritics, Character basePhone, Diacritic[] combiningDiacritics, Diacritic[] suffixDiacritics, FeatureSet overrideFeatureSet, SyllableInfo syllableInfo) Append a phoneIPAElementFactory.cloneElementWithSyllableInfo
(IPAElement ele, SyllableInfo syllableInfo) Clone the givenIPAElement
the returned element will have the exact content and sameSyllableConstituentType
as the original element with new syllable infoIPAElementFactory.clonePhoneWithSyllableInfo
(Phone p, SyllableInfo syllInfo) IPAElementFactory.cloneStressWithSyllableInfo
(StressMarker sm, SyllableInfo syllInfo) IPAElementFactory.cloneToneNumberWithSyllableInfo
(ToneNumber tn, SyllableInfo syllInfo) IPAElementFactory.createCompoundPhone
(Phone phone1, Phone phone2, Character ligature, Diacritic[] prefixDiacritics, Diacritic[] combiningDiacritics, Diacritic[] suffixDiacritics, FeatureSet overrides, SyllableInfo syllInfo) IPAElementFactory.createCompoundPhone
(Phone phone1, Phone phone2, Character ligature, FeatureSet overrides, SyllableInfo syllInfo) IPAElementFactory.createPhone
(Diacritic[] prefix, Character basePhone, Diacritic[] combining, Diacritic[] suffix, FeatureSet overrides, SyllableInfo syllInfo) Create a new basic phone with feature overrides and syllable infoIPATranscriptBuilder.makeCompoundPhone
(Character lig, FeatureSet overrideFeatureSet, SyllableInfo syllableInfo) IPATranscript.setSyllableInfo
(int index, SyllableInfo syllableInfo) Return a new IPATranscript with syllabification information set for the given element index.Constructors in ca.phon.ipa with parameters of type SyllableInfoModifierConstructorDescriptionAlignmentMarker
(FeatureSet overrideFeatureSet, SyllableInfo syllableInfo) AlignmentMarker
(SyllableInfo syllableInfo) CompoundWordMarker
(char cwm, FeatureSet overrideFeatureSet, SyllableInfo syllableInfo) Contraction
(FeatureSet overrideFeatureSet, SyllableInfo syllableInfo) IntonationGroup
(IntonationGroupType type, FeatureSet overrideFeatureSet, SyllableInfo syllableInfo) IntraWordPause
(FeatureSet overrideFeatureSet, SyllableInfo syllableInfo) IPAElement
(FeatureSet overrideFeatureSet, SyllableInfo syllableInfo) Linker
(FeatureSet overrideFeatureSet, SyllableInfo syllableInfo) Phone
(Character basePhone, FeatureSet overrideFeatureSet, SyllableInfo syllableInfo) Create a new Phone for the given baseSandhi
(FeatureSet overrideFeatureSet, SyllableInfo syllableInfo) ToneNumber
(char[] toneChars, FeatureSet overrideFeatureSet, SyllableInfo syllableInfo)