author | Oleksandr Gavenko <gavenkoa@gmail.com> |
Sat, 10 Feb 2018 01:36:16 +0200 | |
changeset 2229 | 1a0b6597e594 |
parent 2228 | 837f1337c59b |
permissions | -rw-r--r-- |
958 | 1 |
.. -*- coding: utf-8; -*- |
2 |
||
3 |
============= |
|
4 |
Dictionary. |
|
5 |
============= |
|
6 |
.. contents:: |
|
1905
fba288d59662
Include only local subsections into TOC. This prevent duplication of
Oleksandr Gavenko <gavenkoa@gmail.com>
parents:
1334
diff
changeset
|
7 |
:local: |
958 | 8 |
|
9 |
GoldenDict. |
|
10 |
=========== |
|
11 |
||
2228
837f1337c59b
Removed indentation that compiled into <blockquote>.
Oleksandr Gavenko <gavenkoa@gmail.com>
parents:
1912
diff
changeset
|
12 |
* http://ru.wikipedia.org/wiki/GoldenDict |
958 | 13 |
|
14 |
StarDict. |
|
15 |
========= |
|
16 |
||
17 |
stardic - an English-Chinese dictionary software for Unix |
|
18 |
stardic-gtk |
|
19 |
stardic-gnome |
|
20 |
||
21 |
See |
|
22 |
||
2228
837f1337c59b
Removed indentation that compiled into <blockquote>.
Oleksandr Gavenko <gavenkoa@gmail.com>
parents:
1912
diff
changeset
|
23 |
* http://sourceforge.net/projects/sdcv/ |
837f1337c59b
Removed indentation that compiled into <blockquote>.
Oleksandr Gavenko <gavenkoa@gmail.com>
parents:
1912
diff
changeset
|
24 |
* http://en.wikipedia.org/wiki/Stardict |
958 | 25 |
|
26 |
sdcv. |
|
27 |
===== |
|
28 |
||
29 |
sdcv is the command line version of StarDict. |
|
30 |
||
31 |
If set STARDICT_DATA_DIR, sdcv uses dir $STARDICT_DATA_DIR/dic as data directory. |
|
32 |
||
33 |
See |
|
34 |
||
2228
837f1337c59b
Removed indentation that compiled into <blockquote>.
Oleksandr Gavenko <gavenkoa@gmail.com>
parents:
1912
diff
changeset
|
35 |
* http://sdcv.sourceforge.net/ |
837f1337c59b
Removed indentation that compiled into <blockquote>.
Oleksandr Gavenko <gavenkoa@gmail.com>
parents:
1912
diff
changeset
|
36 |
* http://en.wikipedia.org/wiki/Sdcv |
958 | 37 |
|
38 |
dict. |
|
39 |
===== |
|
40 |
||
41 |
CLI client to dictd. |
|
42 |
||
43 |
qstardict. |
|
44 |
========== |
|
45 |
||
46 |
International dictionary written using Qt4. |
|
47 |
||
48 |
fantasdic - dictionary application |
|
49 |
================================== |
|
50 |
||
51 |
kdict. |
|
52 |
====== |
|
53 |
||
54 |
Dictionary client for KDE. |
|
55 |
||
56 |
opendict. |
|
57 |
========= |
|
58 |
||
59 |
Computer dictionary for several dictionary formats. |
|
60 |
||
61 |
Clear text dict format. |
|
62 |
======================= |
|
63 |
||
64 |
dicML. |
|
65 |
------ |
|
66 |
||
67 |
dicML is an XML-based markup language currently being developed to describe |
|
68 |
the contents of dictionaries. |
|
69 |
||
2228
837f1337c59b
Removed indentation that compiled into <blockquote>.
Oleksandr Gavenko <gavenkoa@gmail.com>
parents:
1912
diff
changeset
|
70 |
* http://gml.gidoo.de/eng/index.html |
837f1337c59b
Removed indentation that compiled into <blockquote>.
Oleksandr Gavenko <gavenkoa@gmail.com>
parents:
1912
diff
changeset
|
71 |
* http://en.wikipedia.org/wiki/DicML |
958 | 72 |
|
73 |
XDXF. |
|
74 |
----- |
|
75 |
||
76 |
XDXF (XML Dictionary eXchange Format) is a project to unite all existing open |
|
77 |
dictionaries and provide both users and developers with universal XML-based |
|
78 |
format, convertible from and to other popular formats like Mova, PtkDic, |
|
79 |
StarDict. |
|
80 |
||
2228
837f1337c59b
Removed indentation that compiled into <blockquote>.
Oleksandr Gavenko <gavenkoa@gmail.com>
parents:
1912
diff
changeset
|
81 |
* http://xdxf.revdanica.com/ |
837f1337c59b
Removed indentation that compiled into <blockquote>.
Oleksandr Gavenko <gavenkoa@gmail.com>
parents:
1912
diff
changeset
|
82 |
* http://en.wikipedia.org/wiki/XDXF |
958 | 83 |
|
84 |
Binary dict format. |
|
85 |
=================== |
|
86 |
||
87 |
DICT. |
|
88 |
----- |
|
89 |
||
90 |
DICT is a dictionary network protocol created by the DICT Development Group. |
|
91 |
It is described by RFC 2229. Its goal is to surpass the Webster protocol and |
|
92 |
to allow clients to access more dictionaries during use. Dict servers and |
|
93 |
clients use TCP port 2628. |
|
94 |
||
2228
837f1337c59b
Removed indentation that compiled into <blockquote>.
Oleksandr Gavenko <gavenkoa@gmail.com>
parents:
1912
diff
changeset
|
95 |
* http://www.dict.org |
837f1337c59b
Removed indentation that compiled into <blockquote>.
Oleksandr Gavenko <gavenkoa@gmail.com>
parents:
1912
diff
changeset
|
96 |
* http://en.wikipedia.org/wiki/DICT |
958 | 97 |
|
98 |
dictd. |
|
99 |
====== |
|
100 |
||
101 |
Dict servers and clients use TCP port 2628. |
|
102 |
||
103 |
See |
|
104 |
||
2228
837f1337c59b
Removed indentation that compiled into <blockquote>.
Oleksandr Gavenko <gavenkoa@gmail.com>
parents:
1912
diff
changeset
|
105 |
* http://www.dict.org/ |
837f1337c59b
Removed indentation that compiled into <blockquote>.
Oleksandr Gavenko <gavenkoa@gmail.com>
parents:
1912
diff
changeset
|
106 |
* http://tools.ietf.org/html/rfc2229 |
837f1337c59b
Removed indentation that compiled into <blockquote>.
Oleksandr Gavenko <gavenkoa@gmail.com>
parents:
1912
diff
changeset
|
107 |
* http://en.wikipedia.org/wiki/DICT |
958 | 108 |
|
109 |
Free dictionaries. |
|
110 |
================== |
|
111 |
||
112 |
The Jargon Lexicon. |
|
113 |
------------------- |
|
114 |
:: |
|
115 |
||
116 |
$ sudo apt-get install dict-jargon |
|
117 |
||
118 |
||
119 |
The Devil's Dictionary. |
|
120 |
----------------------- |
|
121 |
||
122 |
A satirical, cynical and irreverent dictionary of common words:: |
|
123 |
||
124 |
$ sudo apt-get install dict-devil |
|
125 |
||
2228
837f1337c59b
Removed indentation that compiled into <blockquote>.
Oleksandr Gavenko <gavenkoa@gmail.com>
parents:
1912
diff
changeset
|
126 |
http://en.wikipedia.org/wiki/Devil%27s_Dictionary |
837f1337c59b
Removed indentation that compiled into <blockquote>.
Oleksandr Gavenko <gavenkoa@gmail.com>
parents:
1912
diff
changeset
|
127 |
Wikipedia. |
958 | 128 |
|
129 |
Free On-line Dictionary of Computing (FOLDOC). |
|
130 |
---------------------------------------------- |
|
131 |
:: |
|
132 |
||
133 |
$ sudo apt-get install dict-foldoc |
|
134 |
||
2228
837f1337c59b
Removed indentation that compiled into <blockquote>.
Oleksandr Gavenko <gavenkoa@gmail.com>
parents:
1912
diff
changeset
|
135 |
http://en.wikipedia.org/wiki/FOLDOC |
837f1337c59b
Removed indentation that compiled into <blockquote>.
Oleksandr Gavenko <gavenkoa@gmail.com>
parents:
1912
diff
changeset
|
136 |
Wikipedia. |
958 | 137 |
|
138 |
Comprehensive English Dictionary. |
|
139 |
--------------------------------- |
|
140 |
||
141 |
GCIDE contains the full text of the 1913 Webster's Unabridged Dictionary, |
|
142 |
supplemented by many definitions from WordNet, the Century Dictionary, 1906, and |
|
143 |
many additional definitions contributed by volunteers:: |
|
144 |
||
145 |
$ sudo apt-get install dict-gcide |
|
146 |
||
147 |
Largest and most comprehensive thesaurus. |
|
148 |
----------------------------------------- |
|
149 |
:: |
|
150 |
||
151 |
$ sudo apt-get install dict-moby-thesaurus |
|
152 |
||
153 |
Dictionary of computer related acronyms. |
|
154 |
---------------------------------------- |
|
155 |
:: |
|
156 |
||
157 |
$ sudo apt-get install dict-vera |
|
158 |
||
159 |
WordNet. |
|
160 |
-------- |
|
161 |
:: |
|
162 |
||
163 |
$ sudo apt-get install dict-wn |
|
164 |
||
165 |
Misc. |
|
166 |
----- |
|
167 |
:: |
|
168 |
||
169 |
$ sudo apt-get install dict-elements |
|
170 |
||
1144
699a601ea74d
Monolingual learner's dictionary
Oleksandr Gavenko <gavenkoa@gmail.com>
parents:
958
diff
changeset
|
171 |
Notable dictionaries. |
699a601ea74d
Monolingual learner's dictionary
Oleksandr Gavenko <gavenkoa@gmail.com>
parents:
958
diff
changeset
|
172 |
===================== |
699a601ea74d
Monolingual learner's dictionary
Oleksandr Gavenko <gavenkoa@gmail.com>
parents:
958
diff
changeset
|
173 |
|
2228
837f1337c59b
Removed indentation that compiled into <blockquote>.
Oleksandr Gavenko <gavenkoa@gmail.com>
parents:
1912
diff
changeset
|
174 |
http://en.wikipedia.org/wiki/Monolingual_learner%27s_dictionary |
837f1337c59b
Removed indentation that compiled into <blockquote>.
Oleksandr Gavenko <gavenkoa@gmail.com>
parents:
1912
diff
changeset
|
175 |
Monolingual learner's dictionary. |
1144
699a601ea74d
Monolingual learner's dictionary
Oleksandr Gavenko <gavenkoa@gmail.com>
parents:
958
diff
changeset
|
176 |