Class EtymologyGraph
java.lang.Object
org.episteme.social.linguistics.EtymologyGraph
- All Implemented Interfaces:
Serializable
Graph structure for tracking word derivations and linguistic ancestry across languages.
- Since:
- 2.0
- Author:
- Silvere Martin-Michiellot, Gemini AI (Google DeepMind)
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic final recordstatic final record -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidaddDerivation(EtymologyGraph.EtymologyNode source, EtymologyGraph.EtymologyNode target, String type) findCognates(String word, Language language) traceEtymology(String word, Language language)
-
Constructor Details
-
EtymologyGraph
public EtymologyGraph()
-
-
Method Details
-
addDerivation
public void addDerivation(EtymologyGraph.EtymologyNode source, EtymologyGraph.EtymologyNode target, String type) -
traceEtymology
-
findCognates
-