From: Bernard D. <bde...@or...> - 2018-05-31 12:57:31
|
Hi Tom, yes it is possible to unlearn a word but at the moment only « manually » . Open the Tcl Shell (cmd-Y) and type the following command (assuming the word you learnt by mistake is supercalifragilisticexpialidocious): «» spellchecker unlearn supercalifragilisticexpialidocious You can also test if a word is in the user’s dictionary by using the -c option with the [spellchecker learn ] command. For instance «» spellchecker learn -c supercalifragilisticexpialidocious 0 I don’t know exactly where the user’s dictionary is stored. It probably depends on the version of the System. Maybe in ~/Library/Dictionaries. Cheers, Bernard Le 31 mai 2018 à 14:40, Tom Burke <bu...@ma...> a écrit : > Using the built-in spell checker: Is it possible to "unlearn" a word that was learned by mistake? If nothing else, can the user's dictionary be edited directly? Where is the user's dictionary located? > -- > F. Thomas Burke, Philosophy Department, University of South Carolina, Columbia SC 29208 USA > > > > > >> On May 31, 2018, at 4:55 AM, Bernard Desgraupes <bde...@or...> wrote: >> >> Hi Eberhard, >> >> >> Le 31 mai 2018 à 10:35, Dr Eberhard W Lisse <el...@li...> a écrit : >> >>> Bernard, >>> >>> I notice the same behavior (empty spell window) when using aspell. >>> >>> Aspell is installed in /usr/local/bin/aspell (from homebrew) and from >>> the command line works on the same file. >> >> Do you mean that no misspelled word is found and displayed in the spelling panel ? >> Are you sure the right dictionary is selected (in the popup menu of the panel or in the Spelling -> Dictionaries submenu) ? >> >> >>> >>> I do have two small issues with the spell window: >>> >>> 1) I would like it to correct the word, if I double click on one of >>> the offered choices (and then move to the next unknown word, like it >>> does if I click the Correct button) >>> >>> 2) Once learned, or ignored, I would like it to search for the next >>> unknown word. >>> >>> Is that possible? >> >> I think both suggestions are feasible. I’ll look into this. >> >> >> Cheers, >> Bernard >> >> >> ------------------------------------------------------------------------------ >> Check out the vibrant tech community on one of the world's most >> engaging tech sites, Slashdot.org! http://sdm.link/slashdot >> _______________________________________________ >> AlphaTcl-users mailing list >> Alp...@li... >> http://lists.sourceforge.net/lists/listinfo/alphatcl-users > > > ------------------------------------------------------------------------------ > Check out the vibrant tech community on one of the world's most > engaging tech sites, Slashdot.org! http://sdm.link/slashdot > _______________________________________________ > AlphaTcl-users mailing list > Alp...@li... > http://lists.sourceforge.net/lists/listinfo/alphatcl-users |