Is it expected that this code can be applied to a Chinese language dataset with only minor changes?
I understand that I will need to provide the following:
- Chinese train/dev data files in the SQuAD format
- GloVe word vectors trained on the Chinese language
- Spacy Chinese language models
- Changes in prepro.py to take care of things such as tokenization, add encoding="utf8" to file read/write statements, etc.
Would very much appreciate any insights if there is any known reasons why this is not supposed to work.
Is it expected that this code can be applied to a Chinese language dataset with only minor changes?
I understand that I will need to provide the following:
Would very much appreciate any insights if there is any known reasons why this is not supposed to work.