StarDict, developed by Hu Zheng (胡正), is a free GUI released under the GPL-3.0-or-later license for accessing StarDict dictionary files (a dictionary shell). It is the successor of StarDic, developed by Ma Su'an (馬蘇安), continuing its version numbers.
via Wikipedia infobox
This is the top level directory of StarDict project. StarDict project consists of StarDict dictionary and StarDict tools subprojects. The directory does not contain any code to be build, instead it passes control to subproject in order to configure and build them in correct order. In version 3.0.2 and before StarDict dictionary and StarDict tools were independent projects, they were distributed in separate tarball. There are many code pieces that may be shared between both project. They are mainly small convenience functions, but large classes like ones that read dictionary files may be shared as well. Common code was moved into a convenience library. This library does not mean to be installed on the client machine, it's linked statically with relevant programs. The new design of the project force that both StarDict dictionary and StarDict tools now be distributed in a single tarball. Configuring the project. By default, both StarDict dictionary and StarDict tools will be configured. You may disable any subproject with configure options --disable-dict and --disable-tools. For example, to configure only StarDict dictionary, invoke configure script as follows: ./configure --disable-tools It's recommended to configure and build StarDict in a separate directory to source code. That preserve the source tree clean. StarDict dictionary and StarDict tools subprojects support their own configuration options. To see the list of supported option, invoke the top level configure script with --help=recursive option, or invoke configure script in subprojects with --help option. Options passed to the top level configure script will be passed to configure script in subdirectories, that allows you to configure subprojects. For information about specific subproject, recurse into the respective subdirectory. Read README, INSTALL and other files. The project is licensed under GPL version 3 or (at your option) any later version. The following files are exceptions: dict/src/lib/ctype-utf8.cpp - GNU Library General Public License dict/src/lib/ctype-uca.cpp - GNU Library General Public License dict/src/eggaccelerators.h - GNU Library General Public License dict/src/eggaccelerators.cpp - GNU Library General Public License
~3 min read
StarDict, developed by Hu Zheng (胡正), is a free GUI released under the GPL-3.0-or-later license for accessing StarDict dictionary files (a dictionary shell). It is the successor of StarDic, developed by Ma Su'an (馬蘇安), continuing its version numbers.
According to StarDict's earlier homepage on SourceForge, the project has been removed from SourceForge due to copyright infringement reports. It moved to Google Code and then back to SourceForge, while development is now seemingly continued on GitHub.
Excerpt from the source-code README · 2,953 chars · not written by Vinony
via Wikidata · CC0
via Wikidata sitelinks · CC0
Discovered by embedding cosine similarity (sentence-transformers MiniLM, 384-dim).