
|
|

Software Central: Windows OS | :-( samasya?samAdhAnam ! :-) | |
| namaskAraM rAma prasAd gAru :)
Are you planning to copy the content you've posted in Telugupeople.com site and use in some other Articles or so ?
If that is the case , Click on the " telugu An`.... Af... " baTan` in this window. you will be directed to
http://www.telugupeople.com/telugupeople/TeluguOnOff.asp
you have to click "Turn OFF Telugu Script " Button .
A baTan` clik chEsina tarvAta mIru Diskashan~s , saiTu mottaM Anglam lO chUstAru.
mIku kAvalasina Diskashan` ki veLLi akkaDi mI pOsTulu kApI chEsukOvachchu.
tarvAta mIru dAnni vErE vyAsaM lO vADETappuDu pEsT chEsukOvachchu.
mIru maLLI http://www.telugupeople.com/telugupeople/TeluguOnOff.asp pEjilO "Turn ON Telugu Script " button click cheyyakapOtE mIku telugulO kanipinchadu. sO kApI chEsEsukunna tarvAta maLLI telugu An~ cheyyAli.
Hope this will help.
Thanks,
Raj
Posted by: మిగిలేది At: 1, Sep 2006 1:06:13 AM IST
Edeinaa naa vyaasaMlOnidigaani, ee 'Diskashan`'lOni naa bhaagaanni dEnineinaa gaani krotta vyaasaMlOgaani, marokachOTagaanee vaaDukOvaalaMTE EM chEyaali? evareinaa dayachEsi cheppagalaraa? (udaaharaNaku gataMlO nEnu ilaaMTi daaraMlO vraasinadaanini okaru naaku 'tirigi choopiMchaaru!)
Posted by: SATYA RAMA PRASAD KALLURI At: 31, Aug 2006 1:06:20 AM IST Dear tp.com friends,
I have been working on the following project and I shall be highly grateful if any of
our tp.com friends can suggest me a solution or methodology to proceed further.
I. Project : Development of Telugu spell-check considering the following features :
----------
1) Provision for automatic correction at the root (praatipadika) stage itself, if we are sure that any word is typed wrongly.
Example : siMdhooramu - tappu
siMdooramu - oppu
ee maaTaku praatipadika 'siMdoora' avutuMdi. ikkaDE diddubaaTu ayipOtE, deeniki saMbaMdhiMchina 'siMdhooraanni', 'siMdhoorapu', ''siMdhooraMpeina', 'siMdhooraMtO',
'siMdhooravarNaM', 'siMdhooramaa!' vaMTi padaalu kooDaa diddabaDipOtaayi.
illaaMTi maaTalanu, vaaTi 'oppu' maaTalanu tagina vidhaMgaa spel`chek`lOki ekkiMchaalannamaaTa.
The above feature is to be similar/analogous to 'Automatic correction of the first letter as capital letter when it is typed as a small letter in English
after the full stop of the previous sentence.'
This can be called 'replacive' mode.
2) The corrections have to be 'optional' because the wrong spelling may have to be
reproduced 'as it is' in some cases.
This can be called 'suggestive' mode.
II) Background :
--------------
I have already collected around 6000 commonly occuring words which are being written/typed wrongly & the correct versions for them in the form of a table.
This list will definitely increase in the future, of course!
Now I want to bring these 'corrections' to be user-friendly, so that it can be used as a correction tool.
The application of this feature will be in the following fields and many others :
a) DTP job in Telugu - routine as well as printing of classic works
b) News papers & magazines
c) School text books
d) Web sites also, if possible
III) There are few companies which have developed telugu softwares. Each has got its own keyboard logic & layout. Most of them are not phonetic-friendly. This apart, I came to know that one government organisation has standardised the key board and letters. However, nobody is following it, I came to know.
Then, I approached one of the popular Telugu software makers and proposed this feature to him. Unfortunately he did not evince much interest.
Now I have a different idea, viz. developing this feature totally independent
of the softwares used, that is as a feature which can do the above-mentioned corrections as a 'final' check - independent of the software used.
IV) My limitations :
-------------------
Though I am a mechanical engineer, my exposure to this software field is very limited (I had been out of touch with the latest developments of MS Word onwards!) and I am not much familiar with the terminology & way of functioning of computer softwares.
Hence I have to be guided suitably for going ahead.
V) Request to tp.com members :
----------------------------
Can any one of you think of this problem in depth and guide me suitably?
My e-mail address is
kalluriprasad@hotmail.com
Posted by: SATYA RAMA PRASAD KALLURI At: 28, Aug 2006 11:59:31 PM IST Thanq Mr.Raj
It worked and it is wonderful
Again many many thanks
God bless u
Sastri
Posted by: Mr. VIRABHADRA SASTRI KALANADHABHATTA At: 3, Aug 2006 7:45:21 AM IST Un-checking the Forms checkbox is to avoid storing the Usernames again (in future )
Posted by: మిగిలేది At: 3, Aug 2006 6:42:55 AM IST namaskAram SAstri gAru
In the browser , click on the Tools menu,
then "Internet Options" -->
Content (It is one of the Tabs )-->
Click On the "AutoComplete " button .
Then click on "Clear Forms " button ..
It will clear all the previously saved usernames ..
You may Uncheck the "Forms" checkbox after clearing the Forms ..It is optional though..
Posted by: మిగిలేది At: 3, Aug 2006 2:12:30 AM IST I got a problem in my computer
Recently some of my friends used my computer to check their emails in gmail website, and they might have ticked to remember their ids.
Now when I browse gmail, all the IDs appear the moment I point the mouse on the ID column.
How can I remove their IDs.
Kindly suggest me the solution
Sastri
Posted by: Mr. VIRABHADRA SASTRI KALANADHABHATTA At: 2, Aug 2006 9:22:35 AM IST generally we were use with client side java script for getting value's from elemenent's like this
<script language="javascript">
x=document.getElementById("textbox").value;
x+="...";
document.getElementById("textbox").value=x;
</script>
but i need to use like that action with ASP
without refresh the page or redirect to anohter page...
is it posiable ?
Posted by: Mr. Kumar Lakshman At: 5, Jul 2006 4:35:45 PM IST INT first = 3:
INT second = 5:
SEQ
first := first + second
second := first - second
first := first - second
Posted by: Mr. Siri Siri At: 21, Jun 2006 3:23:18 PM IST #include main() { int One = 20; int Two = 12; printf("One = %d Two = %d\n", One, Two); One ^= Two; Two ^= One; One ^= Two; printf("One = %d Two = %d\n", One, Two); }
Posted by: Mr. Siri Siri At: 21, Jun 2006 3:19:30 PM IST
|
|
|
 |
Advertisements |
|
 |
 |
Advertisements |
|