Package ca.phon.ipa.alignment
Class PhoneAlignmentConstants
java.lang.Object
ca.phon.ipa.alignment.PhoneAlignmentConstants
Constants for rewards and penalties during alignment
-
Field Summary
Modifier and TypeFieldDescriptionstatic final int
Value by which the cound of common features is multipliesstatic final int
Diphthong penaltystatic final int
Penalty for indelsstatic final int
Penalty for aligning a spacer with an indexstatic final int
Penalty for aligning a spacer with a phonestatic final int
Penalty for aligning a vowel with a consonantstatic final int
Reward for phones sharing the same positionstatic final int
Reward for aligning identical phonesstatic final int
Reward for aligning primary stressstatic final int
Reward for aligning primary stress with secondary stressstatic final int
Reward for aligning secondary stressstatic final int
Reward for aligning spacers with spacersstatic final int
Reward for vowels in stressed syllables (syllabic alignment)static final int
Reward for aligning stressed vowels (segmental alignment)static final int
Reward for phones in the same syllable constituentstatic final int
Reward for aligning vowelsstatic final double
Stress syllable score -
Constructor Summary
-
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()
-