Free Programmable & Searchable Dictionaries

If you had to build a custom spell check functionality or something similar for your application, there are thankfully free Dictionaries in text and database format.
  1. FOLDOC is a searchable dictionary available as a text file and offered under the GNU Free Documentation License. You can use a database tool like SSIS to convert the dictionary into a database table & validate your words against it.
  2. WordNet from Princeton University is unencumbered for commercial use. ObjectGraph has a SQL Server database version of it.

Comments

Popular posts from this blog

Datawrapper Makes Data Beautiful & Insightful

GitHub Copilot Q&A - 1

This Week I Learned - Week #3 2025