Uses of Class
org.episteme.social.linguistics.loaders.tigerxml.NT
Packages that use NT
Package
Description
Standard TigerXML loader for linguistic corpora.
Provides the
module.
invalid reference
org.episteme.social.ml.tigerxml.core
Provides the
module.
invalid reference
org.episteme.social.ml.tigerxml.theories.hobbs78
Provides the
module.
invalid reference
org.episteme.social.ml.tigerxml.tools
-
Uses of NT in org.episteme.social.linguistics.loaders.tigerxml
Methods in org.episteme.social.linguistics.loaders.tigerxml that return NTModifier and TypeMethodDescriptionGraphNode.getDominatingNodeByCat(String cat) GraphNode.getMother()Sentence.getNT(int i) Returns theNTwhich has the given ID.Sentence.getRootNT()Returns the root node of the sentence (always an NT).Sentence.getVROOT()Returns the VROOT of this sentence.Methods in org.episteme.social.linguistics.loaders.tigerxml that return types with arguments of type NTMethods in org.episteme.social.linguistics.loaders.tigerxml with parameters of type NTModifier and TypeMethodDescriptionvoidstatic PhraseConverts a TigerXML NT (Non-Terminal) to a Phrase.GraphNode.getEdge2SecMother(NT sMother) voidvoidGraphNode.setSecMother(NT mother, String label) Constructors in org.episteme.social.linguistics.loaders.tigerxml with parameters of type NT -
Uses of NT in org.episteme.social.linguistics.loaders.tigerxml.core
Subclasses of NT in org.episteme.social.linguistics.loaders.tigerxml.coreMethods in org.episteme.social.linguistics.loaders.tigerxml.core with parameters of type NT -
Uses of NT in org.episteme.social.linguistics.loaders.tigerxml.theories.hobbs78
Methods in org.episteme.social.linguistics.loaders.tigerxml.theories.hobbs78 that return NTMethods in org.episteme.social.linguistics.loaders.tigerxml.theories.hobbs78 with parameters of type NTConstructors in org.episteme.social.linguistics.loaders.tigerxml.theories.hobbs78 with parameters of type NTModifierConstructorDescriptionBreadthFirstSearcher(T my_pronoun, NT my_mother, List<GraphNode> nodes, boolean my_np_or_s_between, boolean my_go_below) Creates a new BreadthFirstSearcher object. -
Uses of NT in org.episteme.social.linguistics.loaders.tigerxml.tools
Methods in org.episteme.social.linguistics.loaders.tigerxml.tools that return NTModifier and TypeMethodDescriptionSyntaxTools.getDominatingClausalNode(GraphNode node) Returns the nearest dominating clausal node of this GraphNode.SyntaxGeneralizer.getDominatingNode(GraphNode node, String gen_cat) Returns the nearest dominating node that has the general category gen_cat, and is not identical with the input node itself.SyntaxTools.getDominatingNominalNode(GraphNode node) Returns the nearest dominating nominal node of this GraphNode.Methods in org.episteme.social.linguistics.loaders.tigerxml.tools with parameters of type NTModifier and TypeMethodDescriptionSyntaxGeneralizer.getDaughtersByGeneralLabel(NT node, String gen_label) Returns a List of the daughter nodes with a given general edge label.SyntaxGeneralizer.getDescendantsByGeneralLabel(NT node, String gen_label) Returns a List of the descendant nodes with a given general edge label.SyntaxGeneralizer.getPhraseType(NT node) Returns the (general) phrase type of this node.static booleanSyntaxTools.isNpLikeNode(NT node) Defines the term NP as it is commonly understood in terms of TIGER syntax.static booleanSyntaxTools.isSLikeNode(NT node) Defines the term S as it is commonly understood in terms of TIGER syntax.static booleanSyntaxTools.isVpLikeNode(NT node) Defines the term VP as it is commonly understood in terms of TIGER syntax.