Fast Neural Machine Translation in C++
Version: v1.7.0 67124f8 2018-11-28 13:04:30 +0000
Usage: ./marian/build/marian-vocab [OPTIONS]
-h,--help Print this help message and exit
--version Print the version number and exit
-m,--max-size UINT=0 Generate only UINT most common vocabulary items
./marian-vocab < text.src > vocab.yml
cat text.src text.trg | ./marian-vocab > vocab.yml