#include <Terms.hpp>
Inheritance diagram for Terms:
Public Methods | |
const string & | operator[] (int idx) const |
int | operator[] (const string &t) const |
int | size () const |
int | getIndexOfOOV () const |
int | getIndexOfNullTerm () const |
const string & | getPath () const |
int | tokenize (const char *buff, Array< int > &tokenized) const |
int | tokenize (const char *buff, Array< unsigned short > &tokenized) const |
void | open (const string &path_) |
Static Public Methods | |
Terms * | construct (const string &path_) |
const string & | getOOVSpelling () |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|