Package | Description |
---|---|
edu.mit.jmwe.data.concordance |
Provides interfaces and classes for accessing data taken Semcor-formatted concordances, useful for benchmarking detectors.
|
Modifier and Type | Method and Description |
---|---|
protected void |
ConcordanceTagger.addWords(edu.mit.jsemcor.element.IWordform wf,
int tokenNum,
java.util.List<ConcordanceTagger.TaggerToken> result,
edu.mit.jwi.morph.IStemmer stemmer)
Stems each of the words in the provided wordform, adding the tagger
tokens created from these stems, words and token number to the given
results list.
|
Copyright © 2011 Massachusetts Institute of Technology. All Rights Reserved.