Juergen Fesslmeier

Results 11 issues of Juergen Fesslmeier

It would be great if you could define the `opts` in such way that the response of a previously called API call is the input of a sequentially used call,...

Do you think it is a good idea to include [Google Guetzli](https://github.com/google/guetzli)? If you think it's a good idea, I can spend some time adding it here. Any info on...

Are you planning to add support for mp3?

Add words posterior probability and acoustic and language scores.

How can I normalize a `path_score` (like in `Pocketsphinx::Decoder::Hypothesis`) of an utterance to a relative confidence probability?

Is there any way to get the confidence score of an utterance?

I am having an issue to assign nested attributes avoiding to override previous ones. Here is an example: ``` ruby class Product include Virtus.model attribute :values, Values end class Values...

I want to render the following JSON but don't seem to be able to do it with RABL. Can anybody help? ``` json {"worker": {"id": 1, "name": "foo"}, "errors": {...},...

The problem appears to be an inconsistency between XML and JSON output and that there is currently no config option that allows app developers to collapse nodes like `{"bundles"=>[{:bundle =>...