This website works better with JavaScript.
Home
Explore
Help
Sign In
jbell730
/
anya
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
Add alias normalization for "White House" as "WH" in headline processing
master
Jared Bell
2 days ago
parent
a35e86fdac
commit
edfec06020
1 changed files
with
1 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-0
services/normalization.py
+ 1
- 0
services/normalization.py
View File
@@ -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',
Write
Preview
Loading…
Cancel
Save