Functions | |
| bool | context_tracing_on (void) |
| bool | correct (void) |
| bool | ready (void) |
Variables | |
| ContextWindow | context_window |
| Context window settings. | |
| const char * | context_filter_file |
| Context filters filename. | |
| const char * | context_output_file |
| Context output filename. | |
| const char * | context_tag_mask |
| Context morphologic tag mask. | |
| const char * | dir |
| Directory with data files. | |
| const char * | morphologic_filter_file |
| File with morphologic filter. | |
| const char * | input_file |
| Input filename. | |
| word_order_t | n |
| N-gram size. | |
| const char * | output_file |
| Output filename. | |
| const char * | stats_file |
| Stats output filename. | |
| Sieves | sieves |
| To sieve the resulting statistics by given thresholds. | |
| Thresholds | thresholds |
| To sieve the resulting statistics by given thresholds. | |
| bool | all_thresholds_together |
| If true, all non-zero thresholds must be passed, otherwise passing one of them is enough. | |
| const char * | morphologic_tag_mask |
| Tag mask determines significant positions of morphological tag. | |
| bool settings::context_tracing_on | ( | void | ) |
| bool settings::correct | ( | void | ) |
Definition at line 112 of file config.cpp.
| bool settings::ready | ( | void | ) |
| const char* settings::context_tag_mask |
Context morphologic tag mask.
Note: it's only used for determination of words in context equality. It's NOT used by context filter (morphologic tag is used).
Definition at line 44 of file config.cpp.
1.5.6