Skip to content

hand-written dictionaries from the FreeDict project

Notifications You must be signed in to change notification settings

YesIKnowIT/fd-dictionaries

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

FreeDict - free bilingual dictionaries

The FreeDict project aims at providing free (open source) dictionary databases, to be used both by humans and machines

The official home is at http://freedict.org. This page details how to get and use the dictionaries. This document lists some resources if you want to develop and build the dictionaries yourself.

Sources

This repository only contains dictionaries which are not auto-imported, so which were converted once or written by hand. If you are searching for all dictionary sources, you should instead go to https://freedict.org/downloads, where you find the latest source releases of all dictionaries. Auto-imported dictionaries can also be found at https://download.freedict.org/generated.

Development

All dictionaries are encoded in TEI (version 5) which is a flexible XML format to encode human speech. The FreeDict project provides dictionaries but also style sheets to convert the TEI databases into human-readable formats.

At the moment, the dict format and the SLOB format are supported.

The development documentation is in our wiki at https://github.com/freedict/fd-dictionaries/wiki.

Installation

You can install precompiled dictionaries on GNU/Linux distributions like Debian (and all derived distributions as Ubuntu, Mint, etc.) and Arch Linux. Please have a look at your package manager.

If you still want to build from source and you don't want to read the wiki, here's a really quick getting started guide:

  • Get https://github.com/freedict/tools, clone it to a path without spaces and set an environment variable called FREEDICT_TOOLS pointing there.
  • Change to your dictionary, try make help. For building make should be enough, at least if you have both tei2slob and xsltproc installed. It's also possible to disable some of the output formats, ask our friendly buildsystem for help: make help.

About

hand-written dictionaries from the FreeDict project

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C 48.7%
  • CSS 14.8%
  • Makefile 13.9%
  • XSLT 9.4%
  • Shell 8.9%
  • Yacc 2.3%
  • Perl 2.0%