edu.stanford.nlp.mt
Class Sentence

java.lang.Object
  |
  +--edu.stanford.nlp.mt.Sentence

public class Sentence
extends Object


Constructor Summary
Sentence()
           
Sentence(WordEx[] wrds)
           
 
Method Summary
 int getLength()
           
 WordEx getWord(int index)
           
 void print()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Sentence

public Sentence(WordEx[] wrds)

Sentence

public Sentence()
Method Detail

getWord

public WordEx getWord(int index)

getLength

public int getLength()

print

public void print()


Stanford NLP Group