Earlier quoted context omitted.
James Somer's excellent blog post (and mcphee-draft-no-4) provoked a fundamental shift in the way I rewrite. Can't understate its effect. Not the least of which is that I now turn to the 1913 Webster's several times a day. Agreed that the UI on the present iOS app is less than ideal. That said easy mobile access to those sublime definitions is super helpful. Gratitude to the dev. Will definitely be using Wordnote (gr…
> Agreed that the UI on the present iOS app is less than ideal. Which one do you use? I think there might be a few that use 1913 Webster's. I use this one [1]. It could be a lot better, but it works. [1] https://apps.apple.com/us/app/websters-writers-dictionary/id...
Why I built a dictionary app
161–170 of 187 posts
Re: Why I built a dictionary app
#162Re: Why I built a dictionary app
#163The Longman brand was associated with English as a second language, so all our digital products came with audio pronunciations, plus a lot of photos/illustrations. In some products we also had a simple quiz engine to test comprehension. So a lot of data to cram into each app.
Like now, it seems that SQLite does a lot of heavy lifting. A lot of time was spent making a pipeline that could get lexicographic material in to a searchable database, plus the associated sound and image assets. I recall that the SQLite lib built-in to iOS wasn't good enough, so I had to compile my own build and bundle within each app.
The Longman dictionary data was really good. At the time a lot of the free dictionary apps were using WordNet (which isn't even a typical dictionary) because wikitionary wasn't where is it now. I bet there are more avenues to acquire decent, free, lexical resources.
Re: Why I built a dictionary app
#164Re: Why I built a dictionary app
#165Earlier quoted context omitted.
That's a strange take. They won't they would fund some other org or dept to do the work. Same way you have a public education system, or public health care.
A dictionary is a creative, curated and editorial work. While I could see, in the US for example, the National Endowment for the Humanities supporting the work, it is very far removed from something like the National Institute if Standards and Technology. It is not a given that such work is best handled through the public purse.
Governments fund the arts all the time. Why is there automatically an assumption that this will end with the government editing the dictionary to control speech?
Re: Why I built a dictionary app
#166Re: Why I built a dictionary app
#167> I was worried about the speed of react-native querying a 21MB SQLite database. I often have similar concerns when writing code. Then I remember that "normal" applications send the query over the network to another continent, where a server has to query a HUGE database, and relay the result back. It's amazing how we have such powerful devices, but are so accustomed to underestimating their capacity.
Yes it takes more space, but phones can affordably be configured with 256GB and laptops with multiple TB of high speed storage nowadays.
Re: Why I built a dictionary app
#168Well this is... eerie. I just released Stictionary[1] on Friday. It is an offline, ad free, dictionary that remembers words you look up. It gives a word of the day and provides (admittedly underfeatured atm) flashcards to review your word lists. It includes optional syncing to keep your word lists across devices. I've been holding off posting about it while i complete the website[2]. Love to see someone else had such…
Why does Apple App Store say your app is 4 years old if you just released it this past week? Same goes for the OP?
Re: Why I built a dictionary app
#169Earlier quoted context omitted.
How did you manage to get the dictionaries for all those languages? If I didn’t miss it, that part is left open in the article after explaining how highly priced they are…
From the article: "I landed on the freeDictionary API that uses the Wiktionary as a source.".
Scraping, even via an api, is way less efficient imho.
Re: Why I built a dictionary app
#170Earlier quoted context omitted.
Looking up words is not stupid. Misusing words because you assume you know what they mean, that is stupid.
> Misusing words because you assume you know what they mean, that is stupid. But if you're sure you know what it means (albeit incorrectly), because that's what you've picked up or been taught and no-one has ever corrected or queried you, where would the impetus to look it up in a dictionary come from? You might have a case for "deliberately misusing words [...] is stupid" but there's a long comedic and literary trad…
I also think there is a shared sense of how fancy, big or difficult a word or phrase is considered. Look up the fancier words more often!
Another possibility of course is wanting to correct somebody else, but double checking the definition just to be sure before you do!