Update README.md

This commit is contained in:
Marcin Junczys-Dowmunt 2016-05-01 10:45:10 +01:00
parent 7b82b80237
commit fe3782a8d9

View File

@ -35,6 +35,7 @@ Vocabulary files (and all other config files) in amuNN are by default YAML files
* Vocabularies from the DL4MT repository (*.pkl extension) need to be converted to JSON/YAML:
python scripts/vocab2yaml.py vocab.en.pkl > vocab.en
* Vocabulary files from Nematus can be used directly, as JSON is a proper subset of YAML.