Main Page | Namespace List | Class Hierarchy | Alphabetical List | Class List | File List | Namespace Members | Class Members | File Members

punctuation_filter.cc File Reference

#include <plearn/base/general.h>

Include dependency graph for punctuation_filter.cc:

Include dependency graph

Go to the source code of this file.

Functions

bool isLetter (char c)
bool isDigit (char c)
bool isAlpha (char c)
bool isPunctuation (string word)
int main (int argc, char **argv)


Function Documentation

bool isAlpha char  c  ) 
 

Definition at line 17 of file punctuation_filter.cc.

References isDigit(), and isLetter().

Referenced by isPunctuation().

bool isDigit char  c  ) 
 

Definition at line 12 of file punctuation_filter.cc.

Referenced by isAlpha().

bool isLetter char  c  ) 
 

Definition at line 7 of file punctuation_filter.cc.

Referenced by isAlpha().

bool isPunctuation string  word  ) 
 

Definition at line 22 of file punctuation_filter.cc.

References isAlpha().

Referenced by main().

int main int  argc,
char **  argv
 

Definition at line 31 of file punctuation_filter.cc.

References PLearn::endl(), isPunctuation(), and PLERROR.


Generated on Tue Aug 17 16:18:45 2004 for PLearn by doxygen 1.3.7