Go to the source code of this file.
|
string | vec2str (vector< string > vec, string sep) |
|
string | itoas (int i) |
|
vector< string > | tokenize_utf8_string (string *utf8_string, string *delimiter) |
|
vector< string > | tokenize_entry (string *testword, string *sep, SymbolTable *syms) |
|
vector< int > | tokenize2ints (string *testword, string *sep, const SymbolTable *syms) |
|
timespec | get_time () |
|
timespec | diff (timespec start, timespec end) |
|
| DEFINE_bool (help, false,"show usage information") |
|
void | PhonetisaurusSetFlags (const char *usage, int *argc, char ***argv, bool remove_flags) |
|
void | LoadWordList (const std::string &filename, std::vector< std::string > *corpus) |
|
void | Split (const std::string &s, char delim, std::vector< std::string > &elems) |
|
DEFINE_bool |
( |
help |
, |
|
|
false |
, |
|
|
"show usage information" |
|
|
) |
| |
timespec diff |
( |
timespec |
start, |
|
|
timespec |
end |
|
) |
| |
void LoadWordList |
( |
const std::string & |
filename, |
|
|
std::vector< std::string > * |
corpus |
|
) |
| |
void PhonetisaurusSetFlags |
( |
const char * |
usage, |
|
|
int * |
argc, |
|
|
char *** |
argv, |
|
|
bool |
remove_flags |
|
) |
| |
void Split |
( |
const std::string & |
s, |
|
|
char |
delim, |
|
|
std::vector< std::string > & |
elems |
|
) |
| |
vector<int> tokenize2ints |
( |
string * |
testword, |
|
|
string * |
sep, |
|
|
const SymbolTable * |
syms |
|
) |
| |
vector<string> tokenize_entry |
( |
string * |
testword, |
|
|
string * |
sep, |
|
|
SymbolTable * |
syms |
|
) |
| |
vector<string> tokenize_utf8_string |
( |
string * |
utf8_string, |
|
|
string * |
delimiter |
|
) |
| |
string vec2str |
( |
vector< string > |
vec, |
|
|
string |
sep |
|
) |
| |