Kevin Martin Jose

Results 16 comments of Kevin Martin Jose

I ran into the same issue as well. On ubuntu 18.01, go 1.10.1. Installed the cli using the go get command

Yes it is. I was hoping I could get more fixes in the PR and hence the [WIP]. But we can merge this On Sun, 9 May, 2021, 5:12 PM...

Actually, let's not merge this now, even though it's probably ready to merge - I need to take another look at the PR. I responded from my email to this...

This could be because we are importing the console version of tqdm. This might fix the issue by automatically importing the correct (consolve vs notebook) tqdm: ``` from tqdm.autonotebook import...

I would be interested in something like this as well

In synchronous mode, a message is emitted to indicate every frame right? So wouldn't it be possible to know if the server is disconnected by setting a timeout for the...

Did you get this result before or after training on a word corpus? If already trained, transliteration can produce the intended result even when an approximate term is provided. But...

Fixed in this[1] commit to my local repo. Problem was the joiner ']' and non-joiner was being sent to the 'other' function in varnamc from the scheme file. Fixed by...

Sure that you cloned the right branch? Just to be sure - check if the scheme file ml-inscript has two functions 'joiner' and 'non_joiner' at the end. That used to...