Package | Description |
---|---|
edu.mit.jmwe.data |
Provides the basic data structures used by the library and their default implementations.
|
Constructor and Description |
---|
RootMWEDesc(java.util.List<java.lang.String> parts,
MWEPOS pos,
java.util.Collection<? extends InfMWEDesc.InfMWEDescBuilder> inflectedForms,
int... counts)
Constructs a new MWE description object from the specified list of parts,
inflected forms, part of speech, and counts relating to the MWE's
appearance in the reference concordance.
|
RootMWEDesc(java.lang.String surfaceForm,
MWEPOS pos,
java.util.Collection<? extends InfMWEDesc.InfMWEDescBuilder> inflectedForms,
int... counts)
Constructs a new MWE description object from the specified surface form,
inflected forms, part of speech, and counts relating to the MWE's
appearance in the reference concordance.
|
Copyright © 2011 Massachusetts Institute of Technology. All Rights Reserved.