Frank Seide

Results 3 issues of Frank Seide

Hi, would it be possible to add an option like `gmake`'s `-C` (`--directory`)? ``` -C DIRECTORY, --directory=DIRECTORY Change to DIRECTORY before doing anything. ``` Right now, it seems I need...

I find that vocab files in Yaml format created with Marian are malformed. This makes it hard to convert them to other formats, e.g. using Python: ``` >>> x =...

`loadItems()` uses `InputFileStream`. This failed inside a read operation (after successful open). Replacing it with `fopen()` made it work. This hack will be merged soon. This issue is to track...