varnamproject / libvarnam

Deprecated. See https://github.com/varnamproject/govarnam
http://www.varnamproject.com
Mozilla Public License 2.0
100 stars 21 forks source link

Documentation around adding support for new language #146

Open ashishnegi opened 7 years ago

ashishnegi commented 7 years ago

Hi

Thanks for this cool project.

I would like to access documentation around adding support for a new language. I could not find it in readme. and There is no wiki page.

I tried looking at ml.tar.gz but it seems it has words followed by numbers. I could not understand its format. I looked under schemes and could make sense out of it. However, i would like to have proper documentation around so that i can add support for new language.

Again, thanks for the wonderful work.

navaneeth commented 7 years ago

Hi,

Thanks. Documentation is not yet matured. Look here - https://www.varnamproject.com/docs/concepts to understand basic concepts. Some documentation for adding a new language is available at - https://www.varnamproject.com/docs/adding-a-new-language.

Which language are you trying to add?

On Sun, Oct 29, 2017 at 11:06 AM, Ashish Negi notifications@github.com wrote:

Hi

Thanks for this cool project.

I would like to access documentation around adding support for a new language. I could not find it in readme. and There is no wiki https://github.com/varnamproject/libvarnam page.

I tried looking at ml.tar.gz but it seems it has words followed by numbers. I could not understand its format. I looked under schemes https://github.com/varnamproject/libvarnam/blob/master/schemes and could make sense out of it. However, i would like to have proper documentation around so that i can add support for new language.

Again, thanks for the wonderful work.

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/varnamproject/libvarnam/issues/146, or mute the thread https://github.com/notifications/unsubscribe-auth/AATXaIynZMscdEGRHP6kS055nYjfTcIdks5sxA7ZgaJpZM4QKMo6 .

-- Thanks Navaneeth

ashishnegi commented 7 years ago

Thanks. Documentation is actually good for getting started. 👍 for the efforts.

I am trying to add support for Garhwali, a dialect of Hindi. I think, I might need to not do anything actually. Main problem is to find the corpus, so that transliteration happens good. Like कन (kan) is a valid word in Garhwali. Is my understanding right ?