edu.mit.jmwe.data
Class InfMWEDesc.InfMWEDescBuilder

java.lang.Object
  extended by 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

Field Summary
 int[] counts
           
 String form
           
 
Constructor Summary
InfMWEDesc.InfMWEDescBuilder()
           
 
Method Summary
 InfMWEDesc toInfMWEDesc(IRootMWEDesc root)
          Constructs an inflected MWE description from the root description of the MWE.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

form

public String form

counts

public int[] counts
Constructor Detail

InfMWEDesc.InfMWEDescBuilder

public InfMWEDesc.InfMWEDescBuilder()
Method Detail

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.