Project

General

Profile

« Previous | Next » 

Revision 5171

tnrs.py: encode_map: Added hidden minus sign, which TNRS removes

View differences:

tnrs.py
76 76
    (';', ' !sem '), # changes TNRS response format
77 77
    ('\\', ' !bsl '), # TNRS removes it
78 78
    ('_', ' !und '), # TNRS replaces with " "
79
    ('­', ' !sub '), # TNRS removes it
79 80
    ('×', ' !mul '), # TNRS replaces with "x"
80 81
]
81 82
decode_map = strings.flip_map(encode_map)

Also available in: Unified diff