Misspelled watches chat messages you type, highlighting misspellings. Misspelled words may be right clicked to obtain a list of replacement suggestions.
Misspelled utilizes the HunSpell style, affix (prefix/suffix) compressed, US English, German, and esES Spanish dictionaries. The same ones used in Chrome, Firefox, and OpenOffice. Misspelled provides suggestions based on words that phonetically sound like the misspelled word, along with suggestions based on common mistakes of spelling.
I've included in the US English dictionary are some Warcraft specific proper nouns, including the zone names, and all Wrath dungeon and raid boss names. Your friends and guild members are also added automatically.
Misspelled includes dictionaries for US-English, French, German, and Spanish. The appropriate dictionary, for your game client locale, will auto-load, or you can manually choose what dictionary to use from Misspelled's Interface/Addons options page.
Misspelled works with WIM (Wow Instant Messenger)
Note: The last word in the chat box, isn't spell checked until you type some form of word terminator, either a period, space, or some other word separating punctionation. Spell checking is very fast; but I don't want to check unneedlessly. I don't spell check the last word on a line, until it looks like your finished typing that word.
Nothing to configure, just install and use.
Please report any problems you have while using Misspelled.
Mirrored here from Misspelled's home over at Curse
-Nate
Change Log - Misspelled
r41 - Fixed a version number typo.
r40 - Modified a hook to WIM, needed to remove the highlighting of misspelled words, prior to sending a chat message to the server. The author of WIM is due to add a specific API, just for this purpose, in the next release. Added the following words to the US English dictionary (includes some proper nouns from the patch 3.3 PTR): Frostwing, Sindragosa, Baine, San'layn, Bronzebeard, Valanar, Doomguard, Saurfang, Plagueworks, Highlord, Tirion, Valithria, runeblade, Fordring, Muradin, Putricide, Deathwhisper, Hippogryph, Bloodhoof, Lich, Frostmourne, Wrynn, Marrowgar, wyrm, Skybreaker, undeath, Orgrim's, Dreamwalker, Shadowfiend, Mograine, Darion, Lana'thel
r39 - Added the following new proper nouns to the US English dictionary, many from from patch 3.2 (ToC Instance boss names): Eadric, Thrakgar, Tyrius, Dawnsinger, Jaraxxus, Zul, Skullcrusher, Noozle, Kavina, Runok, Stouthorn, Shaabad, Grimdabbler, Colosos, Harkzog, Gorgrim, Zhaagrym, Wildmane, Val'kyr, respawn, Icehowl, Mokra, Arelas, Zul'tore, Blightslinger, Ruj'kah, Nightfell, Visceri, Misthoof, Brienna, Edyis, Melador, Malithas, Alerius, Gormok, Snobold, Dreadstone, Ametrine, Brightblade, Acidmaw, Steelbreaker, Eressea, Valestrider, Darkbane, Shadowcleave, Whizzlestick, Ginselle, Paletress, Shocuul, Deathstalker, Liandra, Dreadscale, Lightbane, Jaelyne, Shadowstep, Moonstalker, Stouthammer, Lightbearer, Duskblade, Velanaa, Maz'dinah, Stormhoof, Baelnor, Brightstar, Suncaller, Boltspark, Blackwhisper, Irieth, Narrhok, Broln, Grovesong, Birana, Serissa, felhunter, Shaamul, Fjola, Ventrilo.
r38 - Updated .toc file for patch 3.2
r37 - Replaced French dictionary with the one used in Chromium. I included the additional words Chromium added.
(http://src.chromium.org/viewvc/chrome/trunk/src/chrome/third_party/hunspell/dictionaries/fr_FR.dic_delta)
Fixed a typo in the UTF8 section of RemovePrefix. This was causing words to be flagged as misspelled, if you were using one of the UTF8 (non-English) dictionaries and the word contained one of the affix compressed prefixes, even though they were spelled correctly.
With these fixes, the word [l'éléphant] is now not mistakenly flagged as misspelled.
r36 - Added a French dictionary. The French dictionary will auto-load if you're using the frFR client, or you can manually choose to use it from Misspelled's Interface/Addons options page.
r35 - Hopefully fixed the issue that was crashing client.
Hooked ChatThrottleLib:SendChatMessage so I can clean any misspelled highlighted words before the message is sent.
r34 - Misspelled now adds spell-checking to WIM chat windows. Please report any issues you have with this new feature.
r33 - Guild members and friends player names phonetic codes were always being generated using the US English phonetic code routine. The generic phonetic code is now used for German and Spanish. Locals added for ipairs and pairs, to WordDict.lua, to increased speed.
r32 - Added 642 additional US English base words and corresponding affix codes. The word list was borrowed from Chrome's additions to the US English OpenOffice dictionary included in their implementation. You can view the words added here: http://src.chromium.org/viewvc/chrome/trunk/src/chrome/third_party/hunspell/dictionaries/en_US.dic_delta
Are you sure "ing" is a valid suffix for the word "YouTube"??? j/k
r31 - Fix an error occurring for new users that were not using a prior version and didn't have a savedVariables Misspelled.lua file.
r30 - Spanish (esES) dictionary support added.
There is a new interface options page, that allows you to manually select a dictionary to load.
Note: if you select a different dictionary, you need to reload the game UI for it to take effect.
Note: Right now, there isn't a separate user dictionary for each language. This will be an issue if you routinely switch dictionaries back and forth.
Suggestions are now generated when you right click a misspelled word. This will speed up edits that occur someplace other than the end of the line.
Many fixes have been applied to the suggestion generation code. You'll notice fewer, better suggesting being returned. In English, Teh is still an issue. Humm....
Support added throughout for UTF8 multi-byte character encoding.
Generating suggestions using on of the UTF8 dictionaries (Spanish and German) takes noticeably longer. If you're using a UTF8 dictionary, two suggestion generation methods (BadChar & ForgotChar) are disabled to allow some suggestion results to return within a reasonable time.
The extra execution time the UTF8 code adds, is compounded by the Spanish and German dictionaries having significantly more suffix combinations that need checking when validating a word is spelled correctly. I'm sure there are additional improvements that can be made here.
Implemented a generic sounds like method to support language dictionaries that don't supply phonetic codes. Currently only Spanish uses this method.
The word "Aldor" was added to the English dictionary.
r25-r27 Capitalized misspelled words will stay capitalized after selecting a replacement suggestion. Long term I want to detect the beginning of a sentence, so I can correct incorrect Capitalization. For now this change should help.
Added these characters to the list of word separators: "(", ")", ";"
The Suggestion ranking EditDistance method's substitution cost, is now case insensitive.
r24 - Changed the misspelled highlighting to a medium-cyan-ish color. Hopefully this will make it easier to see misspelled words in all the common channels: Say, Party, Raid, Guild, Whisper, Trade, Yell
r23 - Added Ace3 OptionDep tag to the .toc so the addon would properly load for those running without libs embedded.
r22 - Now uses AceEvent to replace the hidden frame and OnEvent hook needed to load guild members.
Added the "words" LFG and LFM to the US English dictionary.
When a suggestion is selected to replace a given misspelled word (or Ignore or Add to Dic. was selected), the cursor was positioned at end of the replaced word. Now, if there is a space after that word, the cursor is positioned to the right of that space. This should reduce the spell-checking needed when the only character on the line, to the right of a cursor, is a space.
r21 - Changed some of the frame xlm code, to hopefully hide a phantom dropdown frame that was being reported showing up.
r20 - A German dictionary has been added and will load if you are using the German client. Note: No Warcraft specific proper nouns have been included in the German dictionary.
Misspelled's loading and right-click event wireup routines were converted to use AceAddon and AceHook. Hopefully this should help make Misspelled more compatible with any other Ace addons (Prat), that also try and hook the ChatFrameEditBox's MouseUp event.
Local variables are now widely used to speed up calls to global functions.
r19 - Fix for errors reported loading friends player names into the dictionary.
r18 - Reduced memory needed to store the dictionary in half. Affix keys and phonetic codes are no longer stored using subtables. Memory usage went from 11.6Mb to 5.7Mb
The user dictionary storage format was changed to match the, updated, in memory dictionary storage format. Any existing user dictionaries will be converted the first time you load r18.
Improved the suggestions generation, especially when the word contains a capital letter.
Maximum number of suggestions returned is now 8, not 10.
r17 - No UI or functionality changes. Made some parts of the code more efficient.
r16 - Maximum suggestions increased to 10
Fixed an error where words in all CAPS, or words that contained numbers were throwing a Lua error.
Fixed the chat edit cursor position so it moves naturally as you perform edits in and around misspelled highlighted words. Wow this was a lot of work. Did you know you can crash Wow, with an invalid cursor position!
Fixed a problem where the spell checking routine was firing twice, if it found a misspelled word.
More code cleanup. There shouldn't be any remaining, non reachable code.
We're getting very near release quality!
r15 - The Misspelled word suggestions pop-up dialog now takes up less space. And a "Cancel" option was added to the bottom of the pop-up.
Guild members weren't always loading. The loading guild members routine is now delayed until the first ChatEditBox_OnTextChanged event. I wasn't always getting guild member info during addon loading.
r14 - Fixed error loading guild members
r13 - Your friends and guild roster are now, upon zone-in, added to the list of correctly spelled words. Suggestions that match a friend or guild member player name are flagged with either (Friend) or (Guild), in the suggestions right-click pop-up. Lots of cleanup and remarks added to the code. Fixed cases where editing near the boundary of a highlighted misspelled word would mangle color tag information leaving only partial color tags. Started implementing routines to correctly set the cursor position when the chat text is changed by Misspelled. More work is still needed here.
r11 - Fixed an error that occurred when adding a word to the user dictionary.
r10 - Debug print statements turned off, fixes related to clearing cached information about the current chat text.
r09 - Fixes for Chatter
r07 - Added Wrath dungeon and raid boss names to the standard Dictionary, along with the words: Jewelcrafting, Leatherworking, mana, and Warcraft
r06 - Fixes problems with embedded links.
r05 - "Ignore All" and "Add to User Dictionary" features implemented.
Optional Files - Misspelled
Sorry, there are currently no optional files available.
Originally posted by nrpieper What I am considering is adding a feature to auto-correct any misspelled words where you've chosen the same correction from the list of suggestions, three times in a row.
I'm still concerned about false positives. Those of you that have experienced Microsoft's attempts at auto-correcting in MS Word, know what I'm talking about.
You make valid points. Maybe you could put in an option to just reset auto corrections if false positives occur.
What I am considering is adding a feature to auto-correct any misspelled words where you've chosen the same correction from the list of suggestions, three times in a row.
I'm still concerned about false positives. Those of you that have experienced Microsoft's attempts at auto-correcting in MS Word, know what I'm talking about.
Quote:
Originally posted by lonewolfnz Fantastic addon :-)
I was wondering if you would be willing and able to put in an autocorrect feature, and maybe even some kind of predictive text feature to help speed up typing.
It would be nice for example to have the ability to automatically correct common typos like teh, or have suggestions appear on longish words.
I am aware the addon eloquence did much the same thing, but was buggy and hard to customise.
I was wondering if you would be willing and able to put in an autocorrect feature, and maybe even some kind of predictive text feature to help speed up typing.
It would be nice for example to have the ability to automatically correct common typos like teh, or have suggestions appear on longish words.
I am aware the addon eloquence did much the same thing, but was buggy and hard to customise.
Originally posted by Rikcon Please Ru_RU language
Port it from firefox )
Miseplled's spell-checking engine currently can handle just about any language that uses ascii or utf-8 character encodings; but there isn't support for 4byte Unicode languages, or KOI8-R.
The Russian OpenOffice spell-checking dictionary is encoded in KOI8-R. I have no idea what the Russian Wow client uses.
It may be possible... I'll have to do a bit of digging.
__________________
-Nate
(Bowtonate on Whisperwind)
------------------------------------------------
Author of Misspelled, the Wow chat spell-checker
I updated the Misspelled .toc to make it load with patch 3.2. In my testing it didn't have any issues with the patch. I'll quickly post an update if any errors or issues pop up.
__________________
-Nate
(Bowtonate on Whisperwind)
------------------------------------------------
Author of Misspelled, the Wow chat spell-checker
Please do not use other addons' comment sections to advertise your addon. My comments section is not a bulletin board for you to promote your addon, especially when your addon isn't related to mine in any way. Not only is it rude towards the authors of the addons whose comment sections you're abusing, but it's rude towards WoWInterface when you post an unknown number of links (I'm sure my addon wasn't the only one you posted on) to your addon's download page on a competing website, especially when you have a download page here. That kind of behavior makes me embarrassed to have recommended your addon to people.
Release r37 contains a new French dictionary, from Chromium, and fixes the issue with l'éléphant, along with many other words. The code in place for non-English dictionaries had a typo/bug in it that was incorrectly flagging words misspelled, if the word contained a common prefix that the dictionary had used affix compression to store.
__________________
-Nate
(Bowtonate on Whisperwind)
------------------------------------------------
Author of Misspelled, the Wow chat spell-checker
your new version is kicking me evertime I miss spell a word... like "lol" or "dc" I didn't test it any further tho. so it could be a wide spread problem or just those words.. please update or tell me how to fix this. thx in advance
You have just downloaded by the author . If you like this AddOn why not consider supporting the author? This author has set up a donation account. Donations ensure that authors can continue to develop useful tools for everyone.
*Clicking the donate button above will take you to PayPal.com
*Clicking the donate button above will take you to Pledgie.com