It is very tedious to have to add every word individually. I use a custom dictionary for spellchecking in a minority language, which isn't supported by Word's standard dictionaries. It has over 250,000 words! That would take a long time to build by adding
each word individually.
I came upon the following when my custom dictionary wouldn't work on Word 2016 for Mac.
The fast way, to bulk add a word list to a custom dictionary:
First, Create a New Custom Dictionary
- Make sure that a document is open.If no document is open, the next step won't work.
- On the Word menu, click Preferences.Under Authoring and Proofing Tools, click Spelling and Grammar. In Windows Go to Office Button | Word Options | Proofing and click on Dictionaries.
- Under Spelling, click Dictionaries. Click New. IMPORTANT: If the Convert File or File Conversion dialog boxes open, don't make any changes—just click OK. (The correct text encoding setting is Other encoding: Unicode 5.1 (Little-Endian).)
- In the Save As box, type a name for the custom dictionary. I think you can save this anywhere. By default, Word buries these files with it's other settings.
- Click Save.
You should now see a list of the custom dictionaries. Word's default one is called Custom Dictionary and you should also see the new one you've just created.
Now, ensure that the new dictionary is the only one being used
- Uncheck the box next to Custom Dictionary. Your new dictionary should be the only selected dictionary.
- Click OK again to close the Spelling and Grammar dialog box, and exit the Preferences (Mac) /Options (PC).
You now have an empty text file with a .dic extension into which you can build your dictionary. At this stage I think it's useful to
Add a single word to the new dictionary.
- Open a New Word Document
- Type a word that you want to add to your custom dictionary.
- Right-click and select Add or Add to Dictionary
Now, you have a single word in your dictionary file. Now, Close Word.
The next step won't work if Word is still open.
Populate the custom dictionary with your word list
- In Windows or the Finder navigate to your Custom Dictionary file.
- Open it with a texteditor. I used BBEdit for Mac. I found that using Word itself for this job didn't work well. You should use a texteditor other than Word. When you open the .dic file you should see your single work inside, followed by a blank line.
- Paste in your word list here, with a single word on each line.
- Save this file. Keep the .dic extension.
Now, reopen Word and you should have a working custom dictionary.
Turn the other custom dictionaries back on
You can now turn your other custom dictionaries back on if you want.