Package | Description |
---|---|
edu.mit.jmwe.detect |
Provides MWE detector API, a baseline detector, plus numerous other detector implementations.
|
edu.mit.jmwe.harness.result.error |
Provides error detectors to evaluate the results of a test harness run
|
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.
|
Class and Description |
---|
HasMWEIndex
An object that wraps an MWE index.
|
IHasMWEIndex
Classes implementing this interface use a
IMWEIndex . |
IMWEIndex
An index of multi-word expressions (MWEs).
|
Class and Description |
---|
IMWEIndex
An index of multi-word expressions (MWEs).
|
Class and Description |
---|
IHasMWEIndex
Classes implementing this interface use a
IMWEIndex . |
IMWEDescSet
A set of MWE description objects that provides methods to retrieve the root
and inflected MWE descriptions it contains.
|
IMWEIndex
An index of multi-word expressions (MWEs).
|
IndexBuilder.FileGetter
Wouldn't it be nice to have first-class functions in Java?
|
IndexBuilder.IMutableMWEDesc |
IndexBuilder.MutableInfMWEDesc |
IndexBuilder.MutableRootMWEDesc
A root MWE description object whose counts can be incremented.
|
InMemoryMWEIndex
The default abstract implementation of
IMWEIndex . |
Copyright © 2011 Massachusetts Institute of Technology. All Rights Reserved.