Skip to content

Dictionary: Testing and Tracing

vanishaarora881 edited this page Oct 14, 2020 · 7 revisions

Owner :

Vanisha Arora

Dictionary :

Testing and Tracing

Find here :

https://github.com/petermr/openVirus/blob/master/cambiohack2020/dictionaries/testTrace.xml

Method: Created by hand.

Steps of creation:

  • 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

To add other attributes like Wikidata ids and description and Wikipedia links, Use the syntax :

amidict -v --dictionary testTrace --directory mydictionaries --input test_trace.txt create --informat list --outformats xml,html --wikilinks wikipedia, wikidata

Clone this wiki locally