edu.mit.jmwe.data
Interface IHasMWEPOS

All Known Subinterfaces:
IInfMWEDesc, IMWEDesc, IMWEDescID, IndexBuilder.IMutableMWEDesc, IRootMWEDesc
All Known Implementing Classes:
AbstractMWEDesc, IndexBuilder.MutableInfMWEDesc, IndexBuilder.MutableRootMWEDesc, InfMWEDesc, MWEDescID, RootMWEDesc

public interface IHasMWEPOS

An object that is one of the parts of speech enumerated in MWEPOS.

Since:
jMWE 1.0.0
Version:
$Id: IHasMWEPOS.java 567 2011-05-05 19:35:04Z markaf $
Author:
M.A. Finlayson

Method Summary
 MWEPOS getPOS()
          Returns the part of speech of this object.
 

Method Detail

getPOS

MWEPOS getPOS()
Returns the part of speech of this object. May not return null.

Returns:
the non-null part of speech of the MWE.
Since:
jMWE 1.0.0


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