|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectanl.aida.core.STCBuilder.TermImpl
private static class STCBuilder.TermImpl
Field Summary | |
---|---|
private int |
docCount
|
private int |
maxF
|
private float |
maxS
|
private int |
minF
|
private float |
minS
|
private java.lang.String |
text
|
Constructor Summary | |
---|---|
private |
STCBuilder.TermImpl()
|
Method Summary | |
---|---|
int |
getDocumentCount()
Gets the number of documents this term appears in. |
int |
getMaxFrequency()
Gets the maximum frequency count of this term across all documents in the collection. |
float |
getMaxScore()
Gets the maximum score of this term across all documents in the collection. |
int |
getMinFrequency()
Gets the minimum frequency count of this term across all documents in the collection. |
float |
getMinScore()
Gets the minimum score of this term across all documents in the collection. |
java.lang.String |
getText()
Gets the text of this term. |
(package private) void |
setFreqs(int freq)
|
(package private) void |
setScores(float score)
|
java.lang.String |
toString()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
private java.lang.String text
private int maxF
private int minF
private int docCount
private float maxS
private float minS
Constructor Detail |
---|
private STCBuilder.TermImpl()
Method Detail |
---|
public int getDocumentCount()
MIFSTerm
getDocumentCount
in interface MIFSTerm
public float getMinScore()
MIFSTerm
getMinScore
in interface MIFSTerm
public float getMaxScore()
MIFSTerm
getMaxScore
in interface MIFSTerm
public int getMinFrequency()
MIFSTerm
getMinFrequency
in interface MIFSTerm
public int getMaxFrequency()
MIFSTerm
getMaxFrequency
in interface MIFSTerm
public java.lang.String getText()
MIFSTerm
getText
in interface MIFSTerm
void setFreqs(int freq)
void setScores(float score)
public java.lang.String toString()
toString
in class java.lang.Object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |