Uses of Class
ca.phon.ipa.alignment.PhoneMap
Packages that use PhoneMap
Package
Description
-
Uses of PhoneMap in ca.phon.app.session
Methods in ca.phon.app.session with parameters of type PhoneMapModifier and TypeMethodDescriptionprotected BufferedImage
SessionExporter.createAlignmentImage
(PhoneMap alignment) protected String
SessionExporter.createAlignmentImageBase64
(PhoneMap alignment) -
Uses of PhoneMap in ca.phon.ipa.alignment
Methods in ca.phon.ipa.alignment that return PhoneMapModifier and TypeMethodDescriptionCreate a new PhoneMap by appending another.PhoneAligner.calculatePhoneAlignment
(IPATranscript ipaTarget, IPATranscript ipaActual) Calculate phone alignmentPhoneAligner.calculatePhoneMap
(IPATranscript ipaTarget, IPATranscript ipaActual) Deprecated.static PhoneMap
PhoneMap.fromString
(IPATranscript target, IPATranscript actual, String align) Utility method for building a PhoneMap object given a string provided by the toString method.static PhoneMap
PhoneMap.fromString
(String align) Construct alignment given the input string.SyllableAligner.getPhoneAlignment()
SyllableMap.getPhoneAlignment()
PhoneMap.getSubAlignment
(IPATranscript ipaT, IPATranscript ipaA) Get the sub-alignment from the given elements.Methods in ca.phon.ipa.alignment with parameters of type PhoneMapModifier and TypeMethodDescriptionCreate a new PhoneMap by appending another.SyllableAligner.calculateSyllableAlignment
(IPATranscript ipaTarget, IPATranscript ipaActual, PhoneMap phoneMap) void
SyllableAligner.setPhoneAlignment
(PhoneMap phoneAlignment) void
SyllableMap.setPhoneAlignment
(PhoneMap phoneMap) Constructors in ca.phon.ipa.alignment with parameters of type PhoneMapModifierConstructorDescriptionSyllableMap
(IPATranscript targetRep, IPATranscript actualRep, PhoneMap phoneMap) Constructor -
Uses of PhoneMap in ca.phon.ipa.alignment.pmlu
Methods in ca.phon.ipa.alignment.pmlu that return PhoneMapConstructors in ca.phon.ipa.alignment.pmlu with parameters of type PhoneMap -
Uses of PhoneMap in ca.phon.ipa.relations
Methods in ca.phon.ipa.relations that return PhoneMapMethods in ca.phon.ipa.relations with parameters of type PhoneMapModifier and TypeMethodDescriptionprotected boolean
AbstractSegmentalRelationDetector.checkPositions
(PhoneMap pm, int p1, int p2) Returns an optional segmental relation.Detect configured segmental relations.AbstractSegmentalRelationDetector.detectConsonantRelation
(PhoneMap pm, int p1, int p2) AbstractSegmentalRelationDetector.detectRelation
(PhoneMap pm, int p1, int p2, List<PhoneDimension> dimensions) AbstractSegmentalRelationDetector.detectVowelRelation
(PhoneMap pm, int p1, int p2) void
SegmentalRelation.setPhoneMap
(PhoneMap phoneMap) Constructors in ca.phon.ipa.relations with parameters of type PhoneMapModifierConstructorDescriptionSegmentalRelation
(SegmentalRelation.Relation relation, PhoneMap pm, int p1, int p2, PhoneticProfile profile1, PhoneticProfile profile2) -
Uses of PhoneMap in ca.phon.query.detectors
Fields in ca.phon.query.detectors declared as PhoneMapMethods in ca.phon.query.detectors that return PhoneMapModifier and TypeMethodDescriptionDetectorResult.getPhoneMap()
Get the first position of the result.Methods in ca.phon.query.detectors with parameters of type PhoneMapModifier and TypeMethodDescriptionPerform detection.Constructors in ca.phon.query.detectors with parameters of type PhoneMapModifierConstructorDescriptionDetectorResult
(PhoneMap phoneMap) Default constructor.HarmonyDetectorResult
(PhoneMap phoneMap) MetathesisDetectorResult
(PhoneMap phoneMap) -
Uses of PhoneMap in ca.phon.session
Classes in ca.phon.session that implement interfaces with type arguments of type PhoneMapMethods in ca.phon.session that return PhoneMapModifier and TypeMethodDescriptionPhoneAlignment.getFullAlignment()
Get phone alignment as a single phone mapPhoneAlignment.getSubAlignment
(IPATranscript ipaTarget, IPATranscript ipaActual) Get sub alignment for given ipa target and actual elementsMethods in ca.phon.session that return types with arguments of type PhoneMapModifier and TypeMethodDescriptionPhoneAlignment.getAlignments()
PhoneAlignment.iterator()
PhoneAlignment.spliterator()
Method parameters in ca.phon.session with type arguments of type PhoneMapConstructors in ca.phon.session with parameters of type PhoneMapModifierConstructorDescriptionPhoneAlignment
(PhoneMap... alignments) PhoneAlignment
(String targetTier, String alignedTier, PhoneMap... alignments) Constructor parameters in ca.phon.session with type arguments of type PhoneMapModifierConstructorDescriptionPhoneAlignment
(String targetTier, String alignedTier, List<PhoneMap> alignments) PhoneAlignment
(List<PhoneMap> alignments) -
Uses of PhoneMap in ca.phon.session.alignment
Methods in ca.phon.session.alignment with parameters of type PhoneMap -
Uses of PhoneMap in ca.phon.ui.ipa
Methods in ca.phon.ui.ipa that return PhoneMapMethods in ca.phon.ui.ipa with parameters of type PhoneMapModifier and TypeMethodDescriptionvoid
PhoneMapDisplay.setPhoneMapForWord
(int wordIndex, PhoneMap pm)