How is written: ``` python3 tools/VocabConverter.py -raw $fairseqVocabPath -new $niutransVocabPath ``` Should be: ``` python3 tools/VocabConverter.py $fairseqVocabPath $niutransVocabPath ```
How is written:
Should be: