Class PhoneAlignmentConstants
java.lang.Object
ca.phon.ipa.alignment.PhoneAlignmentConstants
Constants for rewards and penalties during alignment
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final intValue by which the cound of common features is multipliesstatic final intDiphthong penaltystatic final intPenalty for indelsstatic final intPenalty for aligning a spacer with an indexstatic final intPenalty for aligning a spacer with a phonestatic final intPenalty for aligning a vowel with a consonantstatic final intReward for phones sharing the same positionstatic final intReward for aligning identical phonesstatic final intReward for aligning primary stressstatic final intReward for aligning primary stress with secondary stressstatic final intReward for aligning secondary stressstatic final intReward for aligning spacers with spacersstatic final intReward for vowels in stressed syllables (syllabic alignment)static final intReward for aligning stressed vowels (segmental alignment)static final intReward for phones in the same syllable constituentstatic final intReward for aligning vowelsstatic final doubleStress syllable score -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
RSpacerToSpacer
public static final int RSpacerToSpacerReward for aligning spacers with spacers- See Also:
-
RPrimaryStressMatch
public static final int RPrimaryStressMatchReward for aligning primary stress- See Also:
-
RPrimaryToSecondaryStress
public static final int RPrimaryToSecondaryStressReward for aligning primary stress with secondary stress- See Also:
-
RSecondaryStressMatch
public static final int RSecondaryStressMatchReward for aligning secondary stress- See Also:
-
RPhoneMatch
public static final int RPhoneMatchReward for aligning identical phones- See Also:
-
RStressedVowel
public static final int RStressedVowelReward for vowels in stressed syllables (syllabic alignment)- See Also:
-
RStressedVowelOnly
public static final int RStressedVowelOnlyReward for aligning stressed vowels (segmental alignment)- See Also:
-
RSyllableConstituent
public static final int RSyllableConstituentReward for phones in the same syllable constituent- See Also:
-
RArticulationMatch
public static final int RArticulationMatchReward for phones sharing the same position- See Also:
-
RVowel
public static final int RVowelReward for aligning vowels- See Also:
-
PSpacerToIndel
public static final int PSpacerToIndelPenalty for aligning a spacer with an index- See Also:
-
PSpacerToPhone
public static final int PSpacerToPhonePenalty for aligning a spacer with a phone- See Also:
-
PIndel
public static final int PIndelPenalty for indels- See Also:
-
PDiphthong
public static final int PDiphthongDiphthong penalty- See Also:
-
PVowelToConsonant
public static final int PVowelToConsonantPenalty for aligning a vowel with a consonant- See Also:
-
FeatureMultiplier
public static final int FeatureMultiplierValue by which the cound of common features is multiplies- See Also:
-
StressSyllableScore
public static final double StressSyllableScoreStress syllable score- See Also:
-
-
Constructor Details
-
PhoneAlignmentConstants
public PhoneAlignmentConstants()
-