edu.stanford.nlp.tagger.maxent
Class CountWrapper

java.lang.Object
  |
  +--edu.stanford.nlp.tagger.maxent.CountWrapper

public class CountWrapper
extends Object


Constructor Summary
CountWrapper()
           
CountWrapper(String word, int countPart, int countThat, int countIn, int countRB)
           
 
Method Summary
 int getCountIn()
           
 int getCountIn(String wordPart)
           
 int getCountPart()
           
 int getCountPart(String partWord)
           
 int getCountRB()
           
 int getCountRB(String wordPart)
           
 int getCountThat()
           
 String getWord()
           
 int hashCode()
           
 void incIn(String wordPart)
           
 void incPart()
           
 void incPart(String wordPart)
           
 void incRB(String wordPart)
           
 void incThat()
           
 void print()
           
 void read(InDataStreamFile rf)
           
 void save(OutDataStreamFile rf)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CountWrapper

public CountWrapper()

CountWrapper

public CountWrapper(String word,
                    int countPart,
                    int countThat,
                    int countIn,
                    int countRB)
Method Detail

incPart

public void incPart()

incPart

public void incPart(String wordPart)

incThat

public void incThat()

incIn

public void incIn(String wordPart)

incRB

public void incRB(String wordPart)

getCountPart

public int getCountPart()

getCountPart

public int getCountPart(String partWord)

getCountThat

public int getCountThat()

getCountIn

public int getCountIn()

getCountIn

public int getCountIn(String wordPart)

getCountRB

public int getCountRB()

getCountRB

public int getCountRB(String wordPart)

print

public void print()

getWord

public String getWord()

hashCode

public int hashCode()
Overrides:
hashCode in class Object

save

public void save(OutDataStreamFile rf)

read

public void read(InDataStreamFile rf)


Stanford NLP Group