varnamproject-discuss
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Varnamproject-discuss] Learning through Ibus


From: Kevin Martin
Subject: Re: [Varnamproject-discuss] Learning through Ibus
Date: Thu, 17 Jul 2014 23:08:30 +0530

Fixed the issue with Ibus.

In varnam-ibus engine.c replaced :

rc = varnam_learn (handle, ibus_text_get_text(text));

With :

const char *word = ibus_text_get_text(text);
rc = varnam_learn (handle, word);

I do not know what difference the above change make, but it works.


On Wed, Jul 16, 2014 at 8:35 PM, Kevin Martin Jose <address@hidden> wrote:
At 10.00 pm

From: sooraj kenoth
Sent: ‎16-‎07-‎2014 20:17
To: address@hidden
Subject: Re: [Varnamproject-discuss] Learning through Ibus

Thank you. I just reached the room.

What is the new schedule?



reply via email to

[Prev in Thread] Current Thread [Next in Thread]