Uses of Record Class
org.episteme.social.linguistics.DialectMapper.DialectDataPoint
Packages that use DialectMapper.DialectDataPoint
Package
Description
Provides mathematical and computational models for natural language
processing, linguistic analysis, and glottochronology.
-
Uses of DialectMapper.DialectDataPoint in org.episteme.social.linguistics
Methods in org.episteme.social.linguistics that return types with arguments of type DialectMapper.DialectDataPointModifier and TypeMethodDescriptionstatic Map<Integer, List<DialectMapper.DialectDataPoint>> DialectMapper.clusterDialects(List<DialectMapper.DialectDataPoint> data, int numClusters) Groups dialect points into clusters based on shared linguistic features using an iterative similarity-based algorithm.Methods in org.episteme.social.linguistics with parameters of type DialectMapper.DialectDataPointModifier and TypeMethodDescriptionstatic RealDialectMapper.linguisticDistance(DialectMapper.DialectDataPoint a, DialectMapper.DialectDataPoint b) Calculates the linguistic distance (using Jaccard similarity inverse) between two survey points.Method parameters in org.episteme.social.linguistics with type arguments of type DialectMapper.DialectDataPointModifier and TypeMethodDescriptionstatic Map<Integer, List<DialectMapper.DialectDataPoint>> DialectMapper.clusterDialects(List<DialectMapper.DialectDataPoint> data, int numClusters) Groups dialect points into clusters based on shared linguistic features using an iterative similarity-based algorithm.static 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.static StringDialectMapper.generateMapSummary(List<DialectMapper.DialectDataPoint> data, List<DialectMapper.Isogloss> isoglosses) Generates a structural summary of the dialectal map and identified isoglosses.