#include <string>
Go to the source code of this file.
Classes | |
struct | wpp |
word-pos pair More... | |
class | ArrayList |
An implementation of Java ArrayList. More... | |
class | TreeNode |
TreeNode with word and pos[]. More... | |
class | RBTree |
implementation of Red-Black Tree More... | |
Typedefs | |
typedef struct wpp | wpp_t |
word-pos pair More... | |
Functions | |
void | toLowerCase (string &str) |
Convert str to lower case in-place. More... | |
word-pos pair
word-position pair structure. Has string word and int pos fields.
void toLowerCase | ( | string & | str | ) |
Convert str to lower case in-place.
str | - string to convert |