09-29-2017, 05:41 AM
(This post was last modified: 09-30-2017, 05:36 AM by devilsadvocate.)
Seek and you shall find.
https://github.com/wooorm/dictionaries
https://github.com/titoBouzout/Dictionaries
Now I need to figure out how to apply rules to multi-byte utf-8 characters. *logs off to research more*
To edit the trailing slash out of the files, you can run this command.
find . -name \*.dic -exec sed -i 's-/.*--g' {} \;
https://github.com/wooorm/dictionaries
https://github.com/titoBouzout/Dictionaries
Now I need to figure out how to apply rules to multi-byte utf-8 characters. *logs off to research more*
To edit the trailing slash out of the files, you can run this command.
find . -name \*.dic -exec sed -i 's-/.*--g' {} \;