|
Frog
|
#include "frog/ucto_tokenizer_mod.h"#include <string>#include "timbl/TimblAPI.h"#include "frog/Frog-util.h"#include "frog/FrogData.h"#include "ticcutils/Configuration.h"#include "ticcutils/FileUtils.h"#include "ticcutils/Unicode.h"#include "ticcutils/PrettyPrint.h"#include "config.h"
Macros | |
| #define | LOG *TiCC::Log(errLog) |
| #define | DBG *TiCC::Log(dbgLog) |
Functions | |
| string | resolve_configdir (const string &rules_name, const string &dir) |
| string | get_parent_id (folia::FoliaElement *el) |
| #define DBG *TiCC::Log(dbgLog) |
| #define LOG *TiCC::Log(errLog) |
| string get_parent_id | ( | folia::FoliaElement * | el | ) |
return the id of the FoliaElement or its parent
| el | The FoliaElement to examine |
recurses upwards through the parents when the element doesn't have an id
| string resolve_configdir | ( | const string & | rules_name, |
| const string & | dir | ||
| ) |
lame attempt to resolve the location of a rules file give a possible dir
| rules_name | The filename to search |
| dir | possible location of the file |
1.8.17