author | Oleksandr Gavenko <gavenkoa@gmail.com> |
Mon, 22 Feb 2016 12:41:52 +0200 | |
changeset 1903 | 901e7394849f |
parent 1334 | 9bf0d5a1f0cf |
child 1905 | fba288d59662 |
permissions | -rw-r--r-- |
958 | 1 |
.. -*- coding: utf-8; -*- |
1334
9bf0d5a1f0cf
Include common header with quick links.
Oleksandr Gavenko <gavenkoa@gmail.com>
parents:
1144
diff
changeset
|
2 |
.. include:: HEADER.rst |
958 | 3 |
|
4 |
============= |
|
5 |
Dictionary. |
|
6 |
============= |
|
7 |
.. contents:: |
|
8 |
||
9 |
GoldenDict. |
|
10 |
=========== |
|
11 |
||
12 |
http://ru.wikipedia.org/wiki/GoldenDict |
|
13 |
||
14 |
StarDict. |
|
15 |
========= |
|
16 |
||
17 |
stardic - an English-Chinese dictionary software for Unix |
|
18 |
stardic-gtk |
|
19 |
stardic-gnome |
|
20 |
||
21 |
See |
|
22 |
||
23 |
http://sourceforge.net/projects/sdcv/ |
|
24 |
http://en.wikipedia.org/wiki/Stardict |
|
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 |
||
35 |
http://sdcv.sourceforge.net/ |
|
36 |
http://en.wikipedia.org/wiki/Sdcv |
|
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 |
||
70 |
http://gml.gidoo.de/eng/index.html |
|
71 |
http://en.wikipedia.org/wiki/DicML |
|
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 |
||
81 |
http://xdxf.revdanica.com/ |
|
82 |
http://en.wikipedia.org/wiki/XDXF |
|
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 |
||
95 |
http://www.dict.org |
|
96 |
http://en.wikipedia.org/wiki/DICT |
|
97 |
||
98 |
dictd. |
|
99 |
====== |
|
100 |
||
101 |
Dict servers and clients use TCP port 2628. |
|
102 |
||
103 |
See |
|
104 |
||
105 |
http://www.dict.org/ |
|
106 |
http://tools.ietf.org/html/rfc2229 |
|
107 |
http://en.wikipedia.org/wiki/DICT |
|
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 |
||
126 |
http://en.wikipedia.org/wiki/Devil%27s_Dictionary |
|
127 |
Wikipedia. |
|
128 |
||
129 |
Free On-line Dictionary of Computing (FOLDOC). |
|
130 |
---------------------------------------------- |
|
131 |
:: |
|
132 |
||
133 |
$ sudo apt-get install dict-foldoc |
|
134 |
||
135 |
http://en.wikipedia.org/wiki/FOLDOC |
|
136 |
Wikipedia. |
|
137 |
||
138 |
||
139 |
Comprehensive English Dictionary. |
|
140 |
--------------------------------- |
|
141 |
||
142 |
GCIDE contains the full text of the 1913 Webster's Unabridged Dictionary, |
|
143 |
supplemented by many definitions from WordNet, the Century Dictionary, 1906, and |
|
144 |
many additional definitions contributed by volunteers:: |
|
145 |
||
146 |
$ sudo apt-get install dict-gcide |
|
147 |
||
148 |
Largest and most comprehensive thesaurus. |
|
149 |
----------------------------------------- |
|
150 |
:: |
|
151 |
||
152 |
$ sudo apt-get install dict-moby-thesaurus |
|
153 |
||
154 |
Dictionary of computer related acronyms. |
|
155 |
---------------------------------------- |
|
156 |
:: |
|
157 |
||
158 |
$ sudo apt-get install dict-vera |
|
159 |
||
160 |
WordNet. |
|
161 |
-------- |
|
162 |
:: |
|
163 |
||
164 |
$ sudo apt-get install dict-wn |
|
165 |
||
166 |
Misc. |
|
167 |
----- |
|
168 |
:: |
|
169 |
||
170 |
$ sudo apt-get install dict-elements |
|
171 |
||
1144
699a601ea74d
Monolingual learner's dictionary
Oleksandr Gavenko <gavenkoa@gmail.com>
parents:
958
diff
changeset
|
172 |
Notable dictionaries. |
699a601ea74d
Monolingual learner's dictionary
Oleksandr Gavenko <gavenkoa@gmail.com>
parents:
958
diff
changeset
|
173 |
===================== |
699a601ea74d
Monolingual learner's dictionary
Oleksandr Gavenko <gavenkoa@gmail.com>
parents:
958
diff
changeset
|
174 |
|
699a601ea74d
Monolingual learner's dictionary
Oleksandr Gavenko <gavenkoa@gmail.com>
parents:
958
diff
changeset
|
175 |
http://en.wikipedia.org/wiki/Monolingual_learner%27s_dictionary |
699a601ea74d
Monolingual learner's dictionary
Oleksandr Gavenko <gavenkoa@gmail.com>
parents:
958
diff
changeset
|
176 |
Monolingual learner's dictionary |
699a601ea74d
Monolingual learner's dictionary
Oleksandr Gavenko <gavenkoa@gmail.com>
parents:
958
diff
changeset
|
177 |