#include <plearn/base/general.h>
Include dependency graph for punctuation_filter.cc:
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) |
|
Definition at line 17 of file punctuation_filter.cc. References isDigit(), and isLetter(). Referenced by isPunctuation(). |
|
Definition at line 12 of file punctuation_filter.cc. Referenced by isAlpha(). |
|
Definition at line 7 of file punctuation_filter.cc. Referenced by isAlpha(). |
|
Definition at line 22 of file punctuation_filter.cc. References isAlpha(). Referenced by main(). |
|
Definition at line 31 of file punctuation_filter.cc. References PLearn::endl(), isPunctuation(), and PLERROR. |