#include <Terms.hpp>
Inheritance diagram for Terms:
Public Methods | |
const char * | operator[] (int idx) const |
int | operator[] (const char *t) const |
int | size () const |
int | getIndexOfOOV () const |
int | getIndexOfNullTerm () const |
const char * | getPath () const |
int | tokenize (const char *buff, Array< int > &tokenized) const |
int | tokenize (const char *buff, Array< unsigned short > &tokenized) const |
void | open (const char *path_) |
Static Public Methods | |
Terms * | construct (const char *path_) |
const char * | getOOVSpelling () |
Static Private Methods | |
Terms * | SetOfSets () |
int & | NSetsOpen () |
Private Attributes | |
ISet< String > | terms |
String | path |
Static Private Attributes | |
Terms * | setOfSets = NULL |
int | nSetsOpen = 0 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|