#include <WordTree.h>
Definition at line 75 of file WordTree.h.
Public Member Functions | |
WordTreeArg (WordList *words, int uniq, int has_uniq, int nproximity, int *document, int document_length, int location) | |
Public Attributes | |
int * | _document |
int | _document_length |
int | _has_uniq |
int | _location |
int | _nproximity |
int | _realm |
int | _uniq |
WordList * | _words |