Uses of Class
org.episteme.social.linguistics.loaders.tigerxml.T
Packages that use T
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 T in org.episteme.social.linguistics.loaders.tigerxml
Methods in org.episteme.social.linguistics.loaders.tigerxml that return TModifier and TypeMethodDescriptionGraphNode.getLeftmostTerminal()Sentence.getT(int i) Returns theTwhich has the given ID.Corpus.getTerminal(String id) Sentence.getTerminal(String id) Returns theTwhich has the given ID.Methods in org.episteme.social.linguistics.loaders.tigerxml that return types with arguments of type TModifier and TypeMethodDescriptionCorpus.getAllTs()NT.getTerminals()Recursively collects all terminal nodes in this subtree.Sentence.getTerminals()Returns all terminal daughters.Sentence.getTs()Methods in org.episteme.social.linguistics.loaders.tigerxml with parameters of type T -
Uses of T in org.episteme.social.linguistics.loaders.tigerxml.core
Methods in org.episteme.social.linguistics.loaders.tigerxml.core with parameters of type T -
Uses of T in org.episteme.social.linguistics.loaders.tigerxml.theories.hobbs78
Constructors in org.episteme.social.linguistics.loaders.tigerxml.theories.hobbs78 with parameters of type TModifierConstructorDescriptionBreadthFirstSearcher(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 T in org.episteme.social.linguistics.loaders.tigerxml.tools
Methods in org.episteme.social.linguistics.loaders.tigerxml.tools that return types with arguments of type TModifier and TypeMethodDescriptionGeneralTools.sortTerminals(List<T> unsortedTerminals) Sorts a given list of Terminals according to linear precedence.Methods in org.episteme.social.linguistics.loaders.tigerxml.tools with parameters of type TModifier and TypeMethodDescriptionReturns the (general) POS tag of this terminal.booleanSyntaxTools.hasActiveVoice(T verbal_node) Returns true if the input node is a full verb node and occurs in an active clause.protected static booleanSyntaxTools.isAttributiveMarkablePronoun(T terminal) static booleanstatic booleanprotected static booleanSyntaxTools.isSubstitutingMarkablePronoun(T terminal) Method parameters in org.episteme.social.linguistics.loaders.tigerxml.tools with type arguments of type TModifier and TypeMethodDescriptionGeneralTools.sortTerminals(List<T> unsortedTerminals) Sorts a given list of Terminals according to linear precedence.