edu.mit.jmwe.data
Class InfMWEDesc.InfMWEDescBuilder
java.lang.Object
edu.mit.jmwe.data.InfMWEDesc.InfMWEDescBuilder
- Enclosing class:
- InfMWEDesc
public static class InfMWEDesc.InfMWEDescBuilder
- extends Object
A builder for inflected MWE description objecgts
- Since:
- jMWE 1.0.0
- Version:
- $Id: InfMWEDesc.java 595 2011-05-06 01:58:29Z markaf $
- Author:
- M.A. Finlayson
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
form
public String form
counts
public int[] counts
InfMWEDesc.InfMWEDescBuilder
public InfMWEDesc.InfMWEDescBuilder()
toInfMWEDesc
public InfMWEDesc toInfMWEDesc(IRootMWEDesc root)
- Constructs an inflected MWE description from the root description of
the MWE. The newly created description has a
null
form??
- Parameters:
root
- the root description of the MWE
- Returns:
- returns an inflected MWE description from the root
description of the MWE. The newly created description has a
null
form. - Since:
- jMWE 1.0.0
Copyright © 2011 Massachusetts Institute of Technology. All Rights Reserved.