rename 'transliterations' to 'keywords'

This commit is contained in:
2020-03-31 15:15:01 -07:00
parent 09d171608f
commit 98b07b8098
21 changed files with 0 additions and 0 deletions

3
keywords/README.md Normal file
View File

@@ -0,0 +1,3 @@
# Transliterations
This part of the project collects tranliterations of key phrases related to COVID-19 using Wikidata. We search the Wikidata API for entities in `src/wikidata_search.py` and then we make simple SPARQL queries in `src/wikidata_transliterations.py` to collect labels and aliases the entities. The labels come with language metadata. This seems to provide a decent initial list of relevant terms across multiple languages.