varnamproject-discuss
[Top][All Lists]
Advanced

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

Re: [Varnamproject-discuss] Improve the learning system


From: Jaydeep Singh
Subject: Re: [Varnamproject-discuss] Improve the learning system
Date: Sun, 9 Mar 2014 21:17:12 +0530

Some questions in which your help is required-

=>I've written a c program which takes hindi words as input and after
stemming by removing affixes gives the root word. I want to test it
with varnam. What should i do if i want to print the root along with
the transliterated word. A function print_token _array() takes token
which is a pointer to a sturct of type varray and prints it. I'm not
getting its definition. Also how can I implement my function in
varnam?

=>I went through some papers on stemming and found that every language
would require different sets of stemming rules. Does your idea
supports this or you want to implement something which can be equally
used with Indian languages?

=>I saw the updated ideas page and the idea to create an android ime
has been luring me.
Can I submit a proposal for this idea as well?

Jaydeep Singh
(wilderz on IRC)

On 3/7/14, Jaydeep Singh <address@hidden> wrote:
> Form my understanding of source code, the vpool here is the initialised
> resource that we are keeping for use, rather than allocating and destroying
> again and again as suggested by these function:
> void*
> vpool_get(vpool *pool);
>
> void
> vpool_add(vpool *pool, void *item);
>
> void
> vpool_return(vpool *pool, void *item);
>
> Program requests an item from the vpool and perform operations on the
> returned item. When it has finished with an item (or resource), it returns
> it to the vpool, rather than destroying it. Am I correct in context? Please
> guide.
>



reply via email to

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