See: Description
| Interface | 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 |
| Class | Description |
|---|---|
| HasMWEIndex |
An object that wraps an MWE index.
|
| IndexBuilder |
Builds a MWE index that can be loaded into memory from Wordnet, using Semcor
as the reference concordance for obtaining frequencies relating to an MWE's
occurrence as marked, unmarked, etc.
|
| IndexBuilder.MutableInfMWEDesc | |
| IndexBuilder.MutableRootMWEDesc |
A root MWE description object whose counts can be incremented.
|
| InMemoryMWEIndex |
The default abstract implementation of
IMWEIndex. |
| MWEDescSet |
Default implementation of the
IMWEDescSet interface. |
| MWEIndex |
Simple implementation of
IMWEIndex that reads an index, possibly with internal comments
prefixed by '//' or ';;', from a URL. |
Copyright © 2011 Massachusetts Institute of Technology. All Rights Reserved.