Uses of Package
edu.mit.jmwe.data

Packages that use edu.mit.jmwe.data
edu.mit.jmwe.data Provides the basic data structures used by the library and their default implementations. 
edu.mit.jmwe.data.concordance Provides interfaces and classes for accessing data taken Semcor-formatted concordances, useful for benchmarking detectors. 
edu.mit.jmwe.detect Provides MWE detector API, a baseline detector, plus numerous other detector implementations. 
edu.mit.jmwe.detect.score Provides various scoring mechanisms that can be used by subclasses of the FilterByScore and ResolveByScore detectors. 
edu.mit.jmwe.harness Provides testing harness infrastructure 
edu.mit.jmwe.harness.result Provides objects that encapsulate the results of a test harness run 
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. 
edu.mit.jmwe.util Provides utility classes used by many classes across the library 
 

Classes in edu.mit.jmwe.data used by edu.mit.jmwe.data
AbstractMWEDesc
          A base class for MWE descriptions that can be used to construct a description from some combination of: a surface form, a list of parts, and counts relating to the MWE's appearance in a reference concordance.
AbstractMWEDesc.AbstractPart
          Default implementation of the IPart interface.
IHasForm
          Items that have a textual surface form implement this interface.
IHasID
          An object with a unique id.
IHasMWEPOS
          An object that is one of the parts of speech enumerated in MWEPOS.
IInfMWEDesc
          A description of an inflected form of a multi-word expression (MWE).
IInfMWEDesc.IInfPart
          A part of an inflected multi-word expression.
IMWE
          A multi-word expression found in a list of tokens.
IMWEDesc
          An MWE description consisting of an IMWEDescID, list of parts, and counts relating to the MWE's appearance in a reference concordance.
IMWEDesc.IPart
          A part of a multi-word expression.
IMWEDescID
          A MWE description ID that can be used to retrieve the MWE's lemma, part of speech, and inflected form.
InfMWEDesc
          Default implementation of the IInfMWEDesc interface.
InfMWEDesc.InfMWEDescBuilder
          A builder for inflected MWE description objecgts
IRootMWEDesc
          A description of a multi-word expression (MWE).
IRootMWEDesc.IRootPart
          A part of a root multi-word expression.
IToken
          A token that is a constituent of an sentence.
MWEPOS
          Represents the part of speech of a multi-word expression.
 

Classes in edu.mit.jmwe.data used by edu.mit.jmwe.data.concordance
IHasForm
          Items that have a textual surface form implement this interface.
IHasID
          An object with a unique id.
IMarkedSentence
          A marked sentence is a sentence (i.e., a list of tokens) that has been tagged with a unique id.
IToken
          A token that is a constituent of an sentence.
Token
          Default implementation of the IToken interface.
 

Classes in edu.mit.jmwe.data used by edu.mit.jmwe.detect
IInfMWEDesc
          A description of an inflected form of a multi-word expression (MWE).
IMWE
          A multi-word expression found in a list of tokens.
IMWEDesc
          An MWE description consisting of an IMWEDescID, list of parts, and counts relating to the MWE's appearance in a reference concordance.
IMWEDesc.IPart
          A part of a multi-word expression.
IRootMWEDesc
          A description of a multi-word expression (MWE).
IToken
          A token that is a constituent of an sentence.
 

Classes in edu.mit.jmwe.data used by edu.mit.jmwe.detect.score
IMWE
          A multi-word expression found in a list of tokens.
IToken
          A token that is a constituent of an sentence.
MWEPOS
          Represents the part of speech of a multi-word expression.
 

Classes in edu.mit.jmwe.data used by edu.mit.jmwe.harness
IMarkedSentence
          A marked sentence is a sentence (i.e., a list of tokens) that has been tagged with a unique id.
IMWE
          A multi-word expression found in a list of tokens.
IToken
          A token that is a constituent of an sentence.
MWEPOS
          Represents the part of speech of a multi-word expression.
 

Classes in edu.mit.jmwe.data used by edu.mit.jmwe.harness.result
IMarkedSentence
          A marked sentence is a sentence (i.e., a list of tokens) that has been tagged with a unique id.
IMWE
          A multi-word expression found in a list of tokens.
IToken
          A token that is a constituent of an sentence.
MWEPOS
          Represents the part of speech of a multi-word expression.
 

Classes in edu.mit.jmwe.data used by edu.mit.jmwe.harness.result.error
IHasID
          An object with a unique id.
IMarkedSentence
          A marked sentence is a sentence (i.e., a list of tokens) that has been tagged with a unique id.
IMWE
          A multi-word expression found in a list of tokens.
IToken
          A token that is a constituent of an sentence.
 

Classes in edu.mit.jmwe.data used by edu.mit.jmwe.index
AbstractMWEDesc
          A base class for MWE descriptions that can be used to construct a description from some combination of: a surface form, a list of parts, and counts relating to the MWE's appearance in a reference concordance.
IHasForm
          Items that have a textual surface form implement this interface.
IHasMWEPOS
          An object that is one of the parts of speech enumerated in MWEPOS.
IInfMWEDesc
          A description of an inflected form of a multi-word expression (MWE).
IMWE
          A multi-word expression found in a list of tokens.
IMWEDesc
          An MWE description consisting of an IMWEDescID, list of parts, and counts relating to the MWE's appearance in a reference concordance.
IMWEDescID
          A MWE description ID that can be used to retrieve the MWE's lemma, part of speech, and inflected form.
InfMWEDesc
          Default implementation of the IInfMWEDesc interface.
IRootMWEDesc
          A description of a multi-word expression (MWE).
IToken
          A token that is a constituent of an sentence.
MWEPOS
          Represents the part of speech of a multi-word expression.
RootMWEDesc
          Default implementation of the IRootMWEDesc interface.
 

Classes in edu.mit.jmwe.data used by edu.mit.jmwe.util
MWEPOS
          Represents the part of speech of a multi-word expression.
 



Copyright © 2011 Massachusetts Institute of Technology. All Rights Reserved.