Re: Python-list Digest, Vol 81, Issue 266

2010-06-26 Thread anu python
ng of the input word (works with python 2.5) > > You can use this script for Vi (~/.vimrc) if you want, control+a will do a > spell check. > > " Toggle Spell-Check > set spell spelllang= > function ToggleSpellCheck() > if &spelllang == "en" > set

Re: Help on finding word is valid as per English Dictionary through python

2010-06-25 Thread anu python
Hi, I have a text file , a.txt this is a lcose button where u can observer "lcose" is not a valid word.It's typing mistake.Actual word is "close". How can i check that each word entered in txt file having correct meaningful words as per English Dictionary