-
Notifications
You must be signed in to change notification settings - Fork 17
Dictionary: Testing and Tracing
Vanisha Arora
Testing and Tracing
https://github.com/petermr/openVirus/blob/master/cambiohack2020/dictionaries/testTrace.xml
-
A list of terminology of various test and tracing related terms were created manually in a txt file in notepad.
-
The terms searched through Wikipedia and some research papers (Snowballing).
-
The following command was given in the command prompt:
amidict -v --dictionary testTrace --directory mydictionaries --input test_trace.txt create --informat list --outformats xml,html
-
Here, the input file is the one with the list of terms(txt file).
-
Meanwhile, create a directory by giving the command as : mkdir mydictionaries This is the ouput directory where you will get the dictionary.
-
Giving the above command, you will get a dictionary with only name and terms. And the dictionary looks like: https://github.com/petermr/openVirus/blob/master/dictionaries/test/test_trace.xml
amidict -v --dictionary testTrace --directory mydictionaries --input test_trace.txt create --informat list --outformats xml,html --wikilinks wikipedia, wikidata
- The final dictionary has 36 entries in it.
- The attributes in the dictionary includes WikidataID, wikidataURL, description, etc.Find the dictionary here: https://github.com/petermr/openVirus/blob/master/cambiohack2020/dictionaries/testTrace.xml