For a dictionary/thesaurus I am currently using dictd:
https://github.com/cheusov/dictd
The actual word data comes from several of the sources that
are listed here:
https://en.wikipedia.org/wiki/DICT
I am very satisfied with these resources but I am also curious
if there are any other dictionaries available for GNU/Linux,
and I am only interested in local, not online, resources.
I am aware of StarDict but have never used it.
https://stardict-4.sourceforge.net/index_en.php
Can anyone offer recommendations?
For a dictionary/thesaurus I am currently using dictd:
https://github.com/cheusov/dictd
The actual word data comes from several of the sources that
are listed here:
https://en.wikipedia.org/wiki/DICT
I am very satisfied with these resources but I am also curious
if there are any other dictionaries available for GNU/Linux,
and I am only interested in local, not online, resources.
I am aware of StarDict but have never used it.
https://stardict-4.sourceforge.net/index_en.php
Can anyone offer recommendations?
In Ubuntu repo i found: hunspell-en-gb, hyphen-en-gb, ienglish-common, language-pack-en, wamerican-huge, wamerican-insane, wamerican-large, wamerican-small, wamerican.
Yes: tell us who you think you're fooling.
For a dictionary/thesaurus I am currently using dictd:
https://github.com/cheusov/dictd
The actual word data comes from several of the sources that
are listed here:
https://en.wikipedia.org/wiki/DICT
I am very satisfied with these resources but I am also curious
if there are any other dictionaries available for GNU/Linux,
and I am only interested in local, not online, resources.
I am aware of StarDict but have never used it.
https://stardict-4.sourceforge.net/index_en.php
Can anyone offer recommendations?
I bet you can download wikitionary.org somehow, but I'm not sure what
tools exist to easily use the data.
Ah, here:
https://dumps.wikimedia.org/
And here: https://en.wiktionary.org/wiki/Wiktionary:Wiktionary-supported_software
Ah, here:
https://dumps.wikimedia.org/
should probably think about using local dumps
For a dictionary/thesaurus I am currently using dictd:
https://github.com/cheusov/dictd
The actual word data comes from several of the sources that
are listed here:
https://en.wikipedia.org/wiki/DICT
I am very satisfied with these resources but I am also curious
if there are any other dictionaries available for GNU/Linux,
and I am only interested in local, not online, resources.
I am aware of StarDict but have never used it.
https://stardict-4.sourceforge.net/index_en.php
Can anyone offer recommendations?
On Thu, 22 May 2025 22:17:54 +0000, Eli the Bearded wrote:
https://dumps.wikimedia.org/Thanks for these links.
https://en.wiktionary.org/wiki/Wiktionary:Wiktionary-supported_software
The enwiktionary is available for download but only as XML files and
I'm not sure how I can utilize these.
Wiki recommends GoldenDict as desktop software but GoldenDict only accepts certain formats.
I do not want any web interfaces. All lookups are to be done locally.
Web interface is not incompatible with done locally. You started this
with dict/dictd, which is a internet service. Just because it is an
internet service doesn't mean the client and the server can't be on the
same machine. I run a local webserver for local files and use either
Firefox or lynx to localhost to access them. But curl would also work.
On Fri, 23 May 2025 16:39:39 -0000 (UTC), Eli the Bearded wrote:
Yes, dictd is based on the client-server model but it is possible
to execute it locally on a one-shot basis. I use the following script:
#! /bin/bash
printf "define * \"$1\"\n" $1 | dictd -i
Call the script "check-word" and it will start the daemon,
look up the definition using the dictionaries specified in
/etc/dictd.conf, print to stdout, and then terminate the daemon.
------
still doesn't know exactly what OP wants
------
still doesn't know exactly what OP wants
For a dictionary/thesaurus I am currently using dictd:<snip>
Can anyone offer recommendations?
Le 23-05-2025, Eli the Bearded <*@eli.users.panix.com> a écrit :
------
still doesn't know exactly what OP wants
It's some kind of proof of sanity. There is no reason behind any of LP/DG/FF/FR/whatever request. He just want to make believe he knows what
a terminal is. He wouldn't know what to do with a dictionary.
Le 23-05-2025, Eli the Bearded <*@eli.users.panix.com> a écrit :
------
still doesn't know exactly what OP wants
It's some kind of proof of sanity. There is no reason behind any of LP/DG/FF/FR/whatever request. He just want to make believe he knows what
a terminal is. He wouldn't know what to do with a dictionary.
Sysop: | Keyop |
---|---|
Location: | Huddersfield, West Yorkshire, UK |
Users: | 546 |
Nodes: | 16 (3 / 13) |
Uptime: | 06:42:53 |
Calls: | 10,388 |
Calls today: | 3 |
Files: | 14,061 |
Messages: | 6,416,816 |
Posted today: | 1 |