A B C D E F G H I L M N O P R S T U V W

A

AbstractEdgeLayout - Class in com.googlecode.whatswrong
An AbstractEdgeLayout serves as a base class for edge layout classes.
AbstractEdgeLayout() - Constructor for class com.googlecode.whatswrong.AbstractEdgeLayout
 
add(K, V) - Method in class com.googlecode.whatswrong.javautils.HashMultiMapArrayList
Adds a value to the list of values of the given key.
add(K, V) - Method in class com.googlecode.whatswrong.javautils.HashMultiMapLinkedList
Adds a value to the list of values of the given key.
addAllowedLabel(String) - Method in class com.googlecode.whatswrong.EdgeLabelFilter
Adds an allowed label substring.
addAllowedPostfixType(String) - Method in class com.googlecode.whatswrong.EdgeTypeFilter
Adds an allowed prefix type.
addAllowedPrefixType(String) - Method in class com.googlecode.whatswrong.EdgeTypeFilter
Adds an allowed prefix type.
addAllowedProperty(String) - Method in class com.googlecode.whatswrong.EdgeTokenFilter
Adds an allowed property value.
addAllowedString(String) - Method in class com.googlecode.whatswrong.TokenFilter
Add a an allowed property value.
addChangeListener(CorpusLoader.Listener) - Method in class com.googlecode.whatswrong.CorpusLoader
Adds a listener to this loader.
addChangeListenger(ChangeListener) - Method in class com.googlecode.whatswrong.NLPCanvas
Adds a change listener to this canvas.
addDependency(int, int, String, String) - Method in class com.googlecode.whatswrong.NLPInstance
Creates and adds an edge with rendertype Edge.RenderType.dependency
addDependency(int, int, String, String, String) - Method in class com.googlecode.whatswrong.NLPInstance
Creates and adds an edge with rendertype Edge.RenderType.dependency
addEdge(int, int, String, String) - Method in class com.googlecode.whatswrong.NLPInstance
Creates and adds an edge from the token at the given 'from' index to the token at the given 'to' index with the given label and type.
addEdge(int, int, String, String, Edge.RenderType) - Method in class com.googlecode.whatswrong.NLPInstance
Creates and adds a new edge with the given properties.
addEdge(Edge) - Method in class com.googlecode.whatswrong.NLPInstance
Adds an edge.
addEdge(Token, Token, String, String) - Method in class com.googlecode.whatswrong.NLPInstance
Creates and adds an edge with the given properties.
addEdge(Token, Token, String, String, Edge.RenderType) - Method in class com.googlecode.whatswrong.NLPInstance
Creates and adds an edge with the given properties.
addEdges(Collection<Edge>) - Method in class com.googlecode.whatswrong.NLPInstance
Adds the given edges to this instance.
addForbiddenProperty(String) - Method in class com.googlecode.whatswrong.TokenFilter
Add a property that is forbidden so that the corresponding values are removed from each token.
addFormat(CorpusFormat) - Method in class com.googlecode.whatswrong.CorpusLoader
Adds a CorpusFormat.
addListener(EdgeTypeFilter.Listener) - Method in class com.googlecode.whatswrong.EdgeTypeFilter
Adds a listener.
addListener(NLPCanvas.Listener) - Method in class com.googlecode.whatswrong.NLPCanvas
Adds a new listener.
addProcessor(String, TabProcessor) - Method in class com.googlecode.whatswrong.io.TabFormat
 
addProcessor(TabProcessor) - Method in class com.googlecode.whatswrong.io.TabFormat
 
addProperty(String, String) - Method in class com.googlecode.whatswrong.Token
Add a property with the given name and value.
addProperty(int, String) - Method in class com.googlecode.whatswrong.Token
Add the property with name "Property [index]" and the given value.
addProperty(TokenProperty, String) - Method in class com.googlecode.whatswrong.Token
Add a property with given value.
addProperty(String) - Method in class com.googlecode.whatswrong.Token
Adds a property with the given value.
addSpan(int, int, String, String) - Method in class com.googlecode.whatswrong.NLPInstance
Creates and adds an edge with rendertype Edge.RenderType.span
addSpan(int, int, String, String, String) - Method in class com.googlecode.whatswrong.NLPInstance
Creates and adds an edge with rendertype Edge.RenderType.span
addSplitPoint(int) - Method in class com.googlecode.whatswrong.NLPInstance
Add a split point token index.
addToken() - Method in class com.googlecode.whatswrong.NLPInstance
Adds a new token and returns it.
addToken(int) - Method in class com.googlecode.whatswrong.NLPInstance
Adds a token at a certain index.
addTokens(Collection<Token>) - Method in class com.googlecode.whatswrong.NLPInstance
Adds the given collection of tokens to this instance.
addTokenWithProperties(String...) - Method in class com.googlecode.whatswrong.NLPInstance
Adds token that has the provided properties with default property names.
addToSelection(Edge) - Method in class com.googlecode.whatswrong.AbstractEdgeLayout
Add an edge to the selection.
AlignmentRenderer - Class in com.googlecode.whatswrong
A SingleSentenceRenderer renders an NLPInstance as a single sentence with spans drawn below the tokens, and dependencies above the tokens.
AlignmentRenderer() - Constructor for class com.googlecode.whatswrong.AlignmentRenderer
 
allows(String) - Method in class com.googlecode.whatswrong.EdgeLabelFilter
Checks whether the filter allows the given label substring.
allows(String) - Method in class com.googlecode.whatswrong.EdgeTokenFilter
Returns whether the given value is an allowed property value.
allowsPostfix(String) - Method in class com.googlecode.whatswrong.EdgeTypeFilter
Does the filter allow the given postfix.
allowsPrefix(String) - Method in class com.googlecode.whatswrong.EdgeTypeFilter
Does the filter allow the given prefix.
AppearancePanel - Class in com.googlecode.whatswrong
An AppearancePanel controls the appearance of an NLPCanvas.
AppearancePanel(NLPCanvas) - Constructor for class com.googlecode.whatswrong.AppearancePanel
Creates a new AppearancePanel for the given canvas.
arg1 - Variable in class com.googlecode.whatswrong.javautils.Pair
The first argument.
arg2 - Variable in class com.googlecode.whatswrong.javautils.Pair
The second argument.

B

baseline - Variable in class com.googlecode.whatswrong.AbstractEdgeLayout
Where do we start to draw
BioNLP2009SharedTaskFormat - Class in com.googlecode.whatswrong.io
The BioNLP2009SharedTaskFormat loads files in the format of the BioNLP 2009 Shared Task.
BioNLP2009SharedTaskFormat() - Constructor for class com.googlecode.whatswrong.io.BioNLP2009SharedTaskFormat
 
Bounds1D - Class in com.googlecode.whatswrong
This class represents one dimensional bounds.
Bounds1D(int, int) - Constructor for class com.googlecode.whatswrong.Bounds1D
Create a new Bounds1D object for the given bounds.

C

calculateDepth(HashMultiMapLinkedList<Edge, Edge>, Counter<Edge>, Edge) - Method in class com.googlecode.whatswrong.AbstractEdgeLayout
Calculate the number of edges under each edge and returns the max.
changed(String) - Method in interface com.googlecode.whatswrong.EdgeTypeFilter.Listener
Called when a type string was added or removed from the filter.
changed(String) - Method in class com.googlecode.whatswrong.EdgeTypeFilterPanel
Updates the selection.
clear() - Method in class com.googlecode.whatswrong.EdgeLabelFilter
Removes all allowed label substrings.
clear() - Method in class com.googlecode.whatswrong.EdgeTokenFilter
Removes all allowed words.
clear() - Method in class com.googlecode.whatswrong.NLPCanvas
Clears the current instance.
clearAllowedStrings() - Method in class com.googlecode.whatswrong.TokenFilter
Remove all allowed strings.
clearSelection() - Method in class com.googlecode.whatswrong.AbstractEdgeLayout
Remove all edges from the selection.
com.googlecode.whatswrong - package com.googlecode.whatswrong
The whatswrong package is the top-level package of What's Wrong With My NLP.
com.googlecode.whatswrong.io - package com.googlecode.whatswrong.io
The io package contains classes for loading NLP instances from different types of formats.
com.googlecode.whatswrong.javautils - package com.googlecode.whatswrong.javautils
The javautils package contains classes that are generally useful and not specific to any kind of project.
compareTo(Token) - Method in class com.googlecode.whatswrong.Token
Compares the indices of both tokens.
compareTo(TokenProperty) - Method in class com.googlecode.whatswrong.TokenProperty
First compares the level of the two properties and if these are equal the property names are compared.
CoNLL2000 - Class in com.googlecode.whatswrong.io
Loads CoNLL 2000 chunk data.
CoNLL2000() - Constructor for class com.googlecode.whatswrong.io.CoNLL2000
 
CoNLL2002 - Class in com.googlecode.whatswrong.io
Loads CoNLL 2002 NER data.
CoNLL2002() - Constructor for class com.googlecode.whatswrong.io.CoNLL2002
 
CoNLL2003 - Class in com.googlecode.whatswrong.io
Loads CoNLL 2003 chunk and NER data.
CoNLL2003() - Constructor for class com.googlecode.whatswrong.io.CoNLL2003
 
CoNLL2004 - Class in com.googlecode.whatswrong.io
Loads CoNLL 2004 SRL data.
CoNLL2004() - Constructor for class com.googlecode.whatswrong.io.CoNLL2004
 
CoNLL2005 - Class in com.googlecode.whatswrong.io
Loads CoNLL 2005 SRL data.
CoNLL2005() - Constructor for class com.googlecode.whatswrong.io.CoNLL2005
 
CoNLL2006 - Class in com.googlecode.whatswrong.io
Loads CoNLL 2006 Dependency data.
CoNLL2006() - Constructor for class com.googlecode.whatswrong.io.CoNLL2006
 
CoNLL2008 - Class in com.googlecode.whatswrong.io
Loads CoNLL 2008 Joint SRL and Dependency data.
CoNLL2008() - Constructor for class com.googlecode.whatswrong.io.CoNLL2008
 
CoNLL2009 - Class in com.googlecode.whatswrong.io
Loads CoNLL 2008 Joint SRL and Dependency data.
CoNLL2009() - Constructor for class com.googlecode.whatswrong.io.CoNLL2009
 
consistify() - Method in class com.googlecode.whatswrong.NLPInstance
If tokesn were added with NLPInstance.addToken(int) this method ensures that all internal representations of the token sequence are consistent.
ControllerPanel - Class in com.googlecode.whatswrong
ControllerPanel is a superclass for all controlling panels.
ControllerPanel() - Constructor for class com.googlecode.whatswrong.ControllerPanel
Creates new ControllerPanel.
corpusAdded(List<NLPInstance>, CorpusLoader) - Method in interface com.googlecode.whatswrong.CorpusLoader.Listener
Called when a new corpus is added.
corpusAdded(List<NLPInstance>, CorpusLoader) - Method in class com.googlecode.whatswrong.CorpusNavigator
Adds the corpus to the corresponding internal set of corpora.
CorpusFormat - Interface in com.googlecode.whatswrong.io
The CorpusFormat interface describes objects that can load a list of NLPInstances from a file.
CorpusFormat.Monitor - Interface in com.googlecode.whatswrong.io
A Monitor monitors the progress of the CorpusFormat.load(java.io.File, int, int) method.
CorpusLoader - Class in com.googlecode.whatswrong
A CorpusLoader is responsible for loading and managing corpora.
CorpusLoader(String) - Constructor for class com.googlecode.whatswrong.CorpusLoader
Creates a new CorpusLoader with the given title.
CorpusLoader.Listener - Interface in com.googlecode.whatswrong
A CorpusLoader.Listener listens to events of this loader.
CorpusNavigator - Class in com.googlecode.whatswrong
A CorpusNavigator allows the user to navigate through a corpus (or a diffed corpus) and pick one NLP instance to draw (or one difference of two NLPInstance objects in terms of their edges).
CorpusNavigator(NLPCanvas, CorpusLoader, CorpusLoader, EdgeTypeFilter) - Constructor for class com.googlecode.whatswrong.CorpusNavigator
Creates a new CorpusNavigator.
corpusRemoved(List<NLPInstance>, CorpusLoader) - Method in interface com.googlecode.whatswrong.CorpusLoader.Listener
Called when a corpus is removed.
corpusRemoved(List<NLPInstance>, CorpusLoader) - Method in class com.googlecode.whatswrong.CorpusNavigator
Removes the corpus and all diff corpora that compare the given corpus
corpusSelected(List<NLPInstance>, CorpusLoader) - Method in interface com.googlecode.whatswrong.CorpusLoader.Listener
Called when a corpus is selected.
corpusSelected(List<NLPInstance>, CorpusLoader) - Method in class com.googlecode.whatswrong.CorpusNavigator
Changes the current selected instance to be the one in the new corpus with the same index as the last chosen instance of the old corpus or the last instance if no such instance exist.
Counter<T> - Class in com.googlecode.whatswrong.javautils
A Counter counts objects of class T.
Counter() - Constructor for class com.googlecode.whatswrong.javautils.Counter
 
covers(Edge) - Method in class com.googlecode.whatswrong.Edge
Check whether this edge completely covers the specified edge.
coversExactly(Edge) - Method in class com.googlecode.whatswrong.Edge
Check whether this edge spans the same sequence of tokens as the given edge.
coversSemi(Edge) - Method in class com.googlecode.whatswrong.Edge
Checks whether this edge covers the given edge and is aligned with it on one side.
create(List<? extends List<String>>) - Method in class com.googlecode.whatswrong.io.CoNLL2000
 
create(List<? extends List<String>>) - Method in class com.googlecode.whatswrong.io.CoNLL2002
 
create(List<? extends List<String>>) - Method in class com.googlecode.whatswrong.io.CoNLL2003
 
create(List<? extends List<String>>) - Method in class com.googlecode.whatswrong.io.CoNLL2004
 
create(List<? extends List<String>>) - Method in class com.googlecode.whatswrong.io.CoNLL2005
 
create(List<? extends List<String>>) - Method in class com.googlecode.whatswrong.io.CoNLL2006
 
create(List<? extends List<String>>) - Method in class com.googlecode.whatswrong.io.CoNLL2008
 
create(List<? extends List<String>>) - Method in class com.googlecode.whatswrong.io.CoNLL2009
 
create(List<? extends List<String>>) - Method in class com.googlecode.whatswrong.io.MaltTab
 
create(List<? extends List<String>>) - Method in interface com.googlecode.whatswrong.io.TabProcessor
Create an NLPInstance from the given table (list of rows) of strings.
createOpen(List<? extends List<String>>) - Method in class com.googlecode.whatswrong.io.CoNLL2000
 
createOpen(List<? extends List<String>>) - Method in class com.googlecode.whatswrong.io.CoNLL2002
 
createOpen(List<? extends List<String>>) - Method in class com.googlecode.whatswrong.io.CoNLL2003
 
createOpen(List<? extends List<String>>) - Method in class com.googlecode.whatswrong.io.CoNLL2004
 
createOpen(List<? extends List<String>>) - Method in class com.googlecode.whatswrong.io.CoNLL2005
 
createOpen(List<? extends List<String>>) - Method in class com.googlecode.whatswrong.io.CoNLL2006
 
createOpen(List<? extends List<String>>) - Method in class com.googlecode.whatswrong.io.CoNLL2008
 
createOpen(List<? extends List<String>>) - Method in class com.googlecode.whatswrong.io.CoNLL2009
 
createOpen(List<? extends List<String>>) - Method in class com.googlecode.whatswrong.io.MaltTab
 
createOpen(List<? extends List<String>>) - Method in interface com.googlecode.whatswrong.io.TabProcessor
Create an NLPInstance from the given table (list of rows) of strings, assuming that the passed rows are from the open dataset.
crosses(Edge) - Method in class com.googlecode.whatswrong.Edge
Checks whether the given edge crosses this edge.
curve - Variable in class com.googlecode.whatswrong.AbstractEdgeLayout
Should the edges be curved.

D

deepcopy() - Method in class com.googlecode.whatswrong.javautils.HashMultiMapArrayList
Creates a deep copy of this mapping.
deepcopy() - Method in class com.googlecode.whatswrong.javautils.HashMultiMapLinkedList
Creates a deep copy of this mapping.
DependencyFilterPanel - Class in com.googlecode.whatswrong
A DependencyFilterPanel controls a EdgeLabelFilter and a EdgeTokenFilter and updates an NLPCanvas after changes to the filters.
DependencyFilterPanel(NLPCanvas, EdgeLabelFilter, EdgeTokenFilter) - Constructor for class com.googlecode.whatswrong.DependencyFilterPanel
Creates a new DependencyFilterPanel.
DependencyLayout - Class in com.googlecode.whatswrong
A DependencyLayout lays out edges in a dependency parse layout.
DependencyLayout() - Constructor for class com.googlecode.whatswrong.DependencyLayout
 
diff(NLPInstance, NLPInstance) - Method in class com.googlecode.whatswrong.NLPDiff
Calculates the difference between two NLP instances in terms of their edges.

E

Edge - Class in com.googlecode.whatswrong
An Edge is a labelled and typed pair of tokens.
Edge(Token, Token, String, String, Edge.RenderType) - Constructor for class com.googlecode.whatswrong.Edge
Create new edge.
Edge(Token, Token, String, String, String, Edge.RenderType) - Constructor for class com.googlecode.whatswrong.Edge
Create new edge.
Edge(Token, Token, String, String, String, Edge.RenderType, String) - Constructor for class com.googlecode.whatswrong.Edge
Create new edge.
Edge(Token, Token, String, String) - Constructor for class com.googlecode.whatswrong.Edge
Creates a new edge with default render type (dependency).
Edge.RenderType - Enum in com.googlecode.whatswrong
The RenderType enum can be used to specify how the edge should be rendered.
EdgeFilter - Class in com.googlecode.whatswrong
An EdgeFilter is a NLPInstanceFilter that only filters out edges.
EdgeFilter() - Constructor for class com.googlecode.whatswrong.EdgeFilter
 
EdgeLabelFilter - Class in com.googlecode.whatswrong
An EdgeLabelFilter filters out edges with a label that contains one of a set of allowed label substrings.
EdgeLabelFilter(String...) - Constructor for class com.googlecode.whatswrong.EdgeLabelFilter
Creates a new EdgeLabelFilter that allows the given label substrings.
EdgeLabelFilter(Set<String>) - Constructor for class com.googlecode.whatswrong.EdgeLabelFilter
Creates a new EdgeLabelFilter that allows the given label substrings.
EdgeLayout - Interface in com.googlecode.whatswrong
An EdgeLayout draws a set of edges onto a Graphics2D object.
EdgeTokenFilter - Class in com.googlecode.whatswrong
An EdgeTokenFilter filters out edges based on the properties of their tokens.
EdgeTokenFilter(String...) - Constructor for class com.googlecode.whatswrong.EdgeTokenFilter
Creates a new filter with the given allowed property values.
EdgeTokenFilter(Set<String>) - Constructor for class com.googlecode.whatswrong.EdgeTokenFilter
Creates a new filter with the given allowed property values.
EdgeTypeFilter - Class in com.googlecode.whatswrong
An EdgeTypeFilter filters out edges that do not have certain (prefix or postfix) types.
EdgeTypeFilter(String...) - Constructor for class com.googlecode.whatswrong.EdgeTypeFilter
Creates a new EdgeTypeFilter with the given allowed edge prefix types.
EdgeTypeFilter(Set<String>) - Constructor for class com.googlecode.whatswrong.EdgeTypeFilter
Creates a new EdgeTypeFilter with the given allowed edge prefix types.
EdgeTypeFilter.Listener - Interface in com.googlecode.whatswrong
Am EdgeTypeFilter.Listener is notified of changes to the set of allowed edge type strings.
EdgeTypeFilterPanel - Class in com.googlecode.whatswrong
An EdgeTypeFilterPanel controls an EdgeTypeFilter and requests an update for an NLPCanvas whenever the filter is changed.
EdgeTypeFilterPanel(NLPCanvas, EdgeTypeFilter) - Constructor for class com.googlecode.whatswrong.EdgeTypeFilterPanel
Creates a new EdgeTypeFilterPanel for the given canvas and filter.
emptyList - Variable in class com.googlecode.whatswrong.javautils.HashMultiMapArrayList
the empty list to be returned when there is key without values.
emptyList - Variable in class com.googlecode.whatswrong.javautils.HashMultiMapLinkedList
the empty list to be returned when there is key without values.
equals(Object) - Method in class com.googlecode.whatswrong.Edge
Checks whether to edges are equal
equals(Object) - Method in class com.googlecode.whatswrong.javautils.Pair
Checks whether both arguments are equal.
equals(Object) - Method in class com.googlecode.whatswrong.Token
Checks whether the two tokens have the same index.
equals(Object) - Method in class com.googlecode.whatswrong.TokenProperty
Two TokenProperty objects are equal iff their names match.
estimateRequiredTokenWidths(Collection<Edge>, Graphics2D) - Method in class com.googlecode.whatswrong.SpanLayout
For each token that has a self-loop we need the token to be wide enough.
estimateTokenBounds(NLPInstance, Map<Token, Integer>, Graphics2D) - Method in class com.googlecode.whatswrong.TokenLayout
Method estimateTokenBounds calculates the horizontal bounds of each token in the layout of the tokens.
exportToEPS(File) - Method in class com.googlecode.whatswrong.NLPCanvas
Exports the current graph to EPS.
extractSpan00(List<? extends List<String>>, int, String, NLPInstance) - Static method in class com.googlecode.whatswrong.io.TabFormat
 
extractSpan03(List<? extends List<String>>, int, String, NLPInstance) - Static method in class com.googlecode.whatswrong.io.TabFormat
 
extractSpan05(List<? extends List<String>>, int, String, String, NLPInstance) - Static method in class com.googlecode.whatswrong.io.TabFormat
 

F

filter(NLPInstance) - Method in class com.googlecode.whatswrong.EdgeFilter
 
filter(NLPInstance) - Method in class com.googlecode.whatswrong.EdgeTokenFilter
First filters out edges and then filters out tokens without edges if EdgeTokenFilter.isCollaps() is true.
filter(NLPInstance) - Method in class com.googlecode.whatswrong.FilterPipeline
Applies the 1st filter to the original instance, the 2nd filter to the result of the 1st filter, and so on.
filter(NLPInstance) - Method in interface com.googlecode.whatswrong.NLPInstanceFilter
Filter the given instance.
filter(NLPInstance) - Method in class com.googlecode.whatswrong.TokenFilter
Filter an NLP instance by first filtering the tokens and then removing edges that have tokens which were filtered out.
filterEdges(Collection<Edge>) - Method in class com.googlecode.whatswrong.EdgeFilter
Take a set of edges and return a subset of them.
filterEdges(Collection<Edge>) - Method in class com.googlecode.whatswrong.EdgeLabelFilter
Filters out all edges that don't have a label that contains one of the allowed label substrings.
filterEdges(Collection<Edge>) - Method in class com.googlecode.whatswrong.EdgeTokenFilter
Filters out all edges that do not have at least one token with an allowed property value.
filterEdges(Collection<Edge>) - Method in class com.googlecode.whatswrong.EdgeTypeFilter
Filters out all edges that don't have an allowed prefix and postfix type.
FilterPipeline - Class in com.googlecode.whatswrong
A FilterPipeline filters an NLPInstance by iteratively calling a sequence of delegate filters.
FilterPipeline(NLPInstanceFilter...) - Constructor for class com.googlecode.whatswrong.FilterPipeline
Creates a new filter pipeline with the given filters.
FilterTextField - Class in com.googlecode.whatswrong
A text field for search/filter interfaces.
FilterTextField(String) - Constructor for class com.googlecode.whatswrong.FilterTextField
Creates a new FilterTextField with the given placehold text.
FilterTextField() - Constructor for class com.googlecode.whatswrong.FilterTextField
A FilterTextField with default placeholder text ("Search").
filterTokens(Collection<Token>) - Method in class com.googlecode.whatswrong.TokenFilter
Filter a set of tokens by removing property values and individual tokens according to the set of allowed strings and forbidden properties.
from - Variable in class com.googlecode.whatswrong.AbstractEdgeLayout
A mapping from edges to their start points in the layout.
from - Variable in class com.googlecode.whatswrong.Bounds1D
Where do the bounds start

G

GaleAlignmentFormat - Class in com.googlecode.whatswrong.io
The GaleAlignmentFormat reads bilingual alignment data in a xml-like format.
GaleAlignmentFormat() - Constructor for class com.googlecode.whatswrong.io.GaleAlignmentFormat
 
get(Object) - Method in class com.googlecode.whatswrong.javautils.Counter
Gets the count of object o.
get(Object) - Method in class com.googlecode.whatswrong.javautils.HashMultiMapArrayList
Returns the list of values associated with the given key.
get(Object) - Method in class com.googlecode.whatswrong.javautils.HashMultiMapLinkedList
Returns the list of values associated with the given key.
getAccessory() - Method in class com.googlecode.whatswrong.io.BioNLP2009SharedTaskFormat
Returns the GUI element that controls how this format is to be loaded.
getAccessory() - Method in interface com.googlecode.whatswrong.io.CorpusFormat
Returns the GUI element that controls how this format is to be loaded.
getAccessory() - Method in class com.googlecode.whatswrong.io.GaleAlignmentFormat
Returns the GUI element that controls how this format is to be loaded.
getAccessory() - Method in class com.googlecode.whatswrong.io.LispSExprFormat
 
getAccessory() - Method in class com.googlecode.whatswrong.io.TabFormat
 
getAccessory() - Method in class com.googlecode.whatswrong.io.TheBeastFormat
 
getAllowedPostfixTypes() - Method in class com.googlecode.whatswrong.EdgeTypeFilter
Returns the set of allowed postfix types for edges.
getAllowedPrefixTypes() - Method in class com.googlecode.whatswrong.EdgeTypeFilter
Returns the set of allowed prefix types for edges.
getArrowSize() - Method in class com.googlecode.whatswrong.DependencyLayout
Return the arrow size.
getBaseline() - Method in class com.googlecode.whatswrong.AbstractEdgeLayout
The number of pixels below the graph (between the tokens and the edges).
getBaseline() - Method in class com.googlecode.whatswrong.TokenLayout
Gets the y value at which the token layout should start.
getBounds(Token) - Method in class com.googlecode.whatswrong.TokenLayout
Gets the bounds of the property value stack of the given token.
getColor(String) - Method in class com.googlecode.whatswrong.AbstractEdgeLayout
Return the color for edges of the given type.
getDescription() - Method in class com.googlecode.whatswrong.Edge
A description of the edge
getDirectory() - Method in class com.googlecode.whatswrong.CorpusLoader
gets the directory to use in the file dialog.
getEdgeAt(Point2D, int) - Method in class com.googlecode.whatswrong.AbstractEdgeLayout
Get the Edge at a given location.
getEdgeAt(Point2D, int) - Method in class com.googlecode.whatswrong.AlignmentRenderer
 
getEdgeAt(Point2D, int) - Method in interface com.googlecode.whatswrong.NLPCanvasRenderer
Get the Edge at a given location.
getEdgeAt(Point2D, int) - Method in class com.googlecode.whatswrong.SingleSentenceRenderer
 
getEdges() - Method in class com.googlecode.whatswrong.NLPInstance
Returns all edges of this instance.
getEdges(Edge.RenderType) - Method in class com.googlecode.whatswrong.NLPInstance
Returns all edges of this instance with the given render type.
getFilter() - Method in class com.googlecode.whatswrong.NLPCanvas
Returns the filter this canvas is applying to the nlp instance before it is drawn.
getForbiddenTokenProperties() - Method in class com.googlecode.whatswrong.TokenFilter
Returns an unmodifiable view on the set of all allowed token properties.
getFrom(Edge) - Method in class com.googlecode.whatswrong.AbstractEdgeLayout
Return the point at the start of the given edge.
getFrom() - Method in class com.googlecode.whatswrong.Edge
Returns the start token of the edge.
getFromSplitPoint() - Method in class com.googlecode.whatswrong.TokenLayout
Returns the index of the first split point from which the token layout starts to render or -1 if it begins from the start of the token sequence.
getHeight() - Method in class com.googlecode.whatswrong.AbstractEdgeLayout
Return the height of the graph layout.
getHeight() - Method in interface com.googlecode.whatswrong.EdgeLayout
The height of the layout for the last call to EdgeLayout.layout(java.util.Collection, TokenLayout, java.awt.Graphics2D).
getHeight() - Method in class com.googlecode.whatswrong.TokenLayout
Gets the total height of this TokenLayout (covering all token stacks).
getHeightFactor() - Method in class com.googlecode.whatswrong.AlignmentRenderer
Returns an integer that reflects the height of the graph.
getHeightFactor() - Method in interface com.googlecode.whatswrong.NLPCanvasRenderer
Returns an integer that reflects the height of the graph.
getHeightFactor() - Method in class com.googlecode.whatswrong.SingleSentenceRenderer
Returns an integer that reflects the height of the graph.
getHeightPerLevel() - Method in class com.googlecode.whatswrong.AbstractEdgeLayout
The number of pixels per graph layer.
getIndex() - Method in class com.googlecode.whatswrong.Token
Returns the index of the token.
getInternalContent() - Method in class com.googlecode.whatswrong.MoveWindow
 
getLabel() - Method in class com.googlecode.whatswrong.Edge
Returns the label of the edge.
getLabelWithNote() - Method in class com.googlecode.whatswrong.Edge
Returns the label with an additional note if available.
getLength() - Method in class com.googlecode.whatswrong.Edge
Returns the distance between the from and to token.
getLevel() - Method in class com.googlecode.whatswrong.TokenProperty
Returns the level of the property.
getLongName() - Method in class com.googlecode.whatswrong.io.BioNLP2009SharedTaskFormat
Returns a longer name that may contain information about the configuration of this format.
getLongName() - Method in interface com.googlecode.whatswrong.io.CorpusFormat
Returns a longer name that may contain information about the configuration of this format.
getLongName() - Method in class com.googlecode.whatswrong.io.GaleAlignmentFormat
Returns a longer name that may contain information about the configuration of this format.
getLongName() - Method in class com.googlecode.whatswrong.io.LispSExprFormat
 
getLongName() - Method in class com.googlecode.whatswrong.io.TabFormat
 
getLongName() - Method in class com.googlecode.whatswrong.io.TheBeastFormat
 
getMargin() - Method in class com.googlecode.whatswrong.AlignmentRenderer
Returns the margin between tokens.
getMargin() - Method in interface com.googlecode.whatswrong.NLPCanvasRenderer
Returns the margin between tokens.
getMargin() - Method in class com.googlecode.whatswrong.SingleSentenceRenderer
Returns the margin between tokens.
getMargin() - Method in class com.googlecode.whatswrong.TokenLayout
Returns the margin between token stacks.
getMaximum() - Method in class com.googlecode.whatswrong.javautils.Counter
Gets the maximum count of all objects in the counter.
getMaxIndex() - Method in class com.googlecode.whatswrong.Edge
Returns the maximal index of both tokens in this edge.
getMiddle() - Method in class com.googlecode.whatswrong.Bounds1D
Get middle of the bounds.
getMinIndex() - Method in class com.googlecode.whatswrong.Edge
Returns the mimimal index of both tokens in this edge.
getName() - Method in class com.googlecode.whatswrong.io.BioNLP2009SharedTaskFormat
Returns the name of this format.
getName() - Method in interface com.googlecode.whatswrong.io.CorpusFormat
Returns the name of this format.
getName() - Method in class com.googlecode.whatswrong.io.GaleAlignmentFormat
Returns the name of this format.
getName() - Method in class com.googlecode.whatswrong.io.LispSExprFormat
 
getName() - Method in class com.googlecode.whatswrong.io.TabFormat
 
getName() - Method in class com.googlecode.whatswrong.io.TheBeastFormat
 
getName() - Method in class com.googlecode.whatswrong.TokenProperty
Returns the name of the property.
getNlpCanvas() - Method in class com.googlecode.whatswrong.WhatsWrongWithMyNLP
 
getNote() - Method in class com.googlecode.whatswrong.Edge
Returns the note that is appended to the label.
getOrder(String) - Method in class com.googlecode.whatswrong.SpanLayout
Returns the order/vertical layer in which the area of a certain type should be drawn.
getProperties() - Static method in class com.googlecode.whatswrong.WhatsWrongWithMyNLP
 
getProperty(TokenProperty) - Method in class com.googlecode.whatswrong.Token
Get the value of the given property.
getPropertyTextLayout(Token, int) - Method in class com.googlecode.whatswrong.TokenLayout
Returns the text layout for a given property and property index in the stack.
getPropertyTypes() - Method in class com.googlecode.whatswrong.Token
Return all token properties (the property names).
getPropertyValues() - Method in class com.googlecode.whatswrong.Token
Returns a collection of all property values.
getRenderer() - Method in class com.googlecode.whatswrong.NLPCanvas
Return the renderer that draws the NLPInstance onto this canvas.
getRenderType() - Method in class com.googlecode.whatswrong.Edge
Returns the render type of this edge.
getRenderType() - Method in class com.googlecode.whatswrong.NLPInstance
Returns the render type that controls which renderer to use.
getRowHeight() - Method in class com.googlecode.whatswrong.TokenLayout
Gets the height of each property value row in the stack.
getSelected() - Method in class com.googlecode.whatswrong.AbstractEdgeLayout
Returns the set of selected edges.
getSelected() - Method in class com.googlecode.whatswrong.CorpusLoader
Returns the currently selected corpus or null if no corpus is selected.
getSortedProperties() - Method in class com.googlecode.whatswrong.Token
Sorts the properties by property level and name.
getSpinnerPanel() - Method in class com.googlecode.whatswrong.CorpusNavigator
Returns the panel that contains the spinner to set the instance nr.
getSplitPoints() - Method in class com.googlecode.whatswrong.NLPInstance
Returns the list of split points for this instance.
getStroke(Edge) - Method in class com.googlecode.whatswrong.AbstractEdgeLayout
Get the stroke for a given edge.
getStroke(String) - Method in class com.googlecode.whatswrong.AbstractEdgeLayout
Returns the stroke for a given type.
getTo(Edge) - Method in class com.googlecode.whatswrong.AbstractEdgeLayout
Return the point at the end of the given edge.
getTo() - Method in class com.googlecode.whatswrong.Edge
Returns the end token of the edge.
getToken(int) - Method in class com.googlecode.whatswrong.NLPInstance
Returns the token at the given index.
getTokens() - Method in class com.googlecode.whatswrong.NLPInstance
Returns a list of all tokens in this instance.
getToSplitPoint() - Method in class com.googlecode.whatswrong.TokenLayout
Returns the index of the the split point at which the token renderer should stop rendering the token sequence.
getType() - Method in class com.googlecode.whatswrong.Edge
Returns the type of the edge.
getTypePostfix() - Method in class com.googlecode.whatswrong.Edge
If the type of label is "prefix:postfix" this method returns "postfix".
getTypePrefix() - Method in class com.googlecode.whatswrong.Edge
If the type of label is qualified with a "qualifier:" prefix this method returns "qualifier".
getUsedProperties() - Method in class com.googlecode.whatswrong.NLPCanvas
Returns the set of all token properties in the current nlp instance.
getUsedTypes() - Method in class com.googlecode.whatswrong.NLPCanvas
Returns the set of all edge types in the current nlp instance.
getVertexExtraSpace() - Method in class com.googlecode.whatswrong.AbstractEdgeLayout
The extra number of pixels around a token vertex we can use for starting and end points of edges.
getWidth() - Method in class com.googlecode.whatswrong.AbstractEdgeLayout
Return the width of the graph layout.
getWidth() - Method in class com.googlecode.whatswrong.Bounds1D
Return the total width of the bounds
getWidth() - Method in interface com.googlecode.whatswrong.EdgeLayout
The width of the layout for the last call to EdgeLayout.layout(java.util.Collection, TokenLayout, java.awt.Graphics2D).
getWidth() - Method in class com.googlecode.whatswrong.TokenLayout
Gets the total width of this TokenLayout (covering all token stacks).

H

hashCode() - Method in class com.googlecode.whatswrong.Edge
Returns a hashcode based on type, label, note, from and to token.
hashCode() - Method in class com.googlecode.whatswrong.javautils.Pair
Returns a hashcode based on both arguments.
hashCode() - Method in class com.googlecode.whatswrong.Token
Returns the index of the token.
hashCode() - Method in class com.googlecode.whatswrong.TokenProperty
Calculates a hashcode based on the property name.
HashMultiMapArrayList<K,V> - Class in com.googlecode.whatswrong.javautils
A HashMultiMapArrayList is a mapping from keys to array lists of values.
HashMultiMapArrayList() - Constructor for class com.googlecode.whatswrong.javautils.HashMultiMapArrayList
 
HashMultiMapLinkedList<K,V> - Class in com.googlecode.whatswrong.javautils
A HashMultiMapLinkedList is a mapping from keys to linked lists of associated values.
HashMultiMapLinkedList() - Constructor for class com.googlecode.whatswrong.javautils.HashMultiMapLinkedList
 
heightPerLevel - Variable in class com.googlecode.whatswrong.AbstractEdgeLayout
How many pixels to use per height level

I

increment(T, int) - Method in class com.googlecode.whatswrong.javautils.Counter
Increments the count for the given object by howmuch
instanceChanged() - Method in class com.googlecode.whatswrong.AppearancePanel
 
instanceChanged() - Method in class com.googlecode.whatswrong.EdgeTypeFilterPanel
Updates the type list and the selection.
instanceChanged() - Method in interface com.googlecode.whatswrong.NLPCanvas.Listener
Called whenever the NLPCanvas.setNLPInstance(NLPInstance) method is called.
isAntiAliasing() - Method in class com.googlecode.whatswrong.AlignmentRenderer
Should anti-aliasing be used when drawing the graph.
isAntiAliasing() - Method in interface com.googlecode.whatswrong.NLPCanvasRenderer
Should anti-aliasing be used when drawing the graph.
isAntiAliasing() - Method in class com.googlecode.whatswrong.SingleSentenceRenderer
Should anti-aliasing be used when drawing the graph.
isCollaps() - Method in class com.googlecode.whatswrong.EdgeTokenFilter
If active this property will cause the filter to filter out all tokens for which all edges where filtered out in the edge filtering step.
isCurve() - Method in class com.googlecode.whatswrong.AbstractEdgeLayout
Should edges be curved
isCurved() - Method in class com.googlecode.whatswrong.AlignmentRenderer
Returns whether the renderer draws a more curved graph or not.
isCurved() - Method in interface com.googlecode.whatswrong.NLPCanvasRenderer
Returns whether the renderer draws a more curved graph or not.
isCurved() - Method in class com.googlecode.whatswrong.SingleSentenceRenderer
Returns whether the renderer draws a more curved graph or not.
isSeparationLines() - Method in class com.googlecode.whatswrong.SpanLayout
Should we draw separation lines between the areas for different span types.
isUsePaths() - Method in class com.googlecode.whatswrong.EdgeTokenFilter
Usually the filter allows all edges that have tokens with allowed properties.
isWholeWord() - Method in class com.googlecode.whatswrong.TokenFilter
Are tokens allowed only if they have a property value that equals one of the allowed strings or is it sufficient if one value contains one of the allowed strings.
isWholeWords() - Method in class com.googlecode.whatswrong.EdgeTokenFilter
If true at least one edge tokens must contain at least one property value that matches one of the allowed properties.

L

layout(Collection<Edge>, TokenLayout, Graphics2D) - Method in interface com.googlecode.whatswrong.EdgeLayout
Draws the edges onto the graphics object.
layout(NLPInstance, Map<Token, Integer>, Graphics2D) - Method in class com.googlecode.whatswrong.TokenLayout
Lays out all tokens in the given collection as stacks of property values that are placed next to each other according the order of the tokens (as indicated by their indices).
layoutEdges(Collection<Edge>, Map<Token, Bounds1D>, Graphics2D) - Method in class com.googlecode.whatswrong.DependencyLayout
Lays out the edges as directed labelled dependency links between tokens.
layoutEdges(Collection<Edge>, Map<Token, Bounds1D>, Graphics2D) - Method in class com.googlecode.whatswrong.SpanLayout
Lays out the edges as spans (blocks) under or above the tokens they contain.
leftOf(Token) - Method in class com.googlecode.whatswrong.Edge
Checks whether the edge is to the left of the given token.
lexicographicOrder(Edge) - Method in class com.googlecode.whatswrong.Edge
Compares the type and label of this edge and the passed edge.
LispSExprFormat - Class in com.googlecode.whatswrong.io
Loads Lisp S-Expression data.
LispSExprFormat() - Constructor for class com.googlecode.whatswrong.io.LispSExprFormat
 
load(File, int, int) - Method in class com.googlecode.whatswrong.io.BioNLP2009SharedTaskFormat
Loads files from the given directory with the extensions specified by the text fields of the accessory.
load(File, int, int) - Method in interface com.googlecode.whatswrong.io.CorpusFormat
Loads a corpus from a file, starting at instance from and ending at instance to (exclusive).
load(File, int, int) - Method in class com.googlecode.whatswrong.io.GaleAlignmentFormat
Loads a corpus from a file, starting at instance from and ending at instance to (exclusive).
load(File, int, int) - Method in class com.googlecode.whatswrong.io.LispSExprFormat
 
load(File, int, int) - Method in class com.googlecode.whatswrong.io.TabFormat
 
load(File, int, int) - Method in class com.googlecode.whatswrong.io.TheBeastFormat
 
loadFromFile(File) - Static method in class com.googlecode.whatswrong.javautils.Counter
Loads counts from a column separated file where row looks like "value count".
loadProperties(Properties) - Method in class com.googlecode.whatswrong.CorpusLoader
Loads the properties of this loader from the properties object.
loadProperties(Properties, String) - Method in class com.googlecode.whatswrong.io.BioNLP2009SharedTaskFormat
Loads a configuration for this format from the given Properties object.
loadProperties(Properties, String) - Method in interface com.googlecode.whatswrong.io.CorpusFormat
Loads a configuration for this format from the given Properties object.
loadProperties(Properties, String) - Method in class com.googlecode.whatswrong.io.GaleAlignmentFormat
Loads a configuration for this format from the given Properties object.
loadProperties(Properties, String) - Method in class com.googlecode.whatswrong.io.LispSExprFormat
 
loadProperties(Properties, String) - Method in class com.googlecode.whatswrong.io.TabFormat
 
loadProperties(Properties, String) - Method in class com.googlecode.whatswrong.io.TheBeastFormat
 

M

main(String[]) - Static method in class com.googlecode.whatswrong.MoveWindow
 
main(String[]) - Static method in class com.googlecode.whatswrong.WhatsWrongWithMyNLP
 
MaltTab - Class in com.googlecode.whatswrong.io
Loads Malt-TAB dependencies.
MaltTab() - Constructor for class com.googlecode.whatswrong.io.MaltTab
 
maxHeight - Variable in class com.googlecode.whatswrong.AbstractEdgeLayout
The height of the layout.
maxWidth - Variable in class com.googlecode.whatswrong.AbstractEdgeLayout
The width of the layout.
merge(NLPInstance) - Method in class com.googlecode.whatswrong.NLPInstance
Merges the given instance with this instance.
merge(Token) - Method in class com.googlecode.whatswrong.Token
Inserts all properties and values of the other token into this token.
mouseClicked(MouseEvent) - Method in class com.googlecode.whatswrong.MoveWindow
 
mouseDragged(MouseEvent) - Method in class com.googlecode.whatswrong.MoveWindow
 
mouseEntered(MouseEvent) - Method in class com.googlecode.whatswrong.MoveWindow
 
mouseExited(MouseEvent) - Method in class com.googlecode.whatswrong.MoveWindow
 
mouseMoved(MouseEvent) - Method in class com.googlecode.whatswrong.MoveWindow
 
mousePressed(MouseEvent) - Method in class com.googlecode.whatswrong.MoveWindow
 
mouseReleased(MouseEvent) - Method in class com.googlecode.whatswrong.MoveWindow
 
MoveWindow - Class in com.googlecode.whatswrong
A MoveWindow is a small window without borders that can be dragged by the user.
MoveWindow(Frame, String) - Constructor for class com.googlecode.whatswrong.MoveWindow
 

N

name - Static variable in class com.googlecode.whatswrong.io.CoNLL2000
The name of the processor.
name - Static variable in class com.googlecode.whatswrong.io.CoNLL2002
The name of this processor.
name - Static variable in class com.googlecode.whatswrong.io.CoNLL2003
The name of the processor.
name - Static variable in class com.googlecode.whatswrong.io.CoNLL2004
The name of the processor.
name - Static variable in class com.googlecode.whatswrong.io.CoNLL2005
The name of the processor.
name - Static variable in class com.googlecode.whatswrong.io.CoNLL2006
The name of the processor.
name - Static variable in class com.googlecode.whatswrong.io.CoNLL2008
The name of the processor.
name - Static variable in class com.googlecode.whatswrong.io.CoNLL2009
The name of the processor.
name - Static variable in class com.googlecode.whatswrong.io.MaltTab
The name of the processor.
NLPCanvas - Class in com.googlecode.whatswrong
An NLPCanvas is responsible for drawing the tokens and edges of an NLPInstance using different edge and token layouts.
NLPCanvas() - Constructor for class com.googlecode.whatswrong.NLPCanvas
Creates a new canvas with default size.
NLPCanvas.Listener - Interface in com.googlecode.whatswrong
A NLPCanvas.Listener is notified whenever the canvas is redrawn or when a new instance has been set.
NLPCanvasRenderer - Interface in com.googlecode.whatswrong
An NLPCanvasRenderer renders a given NLPInstance to a Graphics object and returns the dimension of the created image.
NLPDiff - Class in com.googlecode.whatswrong
An NLPDiff object takes two NLPInstances, a gold and a guess instance, and compares the set of edges that both contain.
NLPDiff() - Constructor for class com.googlecode.whatswrong.NLPDiff
 
NLPInstance - Class in com.googlecode.whatswrong
An NLPInstance represents a sentence or any other kind of utterance and some of its (NLP) properties.
NLPInstance() - Constructor for class com.googlecode.whatswrong.NLPInstance
Creates an empty NLPInstance without edges or tokens.
NLPInstance(Collection<Token>, Collection<Edge>, NLPInstance.RenderType, List<Integer>) - Constructor for class com.googlecode.whatswrong.NLPInstance
Creates a new NLPInstance with the given tokens and edges.
NLPInstance.RenderType - Enum in com.googlecode.whatswrong
 
NLPInstanceFilter - Interface in com.googlecode.whatswrong
An NLPInstanceFilter takes an NLPInstance and filters out edges, tokens, or token properties.

O

onlyShow(Collection<Edge>) - Method in class com.googlecode.whatswrong.AbstractEdgeLayout
Show only the given edges.
overlaps(Edge) - Method in class com.googlecode.whatswrong.Edge
Checks whether this edge overlaps the given edge.

P

paintComponent(Graphics) - Method in class com.googlecode.whatswrong.NLPCanvas
Paint the canvas to the graphics object.
Pair<A1,A2> - Class in com.googlecode.whatswrong.javautils
A Pair is a typed pair of objects.
Pair(A1, A2) - Constructor for class com.googlecode.whatswrong.javautils.Pair
Creates a pair with the given arguments
progressed(int) - Method in interface com.googlecode.whatswrong.io.CorpusFormat.Monitor
Called whenever one instance was processed in loading of the file.
propertiesContain(String) - Method in class com.googlecode.whatswrong.Token
Check whether any of the property values contains the given string.
propertiesContain(Collection<String>, boolean) - Method in class com.googlecode.whatswrong.Token
Check whether any of the property values of this token contains any of the strings in the given set of strings.

R

redrawn() - Method in class com.googlecode.whatswrong.AppearancePanel
 
redrawn() - Method in class com.googlecode.whatswrong.EdgeTypeFilterPanel
Called whenever the NLPCanvas.updateNLPGraphics() method is called.
redrawn() - Method in interface com.googlecode.whatswrong.NLPCanvas.Listener
Called whenever the NLPCanvas.updateNLPGraphics() method is called.
removeAllowedLabel(String) - Method in class com.googlecode.whatswrong.EdgeLabelFilter
Removes an allowed label substring.
removeAllowedPostfixType(String) - Method in class com.googlecode.whatswrong.EdgeTypeFilter
Disallows the given postfix type.
removeAllowedPrefixType(String) - Method in class com.googlecode.whatswrong.EdgeTypeFilter
Disallows the given prefix type.
removeAllowedProperty(String) - Method in class com.googlecode.whatswrong.EdgeTokenFilter
Remove an allowed property value.
removeForbiddenProperty(String) - Method in class com.googlecode.whatswrong.TokenFilter
Remove a property that is forbidden so that the corresponding values shown again.
removeFromSelection(Edge) - Method in class com.googlecode.whatswrong.AbstractEdgeLayout
Remove an edge from the selection.
removeProperty(int) - Method in class com.googlecode.whatswrong.Token
Remove the property value with given index.
removeProperty(String) - Method in class com.googlecode.whatswrong.Token
Remove the property value with the given name.
render(NLPInstance, Graphics2D) - Method in class com.googlecode.whatswrong.AlignmentRenderer
Renders the given instance as a single sentence with spans drawn below tokens, and dependencies above tokens.
render(NLPInstance, Graphics2D) - Method in interface com.googlecode.whatswrong.NLPCanvasRenderer
Renders the given instance to the given Graphics object and returns the dimension of the rendered image
render(NLPInstance, Graphics2D) - Method in class com.googlecode.whatswrong.SingleSentenceRenderer
Renders the given instance as a single sentence with spans drawn below tokens, and dependencies above tokens.
rightOf(Token) - Method in class com.googlecode.whatswrong.Edge
Checks whether the edge is to the right of the given token.

S

save(OutputStream) - Method in class com.googlecode.whatswrong.javautils.Counter
Saves the counts to column separated text file with format "value count" in each row.
saveProperties(Properties) - Method in class com.googlecode.whatswrong.CorpusLoader
Saves the properties of this loader to the given Properties object.
saveProperties(Properties, String) - Method in class com.googlecode.whatswrong.io.BioNLP2009SharedTaskFormat
Saves the configuration of this format to a Properties object.
saveProperties(Properties, String) - Method in interface com.googlecode.whatswrong.io.CorpusFormat
Saves the configuration of this format to a Properties object.
saveProperties(Properties, String) - Method in class com.googlecode.whatswrong.io.GaleAlignmentFormat
Saves the configuration of this format to a Properties object.
saveProperties(Properties, String) - Method in class com.googlecode.whatswrong.io.LispSExprFormat
 
saveProperties(Properties, String) - Method in class com.googlecode.whatswrong.io.TabFormat
 
saveProperties(Properties, String) - Method in class com.googlecode.whatswrong.io.TheBeastFormat
 
scrollToBottom() - Method in class com.googlecode.whatswrong.WhatsWrongWithMyNLP
 
select(Edge) - Method in class com.googlecode.whatswrong.AbstractEdgeLayout
Select only one edge and remove all other edges from the selection.
setAntiAliasing(boolean) - Method in class com.googlecode.whatswrong.AlignmentRenderer
Should anti-aliasing be used when drawing the graph.
setAntiAliasing(boolean) - Method in interface com.googlecode.whatswrong.NLPCanvasRenderer
Should anti-aliasing be used when drawing the graph.
setAntiAliasing(boolean) - Method in class com.googlecode.whatswrong.SingleSentenceRenderer
Should anti-aliasing be used when drawing the graph.
setArrowSize(int) - Method in class com.googlecode.whatswrong.DependencyLayout
The size of the arrow.
setBaseline(int) - Method in class com.googlecode.whatswrong.AbstractEdgeLayout
At how many pixels from the bottom should the graph start.
setBaseline(int) - Method in class com.googlecode.whatswrong.TokenLayout
Sets the y value at which the token layout should start.
setCollaps(boolean) - Method in class com.googlecode.whatswrong.EdgeTokenFilter
If active this property will cause the filter to filter out all tokens for which all edges where filtered out in the edge filtering step.
setColor(String, Color) - Method in class com.googlecode.whatswrong.AbstractEdgeLayout
Set the color for edges of a certain type.
setCurve(boolean) - Method in class com.googlecode.whatswrong.AbstractEdgeLayout
Should edges be curved
setCurved(boolean) - Method in class com.googlecode.whatswrong.AlignmentRenderer
Controls whether the graph should be curved or rectangular.
setCurved(boolean) - Method in interface com.googlecode.whatswrong.NLPCanvasRenderer
Controls whether the graph should be curved or rectangular.
setCurved(boolean) - Method in class com.googlecode.whatswrong.SingleSentenceRenderer
Controls whether the graph should be curved or rectangular.
setDescription(String) - Method in class com.googlecode.whatswrong.Edge
Sets the description of this edge
setDirectory(String) - Method in class com.googlecode.whatswrong.CorpusLoader
Sets the directory to use in the file dialog.
setEdgeTypeColor(String, Color) - Method in class com.googlecode.whatswrong.AlignmentRenderer
Set the color for edges of a certain type.
setEdgeTypeColor(String, Color) - Method in interface com.googlecode.whatswrong.NLPCanvasRenderer
Set the color for edges of a certain type.
setEdgeTypeColor(String, Color) - Method in class com.googlecode.whatswrong.SingleSentenceRenderer
Set the color for edges of a certain type.
setEdgeTypeOrder(String, int) - Method in class com.googlecode.whatswrong.AlignmentRenderer
Sets the order/vertical layer in which the area of a certain type should be drawn.
setEdgeTypeOrder(String, int) - Method in interface com.googlecode.whatswrong.NLPCanvasRenderer
Sets the order/vertical layer in which the area of a certain type should be drawn.
setEdgeTypeOrder(String, int) - Method in class com.googlecode.whatswrong.SingleSentenceRenderer
Sets the order/vertical layer in which the area of a certain type should be drawn.
setFilter(NLPInstanceFilter) - Method in class com.googlecode.whatswrong.NLPCanvas
Sets the filter this canvas should apply to the nlp instance before it is drawn.
setFromSplitPoint(int) - Method in class com.googlecode.whatswrong.TokenLayout
Sets the first split point from which the token layout starts to render or -1 if it begins from the start of the token sequence.
setHeightFactor(int) - Method in class com.googlecode.whatswrong.AlignmentRenderer
Controls the height of the graph.
setHeightFactor(int) - Method in interface com.googlecode.whatswrong.NLPCanvasRenderer
Controls the height of the graph.
setHeightFactor(int) - Method in class com.googlecode.whatswrong.SingleSentenceRenderer
Controls the height of the graph.
setHeightPerLevel(int) - Method in class com.googlecode.whatswrong.AbstractEdgeLayout
Sets the number of pixels for each graph layer.
setMargin(int) - Method in class com.googlecode.whatswrong.AlignmentRenderer
Sets the margin between tokens.
setMargin(int) - Method in interface com.googlecode.whatswrong.NLPCanvasRenderer
Sets the margin between tokens.
setMargin(int) - Method in class com.googlecode.whatswrong.SingleSentenceRenderer
Sets the margin between tokens.
setMargin(int) - Method in class com.googlecode.whatswrong.TokenLayout
Sets the margin between token stacks.
setMonitor(CorpusFormat.Monitor) - Method in class com.googlecode.whatswrong.io.BioNLP2009SharedTaskFormat
Sets the objects that monitors the progress of this format when loading a file.
setMonitor(CorpusFormat.Monitor) - Method in interface com.googlecode.whatswrong.io.CorpusFormat
Sets the objects that monitors the progress of this format when loading a file.
setMonitor(CorpusFormat.Monitor) - Method in class com.googlecode.whatswrong.io.GaleAlignmentFormat
Sets the objects that monitors the progress of this format when loading a file.
setMonitor(CorpusFormat.Monitor) - Method in class com.googlecode.whatswrong.io.LispSExprFormat
 
setMonitor(CorpusFormat.Monitor) - Method in class com.googlecode.whatswrong.io.TabFormat
 
setMonitor(CorpusFormat.Monitor) - Method in class com.googlecode.whatswrong.io.TheBeastFormat
 
setNLPInstance(NLPInstance) - Method in class com.googlecode.whatswrong.NLPCanvas
Sets the current NLP instance to draw.
setRenderType(Edge.RenderType) - Method in class com.googlecode.whatswrong.Edge
Sets the render type of this edge.
setRenderType(NLPInstance.RenderType) - Method in class com.googlecode.whatswrong.NLPInstance
Sets the render type for this instance.
setRowHeight(int) - Method in class com.googlecode.whatswrong.TokenLayout
Sets the height of each property value row in the stack.
setSendsNotificationForEachKeystroke(boolean) - Method in class com.googlecode.whatswrong.FilterTextField
Sets whether notifications should be send after each keystroke on the text field.
setSeparationLines(boolean) - Method in class com.googlecode.whatswrong.SpanLayout
Should we draw separation lines between the areas for different span types.
setStroke(String, BasicStroke) - Method in class com.googlecode.whatswrong.AbstractEdgeLayout
Set the stroke type for edges of a certain type.
setTextArea(JTextArea) - Method in class com.googlecode.whatswrong.NLPCanvas
Sets the text area to print messages to.
setToSplitPoint(int) - Method in class com.googlecode.whatswrong.TokenLayout
Returns the index of the the split point at which the token renderer should stop rendering the token sequence.
setTypeOrder(String, int) - Method in class com.googlecode.whatswrong.SpanLayout
Sets the order/vertical layer in which the area of a certain type should be drawn.
setUsePaths(boolean) - Method in class com.googlecode.whatswrong.EdgeTokenFilter
Sets whether the filter uses paths.
setVertexExtraSpace(int) - Method in class com.googlecode.whatswrong.AbstractEdgeLayout
The extra number of pixels around a token vertex we can use for starting and end points of edges.
setWholeWord(boolean) - Method in class com.googlecode.whatswrong.TokenFilter
Should tokens be allowed only if they have a property value that equals one of the allowed strings or is it sufficient if one value contains one of the allowed strings.
setWholeWords(boolean) - Method in class com.googlecode.whatswrong.EdgeTokenFilter
Sets whether the filter should check for whole word matches of properties.
shapes - Variable in class com.googlecode.whatswrong.AbstractEdgeLayout
A mapping from edge shapes to the corresponding edge objects.
showAll() - Method in class com.googlecode.whatswrong.AbstractEdgeLayout
Show all edges.
SimpleGridBagConstraints - Class in com.googlecode.whatswrong
A SimpleGridBagConstraints object is a GridBagConstraints object that can be created using a set of convenience constructors.
SimpleGridBagConstraints(int, int) - Constructor for class com.googlecode.whatswrong.SimpleGridBagConstraints
Creates a SimpleGridBagConstraints object with default properties and the given gridx and gridy attributes.
SimpleGridBagConstraints(int, int, double, double, int, int) - Constructor for class com.googlecode.whatswrong.SimpleGridBagConstraints
 
SimpleGridBagConstraints(int, int, int, int) - Constructor for class com.googlecode.whatswrong.SimpleGridBagConstraints
 
SimpleGridBagConstraints(int, boolean) - Constructor for class com.googlecode.whatswrong.SimpleGridBagConstraints
 
SimpleGridBagConstraints(int, boolean, boolean) - Constructor for class com.googlecode.whatswrong.SimpleGridBagConstraints
 
SingleSentenceRenderer - Class in com.googlecode.whatswrong
A SingleSentenceRenderer renders an NLPInstance as a single sentence with spans drawn below the tokens, and dependencies above the tokens.
SingleSentenceRenderer() - Constructor for class com.googlecode.whatswrong.SingleSentenceRenderer
 
sorted(boolean) - Method in class com.googlecode.whatswrong.javautils.Counter
Sort map entries by counts.
SpanLayout - Class in com.googlecode.whatswrong
A SpanLayouy lays out edges as rectangular blocks under or above the tokens that the edge covers.
SpanLayout() - Constructor for class com.googlecode.whatswrong.SpanLayout
Creates a new SpanLayout.
stateChanged(ChangeEvent) - Method in class com.googlecode.whatswrong.TokenFilterPanel
Updates available properties and requests a redraw of the panel.
strictlyCovers(Edge) - Method in class com.googlecode.whatswrong.Edge
Checks whether the given edge is covered by this edge and at least one token is not aligned.
supportsOpen() - Method in class com.googlecode.whatswrong.io.CoNLL2000
 
supportsOpen() - Method in class com.googlecode.whatswrong.io.CoNLL2002
 
supportsOpen() - Method in class com.googlecode.whatswrong.io.CoNLL2003
 
supportsOpen() - Method in class com.googlecode.whatswrong.io.CoNLL2004
 
supportsOpen() - Method in class com.googlecode.whatswrong.io.CoNLL2005
 
supportsOpen() - Method in class com.googlecode.whatswrong.io.CoNLL2006
 
supportsOpen() - Method in class com.googlecode.whatswrong.io.CoNLL2008
 
supportsOpen() - Method in class com.googlecode.whatswrong.io.CoNLL2009
 
supportsOpen() - Method in class com.googlecode.whatswrong.io.MaltTab
 
supportsOpen() - Method in interface com.googlecode.whatswrong.io.TabProcessor
Does this processor support loading of open datasets (as in "CoNLL Open Track").

T

TabFormat - Class in com.googlecode.whatswrong.io
A TabFormat loads data from text files where token properties are represented as white-space/tab separated values.
TabFormat() - Constructor for class com.googlecode.whatswrong.io.TabFormat
 
TabProcessor - Interface in com.googlecode.whatswrong.io
A TabProcessor takes a table of string values and returns an NLPInstance.
TheBeastFormat - Class in com.googlecode.whatswrong.io
Loads markov thebeast data.
TheBeastFormat() - Constructor for class com.googlecode.whatswrong.io.TheBeastFormat
 
to - Variable in class com.googlecode.whatswrong.AbstractEdgeLayout
A mapping from edges to their end points in the layout.
to - Variable in class com.googlecode.whatswrong.Bounds1D
Where do the bounds end.
toggleSelection(Edge) - Method in class com.googlecode.whatswrong.AbstractEdgeLayout
Change whether the given edge is selected or not.
Token - Class in com.googlecode.whatswrong
A Token represents a word in an utterance.
Token(int) - Constructor for class com.googlecode.whatswrong.Token
Creates a new token with the given index.
TokenFilter - Class in com.googlecode.whatswrong
A Tokenfilter removes certain properties from each token and removes tokens that do not contain certain property values.
TokenFilter() - Constructor for class com.googlecode.whatswrong.TokenFilter
Creates a new TokenFilter.
TokenFilterPanel - Class in com.googlecode.whatswrong
A TokenFilterPanel controls a TokenFilter and updates a NLPCanvas whenever the filter has been changed.
TokenFilterPanel(NLPCanvas, TokenFilter) - Constructor for class com.googlecode.whatswrong.TokenFilterPanel
Creates a new TokenFilterPanel for the given canvas and filter.
TokenLayout - Class in com.googlecode.whatswrong
A TokenLayout object lays out a collection of tokens in sequence by placing a stack of property values of each token at a position corresponding to the index of the token.
TokenLayout() - Constructor for class com.googlecode.whatswrong.TokenLayout
 
TokenProperty - Class in com.googlecode.whatswrong
A TokenProperty represents a property of a token, such as the 'Word' or "PoS-Tag' property.
TokenProperty(String, int) - Constructor for class com.googlecode.whatswrong.TokenProperty
Create new property with given name and level.
TokenProperty(String) - Constructor for class com.googlecode.whatswrong.TokenProperty
Creates a property with the given name and level 0.
TokenProperty(int) - Constructor for class com.googlecode.whatswrong.TokenProperty
Creates a property with the given level and the name 'Property [level]' where [level] will be replaced with the given level.
toString() - Method in class com.googlecode.whatswrong.Edge
Returns a string representation of this edge.
toString() - Method in class com.googlecode.whatswrong.io.BioNLP2009SharedTaskFormat
Returns the name of this format.
toString() - Method in class com.googlecode.whatswrong.io.CoNLL2000
Returns the name of this processor.
toString() - Method in class com.googlecode.whatswrong.io.CoNLL2002
Returns the name of this processor.
toString() - Method in class com.googlecode.whatswrong.io.CoNLL2003
Returns the name of this processor.
toString() - Method in class com.googlecode.whatswrong.io.CoNLL2004
Returns the name of this processor.
toString() - Method in class com.googlecode.whatswrong.io.CoNLL2005
Returns the name of this processor.
toString() - Method in class com.googlecode.whatswrong.io.CoNLL2006
Returns the name of this processor.
toString() - Method in class com.googlecode.whatswrong.io.CoNLL2008
Returns the name of this processor.
toString() - Method in class com.googlecode.whatswrong.io.CoNLL2009
Returns the name of this processor.
toString() - Method in class com.googlecode.whatswrong.io.GaleAlignmentFormat
Returns the name of this format.
toString() - Method in class com.googlecode.whatswrong.io.LispSExprFormat
 
toString() - Method in class com.googlecode.whatswrong.io.MaltTab
Returns the name of this processor.
toString() - Method in class com.googlecode.whatswrong.io.TabFormat
 
toString() - Method in class com.googlecode.whatswrong.io.TheBeastFormat
 
toString() - Method in class com.googlecode.whatswrong.javautils.Pair
Returns ([arg1],[arg2]) where [arg1] is replaced by the value of the first argument and [arg2] replaced by the value of the second argument.
toString() - Method in class com.googlecode.whatswrong.NLPInstance
Returns a string representation of this instance.
toString() - Method in class com.googlecode.whatswrong.Token
Returns a string representation of this token containing token index and properties.
toString() - Method in class com.googlecode.whatswrong.TokenProperty
Returns the name of the property.

U

updateNLPGraphics() - Method in class com.googlecode.whatswrong.NLPCanvas
Updates the current graph.

V

valueOf(String) - Static method in enum com.googlecode.whatswrong.Edge.RenderType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.googlecode.whatswrong.NLPInstance.RenderType
Returns the enum constant of this type with the specified name.
values() - Static method in enum com.googlecode.whatswrong.Edge.RenderType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.googlecode.whatswrong.NLPInstance.RenderType
Returns an array containing the constants of this enum type, in the order they are declared.
VERSION - Static variable in class com.googlecode.whatswrong.WhatsWrongWithMyNLP
 
vertexExtraSpace - Variable in class com.googlecode.whatswrong.AbstractEdgeLayout
How many extra pixels to start and end arrows from.
visible - Variable in class com.googlecode.whatswrong.AbstractEdgeLayout
The set of visisible edges.

W

WhatsWrongWithMyNLP - Class in com.googlecode.whatswrong
The WhatsWrongWithMyNLP class serves as main application class.
WhatsWrongWithMyNLP() - Constructor for class com.googlecode.whatswrong.WhatsWrongWithMyNLP
Create a new WhatsWrongWithMyNLP application.

A B C D E F G H I L M N O P R S T U V W

Copyright © 2010. All Rights Reserved.