edu.stanford.nlp.ie.machinereading.common
Class StringDictionary.IndexAndCount

java.lang.Object
  extended by edu.stanford.nlp.ie.machinereading.common.StringDictionary.IndexAndCount
Enclosing class:
StringDictionary

public static class StringDictionary.IndexAndCount
extends java.lang.Object


Field Summary
 int mCount
           
 int mIndex
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

mIndex

public final int mIndex

mCount

public int mCount


Stanford NLP Group