constants Namespace Reference
All program
constants happily live together in this nicenamed namespace.
More...
|
Variables |
| const size_t | max_grammity = 8 |
| | Security bound - program experiences very poor performance for oversized N (grammity) param.
|
|
const size_t | bits_per_char |
| | Bits per char.
|
|
const size_t | max_string_length = 65535 |
| | Maximum allowed string length is used as chars pool block size (block size is +1, to have place for trailing NULL sign).
|
|
const size_t | ngram_within_block |
| | Number of N-grams to hold in single memory pool block.
|
|
const size_t | default_precision |
| | Default output statistics precision.
|
|
const char | null_char = '\0' |
| | Null char.
|
|
const char | eol = '\n' |
| | End-of-line.
|
|
const size_t | max_sentence_length |
| | Max sentence length.
|
|
const char | significant_position_mark |
| | Declaration of character used as indicator of significant positions within (morphologic) tag masks.
|
|
const char | insignificant_position_mark |
| | Declaration of character used as indicator of insignificant positions within (morphologic) tag masks.
|
|
const size_t | sentences_radius_max_size |
| | Declaration of (inclusive) upper bound for sentence radius size (see context.h for more info).
|
|
const size_t | words_radius_max_size |
| | Declaration of (inclusive) upper bound for words radius size (see context.h for more info).
|
Detailed Description
All program
constants happily live together in this nicenamed namespace.
Variable Documentation
Security bound - program experiences very poor performance for oversized N (grammity) param.
Defined in header file => is used as arrays boundary.
Definition at line 61 of file config.h.