Quellcode durchsuchen

Add alias normalization for "White House" as "WH" in headline processing

master
Jared Bell vor 1 Tag
Ursprung
Commit
edfec06020
1 geänderte Dateien mit 1 neuen und 0 gelöschten Zeilen
  1. +1
    -0
      services/normalization.py

+ 1
- 0
services/normalization.py Datei anzeigen

@@ -9,6 +9,7 @@ ALIASES = {
'united kingdom': 'uk',
'european union': 'eu',
'north atlantic treaty organization': 'nato',
'white house': 'wh',
'united nations': 'un',
'international monetary fund': 'imf',
'world trade organization': 'wto',


Laden…
Abbrechen
Speichern