Revision 5171
Added by Aaron Marcuse-Kubitza about 12 years ago
lib/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
tnrs.py: encode_map: Added hidden minus sign, which TNRS removes