prajdabre / yanmtt

Yet Another Neural Machine Translation Toolkit

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Binary executables for all python scripts

prajdabre opened this issue · comments

Currently, if you want to run a command it has to be "python [script] [arguments]".
Someone told me that it would be cooler if people could do the same via a binary, like fairseq does (think fairseq-train or fairseq-preprocess).
So if any of you brave souls wants to contribute to this then feel free.