PLearn 0.1
|
Go to the source code of this file.
Namespaces | |
namespace | PLearn |
< for swap | |
Defines | |
#define | NOWARNING |
Functions | |
string | PLearn::trimWord (string word) |
bool | PLearn::isLetter (char c) |
bool | PLearn::isDigit (char c) |
bool | PLearn::isAlpha (char c) |
bool | PLearn::isLegalPunct (char c) |
string | PLearn::stemWord (string &word) |
string | PLearn::stemWord (string &word, int wn_pos) |
char * | PLearn::cstr (string &str) |
Takes a string and returns a char array of that string. | |
void | PLearn::removeDelimiters (string &s, string delim, string replace) |
bool | PLearn::startsWith (string &base, string s) |
void | PLearn::replaceChars (string &str, string char_to_replace, string replacing_char) |
#define NOWARNING |
Definition at line 49 of file WordNetOntology.cc.