Results 2 comments of Pratyush Sahay

adding: `name_policy='renumerate'` has worked at times for me.

As suggested by @mbait, following code-segment helps to handle segfault on this issue: ``` .. .. //get hypothesis int score = 0; const char* hyp = ps_get_hyp(decoder, &score); if (...