PLearn 0.1
Namespaces | Defines | Functions
WordNetOntology.cc File Reference
#include "WordNetOntology.h"
#include <algo.h>
#include <plearn/base/stringutils.h>
Include dependency graph for WordNetOntology.cc:

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 Documentation

#define NOWARNING

Definition at line 49 of file WordNetOntology.cc.

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines