|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.ObjectUtil.TermCounter
public class TermCounter
Counts the number of times a Phrase has been used in a document.
Use this class by right-clicking in Eclipse and going to
Source->Generate Delegate Methods
| Constructor Summary | |
|---|---|
TermCounter()
|
|
| Method Summary | |
|---|---|
void |
addTermSetCount(Phrase termSet,
int n)
|
int |
getNumInstancesOfTermSet(Phrase s)
|
double |
getTermSetsSupported()
|
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public TermCounter()
| Method Detail |
|---|
public double getTermSetsSupported()
public int getNumInstancesOfTermSet(Phrase s)
public void addTermSetCount(Phrase termSet,
int n)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||