Uses of Record Class
org.episteme.social.linguistics.DialectMapper.LinguisticFeature
Packages that use DialectMapper.LinguisticFeature
Package
Description
Provides mathematical and computational models for natural language
processing, linguistic analysis, and glottochronology.
-
Uses of DialectMapper.LinguisticFeature in org.episteme.social.linguistics
Fields in org.episteme.social.linguistics declared as DialectMapper.LinguisticFeatureModifier and TypeFieldDescriptionstatic final DialectMapper.LinguisticFeatureDialectMapper.CODA_DEVOICINGstatic final DialectMapper.LinguisticFeatureDialectMapper.DOUBLE_NEGATIONstatic final DialectMapper.LinguisticFeatureDialectMapper.RHOTICITYstatic final DialectMapper.LinguisticFeatureDialectMapper.VOWEL_SHIFTstatic final DialectMapper.LinguisticFeatureDialectMapper.Y_ALLMethods in org.episteme.social.linguistics that return DialectMapper.LinguisticFeatureModifier and TypeMethodDescriptionDialectMapper.Isogloss.dividingFeature()Returns the value of thedividingFeaturerecord component.Methods in org.episteme.social.linguistics that return types with arguments of type DialectMapper.LinguisticFeatureModifier and TypeMethodDescriptionDialectMapper.DialectDataPoint.features()Returns the value of thefeaturesrecord component.Methods in org.episteme.social.linguistics with parameters of type DialectMapper.LinguisticFeatureModifier and TypeMethodDescriptionstatic DialectMapper.IsoglossDialectMapper.createIsogloss(List<DialectMapper.DialectDataPoint> data, DialectMapper.LinguisticFeature feature, String name) Generates an isogloss boundary based on a collection of survey data points for a specific linguistic feature.Constructors in org.episteme.social.linguistics with parameters of type DialectMapper.LinguisticFeatureModifierConstructorDescriptionIsogloss(String name, DialectMapper.LinguisticFeature dividingFeature, List<double[]> boundaryPoints, String description) Creates an instance of aIsoglossrecord class.Constructor parameters in org.episteme.social.linguistics with type arguments of type DialectMapper.LinguisticFeatureModifierConstructorDescriptionDialectDataPoint(Place location, List<DialectMapper.LinguisticFeature> features, String dialectName, int respondentCount) Creates an instance of aDialectDataPointrecord class.