Uses of Class
ca.phon.ipa.features.FeatureSet
Package
Description
Classes implementing the phonex language.
-
Uses of FeatureSet in ca.phon.app.opgraph.nodes.table
Modifier and TypeMethodDescriptionPhoneSimilarity.getComparsionFeatures
(boolean includePlace, boolean includeManner, boolean includeVoicing, boolean includeHeight, boolean includeBackness, boolean includeTenseness, boolean includeRounding) Returns the full set of features used when comparing phones as setup by the node's options. -
Uses of FeatureSet in ca.phon.ipa
Modifier and TypeMethodDescriptionprotected FeatureSet
AlignmentMarker._getFeatureSet()
protected FeatureSet
CompoundPhone._getFeatureSet()
protected FeatureSet
CompoundWordMarker._getFeatureSet()
protected FeatureSet
Diacritic._getFeatureSet()
protected FeatureSet
IntonationGroup._getFeatureSet()
protected FeatureSet
IntraWordPause._getFeatureSet()
protected abstract FeatureSet
IPAElement._getFeatureSet()
Private method to return the feature set for theIPAElement
.protected FeatureSet
Pause._getFeatureSet()
protected FeatureSet
Phone._getFeatureSet()
protected FeatureSet
PhonexMatcherReference._getFeatureSet()
protected FeatureSet
Sandhi._getFeatureSet()
protected FeatureSet
StressMarker._getFeatureSet()
protected FeatureSet
SyllableBoundary._getFeatureSet()
protected FeatureSet
WordBoundary._getFeatureSet()
PhoneticProfile.get
(PhoneDimension dimension) Phone.getBaseFeatures()
Get the feature set for the base phonePhone.getCombiningFeatures()
Get the feature set for all combining diacritics.PhoneDimension.getFeatures()
IPAElement.getFeatureSet()
Return the feature set for thisIPAElement
.Phone.getPrefixFeatures()
Get the feature set for the prefix diacritic.Phone.getSuffixFeatures()
Get the feature set for the suffix diacriticPhoneDimension.getTerminalFeatures()
Modifier and TypeMethodDescriptionFeatureCollator.getFeatureSets()
Live list of feature sets.PhoneticProfile.getProfile()
Modifier and TypeMethodDescriptionvoid
PhoneticProfile.put
(PhoneDimension dimension, FeatureSet value) void
IPAElement.setFeatureSet
(FeatureSet featureSet) Set the custom features for thisIPAElement
-
Uses of FeatureSet in ca.phon.ipa.features
Modifier and TypeMethodDescriptionstatic FeatureSet
Utility method for creating features sets from an array of values.Feature.getFeatureSet()
FeatureMatrix.getFeatureSet
(char ipaChar) Return the feature set described by the given ipaChar, or null if nonexistent.FeatureMatrix.getFeatureSetForFeature
(String feature) Returns the feature set for the name feature.FeatureSet.getManner()
Return the set of manner features for this feature set.FeatureMatrix.getNamedFeatureSet
(String name) Return the value of a named FeatureSetFeatureSet.getPlace()
FeatureSet.getVoicing()
static FeatureSet
FeatureSet.intersect
(FeatureSet fs1, FeatureSet fs2) Produces a new FeatureSet based on the set-intersection of the two given FeatureSets.static FeatureSet
FeatureSet.minus
(FeatureSet fs1, FeatureSet fs2) Produces a new FeatureSet based on the set-subtraction of the given feature sets.static FeatureSet
FeatureSet.singleonFeature
(String featureName) Create a feature set from a single feature.static FeatureSet
FeatureSet.union
(FeatureSet fs1, FeatureSet fs2) Produces a new FeatureSet based on the set-union of the two given FeatureSetsModifier and TypeMethodDescriptionFeatureMatrix.getFeatureSets()
Returns a hash map with all of the feature sets in the matrix as values.FeatureMatrix.getNamedFeatureSets()
Return all named feature sets.Modifier and TypeMethodDescriptionstatic FeatureSet
FeatureSet.intersect
(FeatureSet fs1, FeatureSet fs2) Produces a new FeatureSet based on the set-intersection of the two given FeatureSets.boolean
FeatureSet.intersects
(FeatureSet fs2) static boolean
FeatureSet.intersects
(FeatureSet fs1, FeatureSet fs2) Do the features sets intersect.static FeatureSet
FeatureSet.minus
(FeatureSet fs1, FeatureSet fs2) Produces a new FeatureSet based on the set-subtraction of the given feature sets.void
FeatureMatrix.putFeatureSet
(char ipaChar, FeatureSet newFeatureSet) Set the given feature set for the given IPA character.void
FeatureMatrix.putNamedFeatureSet
(String name, FeatureSet featureSet) Set the value of a named FeatureSetvoid
Feature.setFeatureSet
(FeatureSet fs) static FeatureSet
FeatureSet.union
(FeatureSet fs1, FeatureSet fs2) Produces a new FeatureSet based on the set-union of the two given FeatureSets -
Uses of FeatureSet in ca.phon.phonex
ModifierConstructorDescriptionFeatureSetMatcher
(FeatureSet requiredFeatures) FeatureSetMatcher
(FeatureSet requiredFeatures, FeatureSet notFeatures) -
Uses of FeatureSet in ca.phon.query.detectors
Modifier and TypeMethodDescriptionAdvancedMetathesisDetector.getAbsentFeatures()
AdvancedHarmonyDetector.getAbsentNeutralizedFeatures()
AdvancedHarmonyDetector.getAbsentSharedFeatures()
AdvancedMetathesisDetector.getFeatures()
MetathesisDetectorResult.getFeatures1()
Deprecated.MetathesisDetectorResult.getFeatures2()
Deprecated.BasicHarmonyDetector.getNeutralized
(FeatureSet target, FeatureSet actual, FeatureSet shared) Gets all of the neutralized features in the target form based on a set of shared features.AdvancedHarmonyDetector.getNeutralizedFeatures()
HarmonyDetectorResult.getNeutralizedFeatures()
Deprecated.AdvancedHarmonyDetector.getSharedFeatures()
HarmonyDetectorResult.getSharedFeatures()
Deprecated.Modifier and TypeMethodDescriptionBasicHarmonyDetector.getNeutralized
(FeatureSet target, FeatureSet actual, FeatureSet shared) Gets all of the neutralized features in the target form based on a set of shared features.void
AdvancedMetathesisDetector.setAbsentFeatures
(FeatureSet absentFeatures) void
AdvancedHarmonyDetector.setAbsentNeutralizedFeatures
(FeatureSet absentNeutralizedFeatures) void
AdvancedHarmonyDetector.setAbsentSharedFeatures
(FeatureSet absentSharedFeatures) void
AdvancedMetathesisDetector.setFeatures
(FeatureSet containedFeatures) void
MetathesisDetectorResult.setFeatures1
(FeatureSet features1) Deprecated.void
MetathesisDetectorResult.setFeatures2
(FeatureSet features2) Deprecated.void
AdvancedHarmonyDetector.setNeutralizedFeatures
(FeatureSet neutralizedFeatures) void
HarmonyDetectorResult.setNeutralizedFeatures
(FeatureSet features) Deprecated.void
AdvancedHarmonyDetector.setSharedFeatures
(FeatureSet sharedFeatures) void
HarmonyDetectorResult.setSharedFeatures
(FeatureSet features) Deprecated.ModifierConstructorDescriptionAdvancedHarmonyDetector
(int type, ca.phon.query.detectors.AdvancedHarmonyDetector.Directionality dir, FeatureSet fsShared, FeatureSet fsNeutralized)