File: eng.params_model

package info (click to toggle)
tesseract 5.5.0-1
  • links: PTS
  • area: main
  • in suites: forky, sid, trixie
  • size: 43,508 kB
  • sloc: cpp: 154,570; makefile: 1,519; java: 1,143; ansic: 852; sh: 763; python: 51
file content (31 lines) | stat: -rw-r--r-- 897 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
# This file is used for params_model_test.
# See src/ccstruct/params_training_featdef.h for the list of keys which
# must occur here. The test accepts any float value for each key.
PTRAIN_DIGITS_SHORT 0.0
PTRAIN_DIGITS_MED 1.1
PTRAIN_DIGITS_LONG 2.2
# Number or pattern (NUMBER_PERM, USER_PATTERN_PERM)
PTRAIN_NUM_SHORT 3.3
PTRAIN_NUM_MED 4.4
PTRAIN_NUM_LONG 5.5
# Document word (DOC_DAWG_PERM)
PTRAIN_DOC_SHORT 6
PTRAIN_DOC_MED 7
PTRAIN_DOC_LONG 8
# Word (SYSTEM_DAWG_PERM, USER_DAWG_PERM, COMPOUND_PERM)
PTRAIN_DICT_SHORT 9
PTRAIN_DICT_MED 10
PTRAIN_DICT_LONG 11
# Frequent word (FREQ_DAWG_PERM)
PTRAIN_FREQ_SHORT 12
PTRAIN_FREQ_MED 13
PTRAIN_FREQ_LONG 14
PTRAIN_SHAPE_COST_PER_CHAR 15
PTRAIN_NGRAM_COST_PER_CHAR 16
PTRAIN_NUM_BAD_PUNC 17
PTRAIN_NUM_BAD_CASE 18
PTRAIN_XHEIGHT_CONSISTENCY 19
PTRAIN_NUM_BAD_CHAR_TYPE 20
PTRAIN_NUM_BAD_SPACING 21
PTRAIN_NUM_BAD_FONT 22
PTRAIN_RATING_PER_CHAR 23