|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectweka.datagenerators.TextSource.Token
Information about a particular token.
Field Summary | |
int |
m_nDF
The document frequency. |
TextSource.Int |
m_nID
The token ID, which is the same as the attribute index. |
java.lang.String |
m_strToken
The token string. |
Constructor Summary | |
TextSource.Token(java.lang.String strToken,
TextSource.Int nID)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
public java.lang.String m_strToken
public TextSource.Int m_nID
public int m_nDF
Constructor Detail |
public TextSource.Token(java.lang.String strToken, TextSource.Int nID)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |