From 53b01254b2c5606c76c2336c0107c2b500138361 Mon Sep 17 00:00:00 2001 From: Ruben van de Ven Date: Fri, 12 Mar 2021 17:03:24 +0100 Subject: [PATCH] Add City and country --- wiki_relations.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/wiki_relations.py b/wiki_relations.py index 5234b31..3a5f513 100644 --- a/wiki_relations.py +++ b/wiki_relations.py @@ -15,6 +15,8 @@ default_categories = [ 'Technology', 'Deployment', 'Dataset', + 'City', + 'Country', ] username = "Ruben2@SemanticGraphFetcher"