Methods in edu.mit.jmwe.data.concordance with parameters of type IProgressBar |
void |
ConcordanceTagger.process(edu.mit.jsemcor.element.IContextID startContext,
int startSent,
Iterable<? extends edu.mit.jsemcor.main.IConcordance> cs,
edu.stanford.nlp.ling.SentenceProcessor<edu.stanford.nlp.ling.HasWord,? extends edu.stanford.nlp.ling.TaggedWord> posTagger,
edu.mit.jwi.morph.IStemmer stemmer,
Writer writer,
IProgressBar pb)
Tags the all contexts provided by the concordance set, using the
specified tagger, writing the data to the specified writer. |
void |
ConcordanceTagger.process(Iterable<? extends edu.mit.jsemcor.main.IConcordance> cs,
edu.stanford.nlp.ling.SentenceProcessor<edu.stanford.nlp.ling.HasWord,? extends edu.stanford.nlp.ling.TaggedWord> posTagger,
edu.mit.jwi.morph.IStemmer stemmer,
Writer writer,
IProgressBar pb)
Tags the all contexts provided by the concordance set, using the
specified tagger, writing the data to the specified writer. |
Methods in edu.mit.jmwe.harness with parameters of type IProgressBar |
|
TestHarness.run(IMWEDetector detector,
IResultBuilder<T,S> result,
Iterator<S> itr,
IAnswerKey answers,
IProgressBar pb)
|
|
ITestHarness.run(IMWEDetector detector,
IResultBuilder<T,S> results,
Iterator<S> itr,
IAnswerKey answers,
IProgressBar pb)
Runs the detector in the test harness and stores the results in the
provided result builder. |
|
TestHarness.run(Map<IMWEDetector,IResultBuilder<T,S>> detectors,
Iterator<S> itr,
IAnswerKey answers,
IProgressBar pb)
|
|
ITestHarness.run(Map<IMWEDetector,IResultBuilder<T,S>> detectors,
Iterator<S> itr,
IAnswerKey answers,
IProgressBar pb)
Runs the detectors in the test harness and stores the results in the
associated result builder. |