|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use CorpusLoader | |
---|---|
com.googlecode.whatswrong | The whatswrong package is the top-level package of What's Wrong With My NLP. |
Uses of CorpusLoader in com.googlecode.whatswrong |
---|
Methods in com.googlecode.whatswrong with parameters of type CorpusLoader | |
---|---|
void |
CorpusNavigator.corpusAdded(java.util.List<NLPInstance> corpus,
CorpusLoader src)
Adds the corpus to the corresponding internal set of corpora. |
void |
CorpusLoader.Listener.corpusAdded(java.util.List<NLPInstance> corpus,
CorpusLoader src)
Called when a new corpus is added. |
void |
CorpusNavigator.corpusRemoved(java.util.List<NLPInstance> corpus,
CorpusLoader src)
Removes the corpus and all diff corpora that compare the given corpus |
void |
CorpusLoader.Listener.corpusRemoved(java.util.List<NLPInstance> corpus,
CorpusLoader src)
Called when a corpus is removed. |
void |
CorpusNavigator.corpusSelected(java.util.List<NLPInstance> corpus,
CorpusLoader src)
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. |
void |
CorpusLoader.Listener.corpusSelected(java.util.List<NLPInstance> corpus,
CorpusLoader src)
Called when a corpus is selected. |
Constructors in com.googlecode.whatswrong with parameters of type CorpusLoader | |
---|---|
CorpusNavigator(NLPCanvas canvas,
CorpusLoader goldLoader,
CorpusLoader guessLoader,
EdgeTypeFilter edgeTypeFilter)
Creates a new CorpusNavigator. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |