Search Java Classes and Packages

Search Java Frameworks and Libraries

255581 classes and counting ...
Search Tips Index Status



#Edu.stanford.nlp.trees.tregex Classes and Interfaces - 70 results found.
NameDescriptionTypePackageFramework
CreateSubtreeNodeGiven the start and end children of a particular node, takes all children between start and end (including the endpoints) andClassedu.stanford.nlp.trees.tregex.tsurgeonStanford Parser
DisplayMatchesPanelClass for creating the panel which shows a graphical version of the tree (as in TreeJPanel) as well as the file name of the file from which the tree is from.Classedu.stanford.nlp.trees.tregex.guiStanford Parser
FilePanelClass representing the hierarchy of files in which trees may be searched and allowing users to select whether to search a particular file or notClassedu.stanford.nlp.trees.tregex.guiStanford Parser
FileTreeModelComponent for managing the data for files containing trees.Classedu.stanford.nlp.trees.tregex.guiStanford Parser
FileTreeNodeRepresents a node in a JTree that holds a file and displays the short name of the file in the JTree.Classedu.stanford.nlp.trees.tregex.guiStanford Parser
FileTreeNode .FileTreeNodeListenerInterfaceedu.stanford.nlp.trees.tregex.gui.FileTreeNodeStanford Parser
HighlightUtilsClassedu.stanford.nlp.trees.tregex.guiStanford Parser
InputPanelClass representing the panel that gets input from the user and does (in a thread-safe manner) the computation for finding tree matches and performing tsurgeon operations.Classedu.stanford.nlp.trees.tregex.guiStanford Parser
InputPanel .HistoryEntryClassedu.stanford.nlp.trees.tregex.gui.InputPanelStanford Parser
InputPanel .TRegexGUITreeVisitorMethod for returning the number of matches found in the last tree visited by this tree visitor.Classedu.stanford.nlp.trees.tregex.gui.InputPanelStanford Parser
JJTTsurgeonParserStateClassedu.stanford.nlp.trees.tregex.tsurgeonStanford Parser
MacrosThis defines how to use macros from a file in Tregex.Classedu.stanford.nlp.trees.tregexStanford Parser
MatchesPanelComponent for displaying the list of trees that matchAuthor:Anna RaffertySee Also:Serialized FormClassedu.stanford.nlp.trees.tregex.guiStanford Parser
MatchesPanel .MatchesPanelListenerAllows other panels to be updated about changes to the matches panel (better abstraction)Interfaceedu.stanford.nlp.trees.tregex.gui.MatchesPanelStanford Parser
ParseExceptionThis exception is thrown when parse errors are encountered.Classedu.stanford.nlp.trees.tregexStanford Parser
ParseExceptionThis exception is thrown when parse errors are encountered.Classedu.stanford.nlp.trees.tregex.tsurgeonStanford Parser
PreferencesManages storage and retrieval of application preferences.Classedu.stanford.nlp.trees.tregex.guiStanford Parser
PreferencesPanelClass for creating the preferences panel which holds user definable preferences (e.Classedu.stanford.nlp.trees.tregex.guiStanford Parser
ScrollableTreeJPanelComponent for displaying a tree in a JPanel that works correctly withAuthor:Anna RaffertySee Also:Serialized FormClassedu.stanford.nlp.trees.tregex.guiStanford Parser
TdiffExtracts the differences between the sets of constituents indicated by a pair of parse trees.Classedu.stanford.nlp.trees.tregex.guiStanford Parser
TreeFromFileSimple utility class for storing a tree as well as the sentence the tree represents and a label with the filename of the file that the tree was stored in.Classedu.stanford.nlp.trees.tregex.guiStanford Parser
TregexGUIMain class for creating a tregex gui.Classedu.stanford.nlp.trees.tregex.guiStanford Parser
TregexGUI .FilterTypeReturns the enum constant of this type with the specified name.Classedu.stanford.nlp.trees.tregex.gui.TregexGUIStanford Parser
TregexGUI .TransferActionListenerClassedu.stanford.nlp.trees.tregex.gui.TregexGUIStanford Parser
TregexMatcherA TregexMatcher can be used to match a TregexPattern against a Tree.Classedu.stanford.nlp.trees.tregexStanford Parser
TregexParseExceptionA runtime exception that indicates something went wrong parsing a tregex expression.Classedu.stanford.nlp.trees.tregexStanford Parser
TregexPatternA TregexPattern is a tgrep-type pattern for matching tree node configurations.Classedu.stanford.nlp.trees.tregexStanford Parser
TregexPattern .TRegexTreeReaderFactoryClassedu.stanford.nlp.trees.tregex.TregexPatternStanford Parser
TregexPatternCompilerA class for compiling TregexPatterns with specific HeadFinders and or basicCategoryFunctions.Classedu.stanford.nlp.trees.tregexStanford Parser
TsurgeonTsurgeon provides a way of editing trees based on a set of operations that are applied to tree locations matching a tregex pattern.Classedu.stanford.nlp.trees.tregex.tsurgeonStanford Parser
TsurgeonMatcherAn object factored out to keep the state of a Tsurgeon operation separate from the TsurgeonPattern objects.Classedu.stanford.nlp.trees.tregex.tsurgeonStanford Parser
TsurgeonParseExceptionA runtime exception that indicates something went wrong parsing a Tsurgeon expression.Classedu.stanford.nlp.trees.tregex.tsurgeonStanford Parser
TsurgeonParserTreeConstantsInterfaceedu.stanford.nlp.trees.tregex.tsurgeonStanford Parser
TsurgeonPatternAn abstract class for patterns to manipulate Trees when successfully matched on with a TregexMatcher.Classedu.stanford.nlp.trees.tregex.tsurgeonStanford Parser
TsurgeonRuntimeExceptionSomething has gone wrong internally in TsurgeonAuthor:John BauerSee Also:Serialized FormClassedu.stanford.nlp.trees.tregex.tsurgeonStanford Parser
CreateSubtreeNodeGiven the start and end children of a particular node, takes all children between start and end (including the endpoints) andClassedu.stanford.nlp.trees.tregex.tsurgeonJavaNlp
DisplayMatchesPanelClass for creating the panel which shows a graphical version of the tree (as in TreeJPanel) as well as the file name of the file from which the tree is from.Classedu.stanford.nlp.trees.tregex.guiJavaNlp
FilePanelClass representing the hierarchy of files in which trees may be searched and allowing users to select whether to search a particular file or notClassedu.stanford.nlp.trees.tregex.guiJavaNlp
FileTreeModelComponent for managing the data for files containing trees.Classedu.stanford.nlp.trees.tregex.guiJavaNlp
FileTreeNodeRepresents a node in a JTree that holds a file and displays the short name of the file in the JTree.Classedu.stanford.nlp.trees.tregex.guiJavaNlp
FileTreeNode .FileTreeNodeListenerInterfaceedu.stanford.nlp.trees.tregex.gui.FileTreeNodeJavaNlp
HighlightUtilsClassedu.stanford.nlp.trees.tregex.guiJavaNlp
InputPanelClass representing the panel that gets input from the user and does (in a thread-safe manner) the computation for finding tree matches and performing tsurgeon operations.Classedu.stanford.nlp.trees.tregex.guiJavaNlp
InputPanel .HistoryEntryClassedu.stanford.nlp.trees.tregex.gui.InputPanelJavaNlp
InputPanel .TRegexGUITreeVisitorMethod for returning the number of matches found in the last tree visited by this tree visitor.Classedu.stanford.nlp.trees.tregex.gui.InputPanelJavaNlp
JJTTsurgeonParserStateClassedu.stanford.nlp.trees.tregex.tsurgeonJavaNlp
MacrosThis defines how to use macros from a file in Tregex.Classedu.stanford.nlp.trees.tregexJavaNlp
MatchesPanelComponent for displaying the list of trees that matchAuthor:Anna RaffertySee Also:Serialized FormClassedu.stanford.nlp.trees.tregex.guiJavaNlp
MatchesPanel .MatchesPanelListenerAllows other panels to be updated about changes to the matches panel (better abstraction)Interfaceedu.stanford.nlp.trees.tregex.gui.MatchesPanelJavaNlp
ParseExceptionThis exception is thrown when parse errors are encountered.Classedu.stanford.nlp.trees.tregexJavaNlp
ParseExceptionThis exception is thrown when parse errors are encountered.Classedu.stanford.nlp.trees.tregex.tsurgeonJavaNlp
PreferencesManages storage and retrieval of application preferences.Classedu.stanford.nlp.trees.tregex.guiJavaNlp
PreferencesPanelClass for creating the preferences panel which holds user definable preferences (e.Classedu.stanford.nlp.trees.tregex.guiJavaNlp
ScrollableTreeJPanelComponent for displaying a tree in a JPanel that works correctly withAuthor:Anna RaffertySee Also:Serialized FormClassedu.stanford.nlp.trees.tregex.guiJavaNlp
TdiffExtracts the differences between the sets of constituents indicated by a pair of parse trees.Classedu.stanford.nlp.trees.tregex.guiJavaNlp
TreeFromFileSimple utility class for storing a tree as well as the sentence the tree represents and a label with the filename of the file that the tree was stored in.Classedu.stanford.nlp.trees.tregex.guiJavaNlp
TregexGUIMain class for creating a tregex gui.Classedu.stanford.nlp.trees.tregex.guiJavaNlp
TregexGUI .FilterTypeReturns the enum constant of this type with the specified name.Classedu.stanford.nlp.trees.tregex.gui.TregexGUIJavaNlp
TregexGUI .TransferActionListenerClassedu.stanford.nlp.trees.tregex.gui.TregexGUIJavaNlp
TregexMatcherA TregexMatcher can be used to match a TregexPattern against a Tree.Classedu.stanford.nlp.trees.tregexJavaNlp
TregexParseExceptionA runtime exception that indicates something went wrong parsing a tregex expression.Classedu.stanford.nlp.trees.tregexJavaNlp
TregexPatternA TregexPattern is a tgrep-type pattern for matching tree node configurations.Classedu.stanford.nlp.trees.tregexJavaNlp
TregexPattern .TRegexTreeReaderFactoryClassedu.stanford.nlp.trees.tregex.TregexPatternJavaNlp
TregexPatternCompilerA class for compiling TregexPatterns with specific HeadFinders and or basicCategoryFunctions.Classedu.stanford.nlp.trees.tregexJavaNlp
TsurgeonTsurgeon provides a way of editing trees based on a set of operations that are applied to tree locations matching a tregex pattern.Classedu.stanford.nlp.trees.tregex.tsurgeonJavaNlp
TsurgeonMatcherAn object factored out to keep the state of a Tsurgeon operation separate from the TsurgeonPattern objects.Classedu.stanford.nlp.trees.tregex.tsurgeonJavaNlp
TsurgeonParseExceptionA runtime exception that indicates something went wrong parsing a Tsurgeon expression.Classedu.stanford.nlp.trees.tregex.tsurgeonJavaNlp
TsurgeonParserTreeConstantsInterfaceedu.stanford.nlp.trees.tregex.tsurgeonJavaNlp
TsurgeonPatternAn abstract class for patterns to manipulate Trees when successfully matched on with a TregexMatcher.Classedu.stanford.nlp.trees.tregex.tsurgeonJavaNlp
TsurgeonRuntimeExceptionSomething has gone wrong internally in TsurgeonAuthor:John BauerSee Also:Serialized FormClassedu.stanford.nlp.trees.tregex.tsurgeonJavaNlp