Uses of Record Class
org.episteme.social.linguistics.EtymologyGraph.EtymologyNode
Packages that use EtymologyGraph.EtymologyNode
Package
Description
Provides mathematical and computational models for natural language
processing, linguistic analysis, and glottochronology.
-
Uses of EtymologyGraph.EtymologyNode in org.episteme.social.linguistics
Methods in org.episteme.social.linguistics that return EtymologyGraph.EtymologyNodeModifier and TypeMethodDescriptionEtymologyGraph.Derivation.source()Returns the value of thesourcerecord component.EtymologyGraph.Derivation.target()Returns the value of thetargetrecord component.Methods in org.episteme.social.linguistics that return types with arguments of type EtymologyGraph.EtymologyNodeModifier and TypeMethodDescriptionEtymologyGraph.findCognates(String word, Language language) EtymologyGraph.traceEtymology(String word, Language language) Methods in org.episteme.social.linguistics with parameters of type EtymologyGraph.EtymologyNodeModifier and TypeMethodDescriptionvoidEtymologyGraph.addDerivation(EtymologyGraph.EtymologyNode source, EtymologyGraph.EtymologyNode target, String type) Constructors in org.episteme.social.linguistics with parameters of type EtymologyGraph.EtymologyNodeModifierConstructorDescriptionDerivation(EtymologyGraph.EtymologyNode source, EtymologyGraph.EtymologyNode target, String type) Creates an instance of aDerivationrecord class.