Bladeren bron

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

master
Jared Bell 1 dag geleden
bovenliggende
commit
edfec06020
1 gewijzigde bestanden met toevoegingen van 1 en 0 verwijderingen
  1. +1
    -0
      services/normalization.py

+ 1
- 0
services/normalization.py Bestand weergeven

@@ -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…
Annuleren
Opslaan