edu.stanford.nlp.mt
Class TupleCounter

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

public class TupleCounter
extends Object


Constructor Summary
TupleCounter()
           
 
Method Summary
 void add(IntTuple iT, int count)
           
 Iterator getIterator()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TupleCounter

public TupleCounter()
Method Detail

add

public void add(IntTuple iT,
                int count)

getIterator

public Iterator getIterator()


Stanford NLP Group