Re: The new default spell checker is ready for testing

2018-02-11 Thread Edward K. Ream


> On Friday, February 9, 2018 at 12:49:11 PM UTC-6, Edward K. Ream wrote:
>>
>> #700: Create a default spell checker for when pyenchant is not available 
>>  is ready for 
>> serious testing.
>>
>
A zipped, much improved, version of the main spelling dictionary, 
main_spelling_dict.zip, 
is now available here 
on SourceForge.

If you plan to use the non-Aspell checker, I highly recommend downloading 
and unpacking this file to your ~/.leo folder.  You will spend a whole lot 
less time adding words :-)

Edward

-- 
You received this message because you are subscribed to the Google Groups 
"leo-editor" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to leo-editor+unsubscr...@googlegroups.com.
To post to this group, send email to leo-editor@googlegroups.com.
Visit this group at https://groups.google.com/group/leo-editor.
For more options, visit https://groups.google.com/d/optout.


Re: The new default spell checker is ready for testing

2018-02-11 Thread Edward K. Ream
On Friday, February 9, 2018 at 12:49:11 PM UTC-6, Edward K. Ream wrote:
>
> #700: Create a default spell checker for when pyenchant is not available 
>  is ready for 
> serious testing.
>

Rev 68cd2d3 adds two new commands: clean-main-spell-dict and 
clean-user-spell-dict. 

These commands act on the *default *(not aspell) dictionaries, regardless 
of which spell checker is in effect.

Each command alphabetizes the dictionary and reports how many words it 
contains. They is mostly useful to me.

Edward

-- 
You received this message because you are subscribed to the Google Groups 
"leo-editor" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to leo-editor+unsubscr...@googlegroups.com.
To post to this group, send email to leo-editor@googlegroups.com.
Visit this group at https://groups.google.com/group/leo-editor.
For more options, visit https://groups.google.com/d/optout.


Re: The new default spell checker is ready for testing

2018-02-09 Thread Edward K. Ream
On Friday, February 9, 2018 at 12:51:29 PM UTC-6, Edward K. Ream wrote:

I should emphasize that Leo will use pyenchant automatically if it is 
> available.
>
> You can tell when the default checker is running because you will see 
> something like this in the console window:
>
>   9348 words in  local dictionary: c:\Users\edreamleo\.leo\spellpyx.txt
>  77241 words in global dictionary: C:\Users\edreamleo\.leo\
> main_spelling_dict.txt
>

That would quickly become irritating.  Rev ddb87d9 removes this cruft from 
the startup log.

Use the new show-spell-info command to see the location of the user 
dictionary, and other info about the main dictionaries, depending on the 
spell checker.

Edward

-- 
You received this message because you are subscribed to the Google Groups 
"leo-editor" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to leo-editor+unsubscr...@googlegroups.com.
To post to this group, send email to leo-editor@googlegroups.com.
Visit this group at https://groups.google.com/group/leo-editor.
For more options, visit https://groups.google.com/d/optout.


Re: The new default spell checker is ready for testing

2018-02-09 Thread Edward K. Ream


On Friday, February 9, 2018 at 12:49:11 PM UTC-6, Edward K. Ream wrote:

#700: Create a default spell checker for when pyenchant is not available 
>  is ready for 
> serious testing.
>

I should emphasize that Leo will use pyenchant automatically if it is 
available.

You can tell when the default checker is running because you will see 
something like this in the console window:

  9348 words in  local dictionary: c:\Users\edreamleo\.leo\spellpyx.txt
 77241 words in global dictionary: C:\Users\edreamleo\.leo\
main_spelling_dict.txt

Edward

-- 
You received this message because you are subscribed to the Google Groups 
"leo-editor" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to leo-editor+unsubscr...@googlegroups.com.
To post to this group, send email to leo-editor@googlegroups.com.
Visit this group at https://groups.google.com/group/leo-editor.
For more options, visit https://groups.google.com/d/optout.


The new default spell checker is ready for testing

2018-02-09 Thread Edward K. Ream
#700: Create a default spell checker for when pyenchant is not available 
 is ready for serious 
testing.

I have just upload the main spelling dict, main_spelling_dict.txt, to 
Leo/Miscellaneous 
on SourceForge . 
*Important*: The main dictionary is not large enough to be truly useful.  #711: 
Create bigger default spelling dicts 
 asks for help with 
this project.

The dictionaries are assumed to be in the following locations:

Main dictionary:

~/.leo/main_spelling_dict.txt

User dictionary:

@string enchant_local_dictionary or
leo/plugins/spellpyx.txt or
~/.leo/spellpyx.txt.

All questions, comments and bug reports are welcome.

Edward


-- 
You received this message because you are subscribed to the Google Groups 
"leo-editor" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to leo-editor+unsubscr...@googlegroups.com.
To post to this group, send email to leo-editor@googlegroups.com.
Visit this group at https://groups.google.com/group/leo-editor.
For more options, visit https://groups.google.com/d/optout.