opennlp.grok.preprocess.mwe
Class FixedMWEModel.ModelData

java.lang.Object
  |
  +--opennlp.grok.preprocess.mwe.FixedMWEModel.ModelData
Enclosing class:
FixedMWEModel

public static class FixedMWEModel.ModelData
extends java.lang.Object


Constructor Summary
FixedMWEModel.ModelData(java.lang.String[] words)
           
 
Method Summary
 int getIndexWord()
           
 java.lang.String[] getWords()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FixedMWEModel.ModelData

public FixedMWEModel.ModelData(java.lang.String[] words)
Method Detail

getWords

public java.lang.String[] getWords()

getIndexWord

public int getIndexWord()


Copyright © 2003 Jason Baldridge and Gann Bierner. All Rights Reserved.