author | Oleksandr Gavenko <gavenkoa@gmail.com> |
Fri, 20 Jan 2012 18:44:02 +0200 | |
changeset 1204 | 8f0d869b37bf |
parent 1144 | 699a601ea74d |
child 1334 | 9bf0d5a1f0cf |
permissions | -rw-r--r-- |
958 | 1 |
.. -*- coding: utf-8; -*- |
2 |
||
3 |
============= |
|
4 |
Dictionary. |
|
5 |
============= |
|
6 |
.. contents:: |
|
7 |
||
8 |
GoldenDict. |
|
9 |
=========== |
|
10 |
||
11 |
http://ru.wikipedia.org/wiki/GoldenDict |
|
12 |
||
13 |
StarDict. |
|
14 |
========= |
|
15 |
||
16 |
stardic - an English-Chinese dictionary software for Unix |
|
17 |
stardic-gtk |
|
18 |
stardic-gnome |
|
19 |
||
20 |
See |
|
21 |
||
22 |
http://sourceforge.net/projects/sdcv/ |
|
23 |
http://en.wikipedia.org/wiki/Stardict |
|
24 |
||
25 |
sdcv. |
|
26 |
===== |
|
27 |
||
28 |
sdcv is the command line version of StarDict. |
|
29 |
||
30 |
If set STARDICT_DATA_DIR, sdcv uses dir $STARDICT_DATA_DIR/dic as data directory. |
|
31 |
||
32 |
See |
|
33 |
||
34 |
http://sdcv.sourceforge.net/ |
|
35 |
http://en.wikipedia.org/wiki/Sdcv |
|
36 |
||
37 |
dict. |
|
38 |
===== |
|
39 |
||
40 |
CLI client to dictd. |
|
41 |
||
42 |
qstardict. |
|
43 |
========== |
|
44 |
||
45 |
International dictionary written using Qt4. |
|
46 |
||
47 |
fantasdic - dictionary application |
|
48 |
================================== |
|
49 |
||
50 |
kdict. |
|
51 |
====== |
|
52 |
||
53 |
Dictionary client for KDE. |
|
54 |
||
55 |
opendict. |
|
56 |
========= |
|
57 |
||
58 |
Computer dictionary for several dictionary formats. |
|
59 |
||
60 |
Clear text dict format. |
|
61 |
======================= |
|
62 |
||
63 |
dicML. |
|
64 |
------ |
|
65 |
||
66 |
dicML is an XML-based markup language currently being developed to describe |
|
67 |
the contents of dictionaries. |
|
68 |
||
69 |
http://gml.gidoo.de/eng/index.html |
|
70 |
http://en.wikipedia.org/wiki/DicML |
|
71 |
||
72 |
XDXF. |
|
73 |
----- |
|
74 |
||
75 |
XDXF (XML Dictionary eXchange Format) is a project to unite all existing open |
|
76 |
dictionaries and provide both users and developers with universal XML-based |
|
77 |
format, convertible from and to other popular formats like Mova, PtkDic, |
|
78 |
StarDict. |
|
79 |
||
80 |
http://xdxf.revdanica.com/ |
|
81 |
http://en.wikipedia.org/wiki/XDXF |
|
82 |
||
83 |
Binary dict format. |
|
84 |
=================== |
|
85 |
||
86 |
DICT. |
|
87 |
----- |
|
88 |
||
89 |
DICT is a dictionary network protocol created by the DICT Development Group. |
|
90 |
It is described by RFC 2229. Its goal is to surpass the Webster protocol and |
|
91 |
to allow clients to access more dictionaries during use. Dict servers and |
|
92 |
clients use TCP port 2628. |
|
93 |
||
94 |
http://www.dict.org |
|
95 |
http://en.wikipedia.org/wiki/DICT |
|
96 |
||
97 |
dictd. |
|
98 |
====== |
|
99 |
||
100 |
Dict servers and clients use TCP port 2628. |
|
101 |
||
102 |
See |
|
103 |
||
104 |
http://www.dict.org/ |
|
105 |
http://tools.ietf.org/html/rfc2229 |
|
106 |
http://en.wikipedia.org/wiki/DICT |
|
107 |
||
108 |
Free dictionaries. |
|
109 |
================== |
|
110 |
||
111 |
The Jargon Lexicon. |
|
112 |
------------------- |
|
113 |
:: |
|
114 |
||
115 |
$ sudo apt-get install dict-jargon |
|
116 |
||
117 |
||
118 |
The Devil's Dictionary. |
|
119 |
----------------------- |
|
120 |
||
121 |
A satirical, cynical and irreverent dictionary of common words:: |
|
122 |
||
123 |
$ sudo apt-get install dict-devil |
|
124 |
||
125 |
http://en.wikipedia.org/wiki/Devil%27s_Dictionary |
|
126 |
Wikipedia. |
|
127 |
||
128 |
Free On-line Dictionary of Computing (FOLDOC). |
|
129 |
---------------------------------------------- |
|
130 |
:: |
|
131 |
||
132 |
$ sudo apt-get install dict-foldoc |
|
133 |
||
134 |
http://en.wikipedia.org/wiki/FOLDOC |
|
135 |
Wikipedia. |
|
136 |
||
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 |
|
699a601ea74d
Monolingual learner's dictionary
Oleksandr Gavenko <gavenkoa@gmail.com>
parents:
958
diff
changeset
|
174 |
http://en.wikipedia.org/wiki/Monolingual_learner%27s_dictionary |
699a601ea74d
Monolingual learner's dictionary
Oleksandr Gavenko <gavenkoa@gmail.com>
parents:
958
diff
changeset
|
175 |
Monolingual learner's dictionary |
699a601ea74d
Monolingual learner's dictionary
Oleksandr Gavenko <gavenkoa@gmail.com>
parents:
958
diff
changeset
|
176 |