Open source english dictionary availability

Got a LiveCode personal license? Are you a beginner, hobbyist or educator that's new to LiveCode? This forum is the place to go for help getting started. Welcome!

Moderators: FourthWorld, heatherlaine, Klaus, kevinmiller

Post Reply
glenn9
Posts: 234
Joined: Wed Jan 15, 2020 10:45 pm

Open source english dictionary availability

Post by glenn9 » Mon Mar 09, 2020 9:35 am

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

bogs
Posts: 5480
Joined: Sat Feb 25, 2017 10:45 pm

Re: Open source english dictionary availability

Post by bogs » Mon Mar 09, 2020 9:58 am

Heya glenn9,

Sure there are...
aPic_opensourceDictionary.png
You just need to ask the right search engine...
Or you can write your own program to create one...
aPic_scraper.png
Take a little off the top...
Image

glenn9
Posts: 234
Joined: Wed Jan 15, 2020 10:45 pm

Re: Open source english dictionary availability

Post by glenn9 » Mon Mar 09, 2020 12:58 pm

bogs,

many thanks, that was really helpful - I guess I wasn't asking the correct question in the search engine!

Kind regards,

Glenn

FourthWorld
VIP Livecode Opensource Backer
VIP Livecode Opensource Backer
Posts: 10049
Joined: Sat Apr 08, 2006 7:05 am
Contact:

Re: Open source english dictionary availability

Post by FourthWorld » Mon Mar 09, 2020 4:56 pm

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/
Richard Gaskin
LiveCode development, training, and consulting services: Fourth World Systems
LiveCode Group on Facebook
LiveCode Group on LinkedIn

bogs
Posts: 5480
Joined: Sat Feb 25, 2017 10:45 pm

Re: Open source english dictionary availability

Post by bogs » Mon Mar 09, 2020 10:12 pm

FourthWorld wrote:
Mon Mar 09, 2020 4:56 pm
Thanks, Bogs...
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 :D

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.
Image

Post Reply