microsoft / GLUECoS

A benchmark for code-switched NLP, ACL 2020
https://microsoft.github.io/GLUECoS
MIT License
73 stars 57 forks source link

transliterator error on running " ./download_data.sh SUBSCRIPTION_KEY" due to error in response from the specified url #48

Closed BarahFazili closed 3 years ago

BarahFazili commented 3 years ago
Traceback (most recent call last):
  File "transliterator.py", line 88, in <module>
    main()
  File "transliterator.py", line 79, in main
    trans = get_transliteration(vocab, headers)
  File "transliterator.py", line 38, in get_transliteration
    trans.update({body[j]['text']:i['text']})
TypeError: string indices must be integers
BarahFazili commented 3 years ago

was due to invalid subscription key.