Uses of Record Class
org.episteme.social.linguistics.SyntaxTreeParser.Node
Packages that use SyntaxTreeParser.Node
Package
Description
Provides mathematical and computational models for natural language
processing, linguistic analysis, and glottochronology.
-
Uses of SyntaxTreeParser.Node in org.episteme.social.linguistics
Methods in org.episteme.social.linguistics that return SyntaxTreeParser.NodeModifier and TypeMethodDescriptionstatic SyntaxTreeParser.NodeParses a tree string like "S(NP(D(The),N(Cat)),VP(V(Eats)))"Methods in org.episteme.social.linguistics that return types with arguments of type SyntaxTreeParser.NodeModifier and TypeMethodDescriptionSyntaxTreeParser.Node.children()Returns the value of thechildrenrecord component.Constructor parameters in org.episteme.social.linguistics with type arguments of type SyntaxTreeParser.NodeModifierConstructorDescriptionNode(String label, List<SyntaxTreeParser.Node> children) Creates an instance of aNoderecord class.