Tom Sykora

Results 5 issues of Tom Sykora

I'm building an application based on openvr.h. In the application I need to exit the whole steamVR app. I found here [473](https://github.com/ValveSoftware/openvr/issues/473) how to do it: ``` vr::VREvent_Reserved_t data =...

Hello, when trying to use the `RemoveKaldiNonWords` transformation, I get different results when comparing these text pairs: - ` xx` to `xx` -> 0.5 WER (0.33 when not using `SentencesToListOfWords`)...

Hello, I'd like to compute perplexity on different text corpuses given an ngram computed with kenlm. I found in some old issues that `--vocab_pad` param should be used with a...

Hello, I'd like to use arpa format LM as input into the `interpolate` binary. It's probably not possible to do directly. But isn't there any workaround, e.g. reformatting the arpa...

Hi, I've computed interpolation on 5 text corpuses. Two of them got negative weights. I'd understand zero weights. But what do negative values really mean? Not sure whether it's a...