Hi,
I'm interested to see if I can develop a simple 'dictionary' app to look up the definition of a word, and wanted to check if it was known whether there is an open source English dictionary file that can be used to provide the data for this?
Many thanks for any advice.
Kind regards,
Glenn
Open source english dictionary availability
Moderators: FourthWorld, heatherlaine, Klaus, kevinmiller
Re: Open source english dictionary availability
Heya glenn9,
Sure there are... Or you can write your own program to create one...
Sure there are... Or you can write your own program to create one...

Re: Open source english dictionary availability
bogs,
many thanks, that was really helpful - I guess I wasn't asking the correct question in the search engine!
Kind regards,
Glenn
many thanks, that was really helpful - I guess I wasn't asking the correct question in the search engine!
Kind regards,
Glenn
-
- VIP Livecode Opensource Backer
- Posts: 10049
- Joined: Sat Apr 08, 2006 7:05 am
- Contact:
Re: Open source english dictionary availability
Thanks, Bogs. The first on that list is in JSON format so it's easy to use, and its license file notes that the author has generously placed it into the public domain. An especially good find.
https://github.com/dwyl/english-words/
https://github.com/dwyl/english-words/
Richard Gaskin
LiveCode development, training, and consulting services: Fourth World Systems
LiveCode Group on Facebook
LiveCode Group on LinkedIn
LiveCode development, training, and consulting services: Fourth World Systems
LiveCode Group on Facebook
LiveCode Group on LinkedIn
Re: Open source english dictionary availability
Actually, due to me coming across your generous htmToText template function, I chose the route of writing my own as you see pictured above heh heh, so THANK YOU Richard

At the moment, I just submit the word through Merriam-Websters site, cut a little here, a little there, and presto chango as they say.
