|
FreeLing
3.0
|
#include <list>#include <string>#include <vector>#include <set>#include <boost/regex/icu.hpp>#include "freeling/windll.h"

Go to the source code of this file.
Classes | |
| class | util |
| Class util implements some utilities for NLP analyzers: "tolower" for latin alfabets, tags manipulation, wstring2number and viceversa conversions, etc. More... | |
Defines | |
| #define | UPPER_NONE 0 |
| #define | UPPER_1ST 1 |
| #define | UPPER_ALL 2 |
| #define UPPER_1ST 1 |
Referenced by util::capitalization(), and util::capitalize().
| #define UPPER_ALL 2 |
Referenced by util::capitalization(), and util::capitalize().
| #define UPPER_NONE 0 |
Referenced by util::capitalization().
1.7.6.1