|
Frog
|
#include "frog/ner_tagger_mod.h"#include <string>#include <iostream>#include <vector>#include "config.h"#include "ticcutils/LogStream.h"#include "ticcutils/Configuration.h"#include "ticcutils/CommandLine.h"#include "ticcutils/PrettyPrint.h"#include "libfolia/folia.h"#include "mbt/MbtAPI.h"#include "frog/ucto_tokenizer_mod.h"
Functions | |
| TiCC::LogStream | my_default_log (cerr, "", StampMessage) |
| void | usage () |
| bool | parse_args (TiCC::CL_Options &Opts) |
| bool | init () |
| void | Test (istream &in) |
| int | main (int argc, char *argv[]) |
Variables | |
| TiCC::LogStream * | theErrLog = &my_default_log |
| vector< string > | fileNames |
| TiCC::Configuration | configuration |
| bool init | ( | ) |
| int main | ( | int | argc, |
| char * | argv[] | ||
| ) |
| TiCC::LogStream my_default_log | ( | cerr | , |
| "" | , | ||
| StampMessage | |||
| ) |
| bool parse_args | ( | TiCC::CL_Options & | Opts | ) |
| void Test | ( | istream & | in | ) |
| void usage | ( | ) |
| TiCC::Configuration configuration |
| vector<string> fileNames |
| TiCC::LogStream* theErrLog = &my_default_log |
1.8.17