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.app.session.editor.view.record_data
Method parameters in ca.phon.app.session.editor.view.record_data with type arguments of type PhoneMapModifier and TypeMethodDescriptionvoid
IPAFieldTooltip.setAlignmentTier
(Tier<PhoneMap> alignment) Constructor parameters in ca.phon.app.session.editor.view.record_data with type arguments of type PhoneMapModifierConstructorDescriptionSyllabificationAndAlignmentPopupWindow
(Tier<IPATranscript> ipaTier, Optional<Tier<PhoneMap>> alignmentTierOpt, int groupIndex) -
Uses of PhoneMap in ca.phon.ipa.alignment
Methods in ca.phon.ipa.alignment that return PhoneMapModifier and TypeMethodDescriptionPhoneAligner.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 TypeMethodDescriptionSyllableAligner.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.phontalk.parser
Fields in ca.phon.phontalk.parser declared as PhoneMapFields in ca.phon.phontalk.parser with type parameters of type PhoneMapMethods in ca.phon.phontalk.parser with parameters of type PhoneMapModifier and TypeMethodDescriptionorg.antlr.runtime.tree.CommonTree
AlignTreeBuilder.buildAlignmentTree
(PhoneMap pm) Build the alignment tree for the givenPhoneMap
-
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
Methods in ca.phon.session that return PhoneMapModifier and TypeMethodDescriptionAlignedSyllable.getPhoneAlignment()
Group.getPhoneAlignment()
Word.getPhoneAlignment()
Methods in ca.phon.session that return types with arguments of type PhoneMapMethods in ca.phon.session with parameters of type PhoneMapMethod parameters in ca.phon.session with type arguments of type PhoneMap -
Uses of PhoneMap in ca.phon.session.impl
Methods in ca.phon.session.impl that return types with arguments of type PhoneMapMethod parameters in ca.phon.session.impl with type arguments of type PhoneMapModifier and TypeMethodDescriptionvoid
RecordImpl.setPhoneAlignment
(Tier<PhoneMap> phoneAlignment) -
Uses of PhoneMap in ca.phon.session.io.xml.v12
Methods in ca.phon.session.io.xml.v12 that return types with arguments of type PhoneMapMethod parameters in ca.phon.session.io.xml.v12 with type arguments of type PhoneMapModifier and TypeMethodDescriptionvoid
LazyRecord.setPhoneAlignment
(Tier<PhoneMap> phoneAlignment) -
Uses of PhoneMap in ca.phon.session.io.xml.v13
Methods in ca.phon.session.io.xml.v13 that return types with arguments of type PhoneMapMethod parameters in ca.phon.session.io.xml.v13 with type arguments of type PhoneMapModifier and TypeMethodDescriptionvoid
LazyRecord.setPhoneAlignment
(Tier<PhoneMap> phoneAlignment) -
Uses of PhoneMap in ca.phon.session.spi
Methods in ca.phon.session.spi that return types with arguments of type PhoneMapModifier and TypeMethodDescriptionRecordSPI.getPhoneAlignment()
Get the phone alignment between IPA Target and IPA ActualMethod parameters in ca.phon.session.spi with type arguments of type PhoneMapModifier and TypeMethodDescriptionvoid
RecordSPI.setPhoneAlignment
(Tier<PhoneMap> phoneAlignment) Set the phone alignment -
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.setPhoneMapForGroup
(int gIdx, PhoneMap pm)