File tree Expand file tree Collapse file tree 4 files changed +0
-8
lines changed Expand file tree Collapse file tree 4 files changed +0
-8
lines changed Original file line number Diff line number Diff line change 25
25
# 02110-1301 USA
26
26
######################### END LICENSE BLOCK #########################
27
27
28
- from . import constants
29
-
30
28
# KOI8-R language model
31
29
# Character Mapping Table:
32
30
KOI8R_CharToOrderMap = (
Original file line number Diff line number Diff line change 25
25
# 02110-1301 USA
26
26
######################### END LICENSE BLOCK #########################
27
27
28
- from . import constants
29
-
30
28
# 255: Control characters that usually does not exist in any text
31
29
# 254: Carriage/Return
32
30
# 253: symbol (punctuation) that does not belong to word
Original file line number Diff line number Diff line change 27
27
# 02110-1301 USA
28
28
######################### END LICENSE BLOCK #########################
29
29
30
- from . import constants
31
-
32
30
# 255: Control characters that usually does not exist in any text
33
31
# 254: Carriage/Return
34
32
# 253: symbol (punctuation) that does not belong to word
Original file line number Diff line number Diff line change 25
25
# 02110-1301 USA
26
26
######################### END LICENSE BLOCK #########################
27
27
28
- from . import constants
29
-
30
28
# 255: Control characters that usually does not exist in any text
31
29
# 254: Carriage/Return
32
30
# 253: symbol (punctuation) that does not belong to word
You can’t perform that action at this time.
0 commit comments