|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use IndexBuilder.MutableRootMWEDesc | |
---|---|
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. |
Uses of IndexBuilder.MutableRootMWEDesc in edu.mit.jmwe.index |
---|
Methods in edu.mit.jmwe.index that return types with arguments of type IndexBuilder.MutableRootMWEDesc | |
---|---|
Map<IMWEDescID,IndexBuilder.MutableRootMWEDesc> |
IndexBuilder.extractMWEs(edu.mit.jwi.IDictionary dict)
Retrieves multi-word expressions from the specified IDictionary
object and returns them as a map. |
Methods in edu.mit.jmwe.index with parameters of type IndexBuilder.MutableRootMWEDesc | |
---|---|
protected IndexBuilder.MutableInfMWEDesc |
IndexBuilder.getInflectedForm(IndexBuilder.MutableRootMWEDesc root,
String form)
Returns an inflected form that matches the specified surface form, attached to the root description. |
Method parameters in edu.mit.jmwe.index with type arguments of type IndexBuilder.MutableRootMWEDesc | ||
---|---|---|
void |
IndexBuilder.countMarked(List<IMWE<IConcordanceToken>> answers,
Map<IMWEDescID,IndexBuilder.MutableRootMWEDesc> index)
Counts instances of marked MWEs |
|
|
IndexBuilder.findMissingMWEs(List<IMWE<T>> mwes,
Map<IMWEDescID,IndexBuilder.MutableRootMWEDesc> index,
Set<IndexBuilder.MutableRootMWEDesc> missing)
Finds MWEs that are marked in the the specified list, but not in the index. |
|
|
IndexBuilder.findMissingMWEs(List<IMWE<T>> mwes,
Map<IMWEDescID,IndexBuilder.MutableRootMWEDesc> index,
Set<IndexBuilder.MutableRootMWEDesc> missing)
Finds MWEs that are marked in the the specified list, but not in the index. |
|
void |
IndexBuilder.printTotals(Map<IMWEDescID,IndexBuilder.MutableRootMWEDesc> entries)
Sums all the counts of the MWEs in the given map and prints the totals. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |