DICT

Last updated
DICT
Communication protocol
PurposeAllow clients access to remote dictionaries
Developer(s)DICT Development Group
IntroductionJanuary 1, 1997;28 years ago (1997-01-01)
OSI layer Application layer (7)
Port(s) 2628 (TCP)
RFC(s) 2229 A Dictionary Server Protocol

DICT is a dictionary network protocol created by the DICT Development Group [1] in 1997, described by RFC 2229. [2] Its goal is to surpass the Webster protocol to allow clients to access a variety of dictionaries via a uniform interface.

Contents

In section 3.2 of the DICT protocol RFC, queries and definitions are sent in clear-text, meaning that there is no encryption. Nevertheless, according to section 3.1 of the RFC, various forms of authentication (sans encryption) are supported, including Kerberos version 4. [2]

The protocol consists of a few commands a server must recognize so a client can access the available data and lookup word definitions. DICT servers and clients use TCP port 2628 by default. Queries are captured in the following URL scheme:

dict://<user>;<auth>@<host>:<port>/<c>:<word>:<database>:<strategy>:<n>

Resources for free dictionaries from DICT protocol servers

A repository of source files for the DICT Development group's dict protocol server (with a few sample dictionaries) is available online. [3]

Dictionaries of English

Bilingual dictionaries

DICT servers

DICT clients

A dictd server can be used from Telnet. For example, to connect to the DICT server on localhost, on a Unix system one can normally type:

telnet localhost dict

and then enter the command "help" to see the available commands. The standard dictd package also provides a "dict" command for command-line use.

More sophisticated DICT clients include:

There are also programs that read the DICT file format directly. For example, S60Dict, [20] is a dictionary program for Symbian Series 60 that uses DICT dictionaries. Additionally, some DICT clients, such as Fantasdic, are also capable of reading the DICT format directly.

Dict file format

The standard dictd [7] server made by the DICT Development Group [1] uses a special dict file format. It comprises two files, a .index file and a .dict file (or .dict.dz if compressed). These files are usually generated by a program called dictfmt. For example, the Unix command:

dictfmt--utf8--allchars-s"My Dictionary"-jmydict<mydict.txt 

will compile a Unicode-compatible DICT file called mydict, with heading My Dictionary, from mydict.txt which is in Jargon File format i.e.:

:word1:definition 1 :word2:definition 2 etc.

Once the dictionary file has been produced, it can be easily installed on a server with commands similar to this:

mv mydict.dict mydict.index /usr/share/dictd/ /usr/sbin/dictdconfig—write /etc/init.d/dictd restart

Format converters

dictzip

In order to efficiently store dictionary data, dictzip, an extension to the gzip compression format (also the name of the utility), can be used to compress a .dict file. Dictzip compresses file in chunks and stores the chunk index in the gzip file header, thus allowing random access to the data.

See also

References

  1. 1 2 "dict.org". Dict.org. Retrieved 16 October 2014.
  2. 1 2 Faith, Rickard E.; Martin, Bret (October 1997). "rfc2229". datatracker.ietf.org. Retrieved 2021-09-11.
  3. "dict.org: Resources". Dict.org. Archived from the original on 30 August 2020. Retrieved 11 September 2021.
  4. "U.S. Gazetteer". www.census.gov. Archived from the original on 1 January 1997. Retrieved 13 January 2022.
  5. "delorie.com". Delorie.com. Retrieved 16 October 2014.
  6. "freedict.org". FreeDict Project. Retrieved 28 October 2017.
  7. 1 2 3 "DICT Development Group". SourceForge. Retrieved 2021-09-11.
  8. "ndl.kie.ua". Ndl.kiev.ua. 26 March 2010. Retrieved 16 October 2014.
  9. "gnu.org". Gnu.org. Retrieved 16 October 2014.
  10. Ho Ngoc Duc. "informatik.uni-leipzig.de". Informatik.uni-leipzig.de. Retrieved 16 October 2014.
  11. "DICT Client". SourceForge. Archived from the original on 5 May 2013. Retrieved 11 September 2021.
  12. "DictEm - Dictionary client for Emacs download". SourceForge. 17 June 2015. Archived from the original on 1 October 2015.
  13. "garage: MaemoDict: Project Info". Garage.maemo.org. Retrieved 2015-03-07.
  14. "mozdev.org - dict: index". Dict.mozdev.org. Archived from the original on 2009-12-26. Retrieved 2015-03-07.
  15. "OKDict". Kilargo. Retrieved 2015-03-07.
  16. "Presentation". Pentila. Archived from the original on 22 October 2008.
  17. "Start —". Zope.org. Retrieved 2015-03-07.
  18. "Pentila Néro". Pentila.com. Archived from the original on 2007-02-05. Retrieved 2015-03-07.
  19. "apps:xfce4-dict:start [Xfce Docs]". docs.xfce.org. Retrieved 2022-01-27.
  20. Giannakakis, Kostas. "S60Dict". Archived from the original on 11 June 2013.
  21. "Linguae, gestionnaire de dictionnaires". Linguae.stalikez.info. Retrieved 2015-03-07.
  22. "soshial/xdxf_makedict · GitHub". Github.com. Retrieved 2015-03-07.