#include <WordKeySemantic.h>
Definition at line 63 of file WordKeySemantic.h.
Public Member Functions | |
| int | DocumentClear (WordKey &key) |
| int | DocumentCompare (const WordKey &a, const WordKey &b) |
| void | DocumentCopy (const WordKey &from, WordKey &to) |
| int | DocumentLength () const |
| void | DocumentNext (WordKey &key, int use_uniq) |
| int | DocumentOffset () const |
| void | DocumentSet (const WordKey &from, WordKey &to) |
| int | DocumentUndefined (WordKey &key) |
| int | HasRealm () |
| int | Initialize (int *document_arg, int document_length_arg, int location_arg, int uniq_arg) |
| void | Location2Document (WordKey &key) |
| int | LocationCompare (const WordKey &expected, const WordKey &actual, int proximity=0) |
| void | LocationNearLowest (WordKey &key, int proximity) |
| void | LocationNext (WordKey &key) |
| void | LocationSet (const WordKey &from, WordKey &to) |
| void | RealmClear (WordKey &key) |
| void | RealmCopy (const WordKey &from, WordKey &to) |
| void | RealmSet (const WordKey &from, WordKey &to) |
| void | RealmUndefined (WordKey &key) |
| int | Uniq () |
| int | Verbose (int verbosity) |
| WordKeySemantic (WordContext *ncontext) | |
| ~WordKeySemantic () | |
Protected Attributes | |
| WordContext * | context |
| int * | document |
| int | document_length |
| int | location |
| int | uniq |
| int | verbose |
1.5.5