Created
May 28, 2020 14:58
-
-
Save halfak/aad71d6c71fa4642cbed29161c724a6b to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| NORMALIZED_LABELS = { | |
| "ВС": ["ВС", "вс", "Вибрана стаття", "вибрана стаття"], | |
| "ДС": ["ДС", "дс", "Добра стаття", "добра стаття"], | |
| "I": ["I", "1"], | |
| "II": ["II", "2"], | |
| "III": ["III", "3"], | |
| "IV": ["IV", "4", "Stub", "stub"] | |
| } | |
| LABEL_MAP = {observed_label: normalized_label | |
| for normalized_label, observed_labels in NORMALIZED_LABELS.items() | |
| for observed_label in observed_labels} |
Author
halfak
commented
May 28, 2020
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment