Victor Chahuneau
Victor Chahuneau
https://github.com/jhclark/ducttape/blob/master/src/main/scala/ducttape/cli/ExecuteMode.scala#L59 should read `... enabled with 'ducttape_experimental_multiproc=true'. If ...`
I don't know if this is still an issue in the current version, but I can't parse the following sentence: ``` ERROR: Output aer_parallel at source task aer_data for required...
I think you [got it](https://github.com/redpony/cpyp/blob/master/cpyp/crp.h#L296) wrong: ``` C++ for (auto& dish_loc : dish_locs_) lp += lgamma(dish_loc.second.num_tables()); ``` should be: ``` C++ for (auto& dish_loc : dish_locs_) for (auto& bin :...
Tokenizing bitext with `` tags fails: ``` echo "x ||| x" | ~/tools/cdec/corpus/tokenize-anything.sh x ||| x ``` Why these tags are in my corpus is another problem :tired_face:
Replace implementation of quick sort in int_list.pxi by the stdlib algorithm.