Uses of Class
edu.mit.jmwe.data.InfMWEDesc.InfMWEDescBuilder

Packages that use InfMWEDesc.InfMWEDescBuilder
edu.mit.jmwe.data Provides the basic data structures used by the library and their default implementations. 
 

Uses of InfMWEDesc.InfMWEDescBuilder in edu.mit.jmwe.data
 

Constructor parameters in edu.mit.jmwe.data with type arguments of type InfMWEDesc.InfMWEDescBuilder
RootMWEDesc(List<String> parts, MWEPOS pos, 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(String surfaceForm, MWEPOS pos, 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.