Use offline dictionaries as fallback
Bug #930228 reported by
Steve G.
This bug affects 2 people
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Lingo |
New
|
Undecided
|
Unassigned |
Bug Description
When no internet connection can be established, lingo should use locally installed dictionaries as data source. I use lingo a lot f.e. and sometimes I don't have an internet connection, which makes lingo useless. And I doubt I'm the only one who encounters that problem.
Changed in lingo-dictionary: | |
milestone: | none → next |
To post a comment you must log in.
Thanks for your report, Steve.
This gets discussed often, and here's what my position is:
Quality is the #1 issue.
The reason I went through the trouble of finding a free online dictionary API, communicating with the organization behind it, and implementing an API client for it is because I don't know of any offline dictionaries with solid quality.
Basically every other dictionary program for Linux uses WordNet, but I and others tend to agree that the results are far inferior from a professional, commercially-driven project that aggregates multiple data sources and spends a great deal of effort assuring quality. (In fact, Wordnik [the API Lingo currently uses] actually uses WordNet as one of its data sources).
Effectively, I see it as a compromise between quality and convenience (or availability).
One potential solution is to, as you suggested, fall back to an offline dictionary when an Internet connection is not available. The obvious problem with this is that Lingo would have different results of different (substantially lesser) quality when offline as opposed to offline.
It's a tricky situation, at best. I'll leave this bug open for discussion, but that's where I stand as of now.