Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Tamil scheme fixes #152

Open
wants to merge 17 commits into
base: master
Choose a base branch
from

Conversation

Kishore96in
Copy link

I have added the letter combination which is usually used for 'fa' (ஃப), and added 'za' to the list of sounds representing 'ஜ'.

Not having a unique identifier messes up learning. Complains about
unknown character.
Sometimes this combination goes across word boundaries, and it is thus
more useful to encode it this way.
@Kishore96in Kishore96in changed the title Tamil scheme: add the commonly used symbols for 'fa' and 'za' Tamil scheme fixes Dec 24, 2019
@Kishore96in
Copy link
Author

I have also made some minor corrections to the existing mappings.

This allows varnam to learn that 'kurangu' corresponds to 'குரங்கு
', and not 'குரஙு
', for instance
Previous block prevented certain common words from being typed (அந்த,
இந்த, எந்த... )
@subins2000
Copy link
Member

subins2000 commented Sep 15, 2020

Hi @Kishore96in, I'd like to know how Tamil is written in computers. Can you please let us know here if there are any other transliteration software ? Do you use Varnam yourself ?

@Kishore96in
Copy link
Author

Hi @Kishore96in, I'd like to know how Tamil is written in computers. Can you please let us know here if there are any other transliteration software ? Do you use Varnam yourself ?

On Windows, Google input tools is available (and is actually pretty good). Apparently they also added Tamil transliteration natively in Windows 10 some time last year.

I am not aware of any transliteration software other than varnam which works natively on Linux and supports Tamil (Google input tools has a chrome extension, but I don't think it can be used in other applications). Currently, I am on Linux, and so I am using varnam (specifically, the ibus interface).

@subins2000
Copy link
Member

subins2000 commented Sep 17, 2020

Thanks for the response @Kishore96in, are there any key-mapping transliteration tools like swanalekha for Tamil ? What about on the web ? Google Input Tools is the majorty used ?

@Kishore96in
Copy link
Author

Thanks for the response @Kishore96in, are there any key-mapping transliteration tools like swanalekha for Tamil ? What about on the web ? Google Input Tools is the majorty used ?

I don't know enough to comment on the usage statistics, sorry.

@navaneeth
Copy link
Member

@subins2000 This is good to merge I guess. make vst worked for you?

@subins2000
Copy link
Member

@navaneeth Just tested this PR, scheme compiled :

Compiling schemes/ta
Building schemes/ta.vst
./varnamc:477: warning: constant ::Fixnum is deprecated
Completed with '0' warning(s) and '0' error(s)
Built target ta.vst

@subins2000
Copy link
Member

Hey @Kishore96in I have made a Go port of libvarnam. Would like to know the Tamil scheme change you made works alright in GoVarnam too: https://github.com/varnamproject/govarnam

Is your changes anyway related to this problem ? varnamproject/govarnam#1

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants