Package | Description |
---|---|
edu.mit.jmwe.data.concordance |
Provides interfaces and classes for accessing data taken Semcor-formatted concordances, useful for benchmarking detectors.
|
edu.mit.jmwe.index |
Provides the MWE index interfaces and default implementations, which allow one to look up an MWE given one of its parts.
|
Modifier and Type | Class and Description |
---|---|
class |
ConcordanceSentence
Default implementation of
ISemcorSentence |
Modifier and Type | Field and Description |
---|---|
protected IConcordanceSentence |
TaggedConcordanceIterator.next |
Modifier and Type | Method and Description |
---|---|
IConcordanceSentence |
TaggedConcordanceIterator.next() |
Modifier and Type | Method and Description |
---|---|
protected java.lang.Iterable<IConcordanceSentence> |
IndexBuilder.getTaggedIterator()
Gets an iterator over the tagged semcor sentences.
|
Modifier and Type | Method and Description |
---|---|
void |
IndexBuilder.countUnmarked(IMWEDetector detector,
IConcordanceSentence sent,
java.util.List<IMWE<IConcordanceToken>> answers)
Counts the number of MWEs that are detected by the specified detected,
but not marked in the answer set as being MWEs.
|
Modifier and Type | Method and Description |
---|---|
void |
IndexBuilder.process(edu.mit.jwi.IDictionary dict,
java.lang.Iterable<? extends IConcordanceSentence> itr,
edu.mit.jsemcor.main.IConcordanceSet cs,
java.io.File dataFile,
java.io.File indexFile)
Constructs the index in five steps:
|
Copyright © 2011 Massachusetts Institute of Technology. All Rights Reserved.