Frog
|
#include "frog/mblem_mod.h"
#include <string>
#include <iostream>
#include <fstream>
#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 "frog/ucto_tokenizer_mod.h"
#include "frog/cgn_tagger_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, ostream &os) |
int | main (int argc, char *argv[]) |
Variables | |
TiCC::LogStream * | theErrLog = &my_default_log |
vector< string > | fileNames |
bool | usewordlist = false |
bool | useTagger = true |
bool | useTokenizer = true |
string | output_name |
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, |
ostream & | os | ||
) |
void usage | ( | ) |
TiCC::Configuration configuration |
vector<string> fileNames |
string output_name |
TiCC::LogStream* theErrLog = &my_default_log |
bool useTagger = true |
bool useTokenizer = true |
bool usewordlist = false |