|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use com.googlecode.whatswrong | |
---|---|
com.googlecode.whatswrong | The whatswrong package is the top-level package of What's Wrong With My NLP. |
com.googlecode.whatswrong.io | The io package contains classes for loading NLP instances from different types of formats. |
Classes in com.googlecode.whatswrong used by com.googlecode.whatswrong | |
---|---|
AbstractEdgeLayout
An AbstractEdgeLayout serves as a base class for edge layout classes. |
|
Bounds1D
This class represents one dimensional bounds. |
|
ControllerPanel
ControllerPanel is a superclass for all controlling panels. |
|
CorpusLoader
A CorpusLoader is responsible for loading and managing corpora. |
|
CorpusLoader.Listener
A CorpusLoader.Listener listens to events of this loader. |
|
Edge
An Edge is a labelled and typed pair of tokens. |
|
Edge.RenderType
The RenderType enum can be used to specify how the edge should be rendered. |
|
EdgeFilter
An EdgeFilter is a NLPInstanceFilter that only filters out edges. |
|
EdgeLabelFilter
An EdgeLabelFilter filters out edges with a label that contains one of a set of allowed label substrings. |
|
EdgeTokenFilter
An EdgeTokenFilter filters out edges based on the properties of their tokens. |
|
EdgeTypeFilter
An EdgeTypeFilter filters out edges that do not have certain (prefix or postfix) types. |
|
EdgeTypeFilter.Listener
Am EdgeTypeFilter.Listener is notified of changes to the set of allowed edge type strings. |
|
NLPCanvas
An NLPCanvas is responsible for drawing the tokens and edges of an NLPInstance using different edge and token layouts. |
|
NLPCanvas.Listener
A NLPCanvas.Listener is notified whenever the canvas is redrawn or when a new instance has been set. |
|
NLPCanvasRenderer
An NLPCanvasRenderer renders a given NLPInstance to a Graphics object and returns the dimension of the created image. |
|
NLPInstance
An NLPInstance represents a sentence or any other kind of utterance and some of its (NLP) properties. |
|
NLPInstance.RenderType
|
|
NLPInstanceFilter
An NLPInstanceFilter takes an NLPInstance and filters out edges, tokens, or token properties. |
|
Token
A Token represents a word in an utterance. |
|
TokenFilter
A Tokenfilter removes certain properties from each token and removes tokens that do not contain certain property values. |
|
TokenLayout
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. |
|
TokenProperty
A TokenProperty represents a property of a token, such as the 'Word' or "PoS-Tag' property. |
Classes in com.googlecode.whatswrong used by com.googlecode.whatswrong.io | |
---|---|
NLPInstance
An NLPInstance represents a sentence or any other kind of utterance and some of its (NLP) properties. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |