yes it's american, but you can create your own dictionary for use with it, you just need a text file with each word for your dictionary on a separate line and run the buildDictionary script in the spellCheckFiles folder.
I installed the script and everything seems to work except the "suggest word" option. I'm connected to the internet as the instructions suggested but nothing happens when you click the button. I am running OS 10.10.3 on AE CC2014 and made sure to install the files in the Scripts folder. Is there anything I missed?
I don't have eagle's eyes to verify all spelling errors after long hours in front of computer, english is not my first language and I always get embarrassed when client send an e-mail to correct spelling mistakes... So it's time to change that for good! Congratulations! This is awesome!
PS: It's working great but for an unknown reason it can't display suggestions for the misspelled word detected "colission".
In case anybody is interested in using thebuildDictionary.jsx in AE CC versions to build their custom dictionaries they have to change line 37 which is: masterFilePath = fileGetDialog('Open the master list to create the dictionary structure','*');
to
masterFilePath = File.openDialog('Open the master list to create the dictionary structure','*');
Thanks for the update! I have been using this script for years and it's a life saver. If you're ever looking to add features it would be awesome if there was a button to display the misspelled text layer in the comp. Thanks.
When I click on suggest word nothing happens, the screen goes blank and there's only a cancel button. No word gets corrected.
Make sure you have the after effects setting: "Allow scripts to write files and access network" checked as the script queries a website to get the suggestions.
This setting is in different locations in the preferences panel depending on which version of after effects you're using (either scripting tab, or general tab in older versions of after effects).
Hi there, Just downloaded for AE 2022 – which folder do install in as it won't install automatically – I put all files and folders in the AE Scripts folder (Mac) but should they go in the (support) folder?
Hi there, Just downloaded for AE 2022 – which folder do install in as it won't install automatically – I put all files and folders in the AE Scripts folder (Mac) but should they go in the (support) folder?
Thanks
Bob
Hi Bob,
scripts folder is fine.
Alternatively, you can have the script anywhere, and go to the menu File->Scripts->Run Script File...
My company has a use case that would benefit from this plugin, but there are multiple concerns flagged around data privacy, security, and handling.
Is there any more information you could provide on what data goes where and why during the use of this plugin?
Hi Adrian,
The script does almost everything locally on your computer. The only time the script accesses the outside world is when you click the suggest word button for misspelled word. When you do this, the word in question gets sent to my web server, which returns a list of words that may be what you meant.
That's it. The only data sent outside your computer is misspelled words (and only if you click the suggest word button).
Hello, I keep trying to start the script but it says: Script Alert: "Can't find dictionary file can you show me where it is?" after clicking yes it says "unable to execute script at line 86. function folderGetDialog is undefined"
What am I doing wrong? One time it showed the spellcheck window with a few buttons that I was unable to expand. after closing and trying to reopen, the program kept doing the above again.
Did not work for me. I'm on windows 10 and it came up with a pop up saying couldn't find my Dictionary Directory, It then gave me a pop up window making it difficult to get to where it is which according to hardly any sources is under %appData% but I couldn't get there from the window. then it gave me an error code.
You can download the script for free and give it a try. I bet it works!
If that is what you are trying to do, I don't think it will work, but it would be pretty easy to test.
masterFilePath = fileGetDialog('Open the master list to create the dictionary structure','*');
Alternatively, you can have the script anywhere, and go to the menu File->Scripts->Run Script File...
and navigate to the script
Script Alert: "Can't find dictionary file can you show me where it is?"
after clicking yes it says "unable to execute script at line 86. function folderGetDialog is undefined"
What am I doing wrong? One time it showed the spellcheck window with a few buttons that I was unable to expand. after closing and trying to reopen, the program kept doing the above again.
Thanks for your help!