Uses of Class
ca.phon.ipa.PhoneticProfile
-
Uses of PhoneticProfile in ca.phon.ipa.relations
Modifier and TypeMethodDescriptionSegmentalRelation.getProfile1()
SegmentalRelation.getProfile2()
Modifier and TypeMethodDescriptionprotected abstract boolean
AbstractSegmentalRelationDetector.checkRelation
(PhoneDimension dimension, PhoneticProfile profile1, PhoneticProfile profile2, PhoneticProfile t1Profile, PhoneticProfile t2Profile, PhoneticProfile a1Profile, PhoneticProfile a2Profile) protected boolean
AssimilationDetector.checkRelation
(PhoneDimension dimension, PhoneticProfile profile1, PhoneticProfile profile2, PhoneticProfile t1Profile, PhoneticProfile t2Profile, PhoneticProfile a1Profile, PhoneticProfile a2Profile) protected boolean
HarmonyDetector.checkRelation
(PhoneDimension dimension, PhoneticProfile sharedProfile, PhoneticProfile neutralizedProfile, PhoneticProfile t1Profile, PhoneticProfile t2Profile, PhoneticProfile a1Profile, PhoneticProfile a2Profile) protected boolean
MetathesisDetector.checkRelation
(PhoneDimension dimension, PhoneticProfile profile1, PhoneticProfile profile2, PhoneticProfile t1Profile, PhoneticProfile t2Profile, PhoneticProfile a1Profile, PhoneticProfile a2Profile) protected boolean
MigrationDetector.checkRelation
(PhoneDimension dimension, PhoneticProfile profile1, PhoneticProfile profile2, PhoneticProfile t1Profile, PhoneticProfile t2Profile, PhoneticProfile a1Profile, PhoneticProfile a2Profile) protected boolean
ReduplicationDetector.checkRelation
(PhoneDimension dimension, PhoneticProfile profile1, PhoneticProfile profile2, PhoneticProfile t1Profile, PhoneticProfile t2Profile, PhoneticProfile a1Profile, PhoneticProfile a2Profile) void
SegmentalRelation.setProfile1
(PhoneticProfile profile) void
SegmentalRelation.setProfile2
(PhoneticProfile profile) ModifierConstructorDescriptionSegmentalRelation
(SegmentalRelation.Relation relation, PhoneMap pm, int p1, int p2, PhoneticProfile profile1, PhoneticProfile profile2) -
Uses of PhoneticProfile in ca.phon.query.detectors
Modifier and TypeMethodDescriptionHarmonyDetectorResult.getNeutralizedProfile()
Get neutralized profile for harmonyMetathesisDetectorResult.getProfile1()
MetathesisDetectorResult.getProfile2()
HarmonyDetectorResult.getSharedProfile()
Get the shared profile for the harmonyModifier and TypeMethodDescriptionvoid
HarmonyDetectorResult.setNeutralizedProfile
(PhoneticProfile profile) Set neutralized profile for harmonyvoid
MetathesisDetectorResult.setProfile1
(PhoneticProfile profile1) void
MetathesisDetectorResult.setProfile2
(PhoneticProfile profile2) void
HarmonyDetectorResult.setSharedProfile
(PhoneticProfile profile) Set the shared profile for the harmony