LogoLogo
  • 👋Welcome
  • For the users
    • 📱Download
      • 🔄Update application
    • 📖Offline dictionaries
    • 🌐Dictionaries servers
    • ⁉️Support
  • For the developers
    • 🖥️Getting started
    • 🛠️Develop on Remède
      • 🔌Setup
      • 📁Structure
      • 🧸Development
      • ⚙️API
      • ✨Features
        • ✈️Offline
        • 📒Sheets
        • 🧰DICT Client
      • Android development
    • 📪API
  • Database
    • 🗃️Database
      • 📋Database schema
      • 🗒️Document schema
      • 📦Dataset
      • 🎶Rimes
      • 📍Internationalization
        • 🇬🇧English database
    • 🚧Build Dictionary
      • The building lifecycle
      • Generate my own database
      • About
    • 📌Remède for your project
    • 📎Available formats
      • DICT
      • XDXF
      • CSV
    • ©️Credits
  • Project
    • 📜Story
    • 🙏Contributing
      • 🌐Translation
    • 👣Lifecycles and infrastructure
    • ⏭️Remède Next
Powered by GitBook

Find us

  • Website
  • Github
  • Support

© 2025 The Remède Project and its contributors.

On this page
  • Download
  • How to convert

Was this helpful?

Edit on GitHub
  1. Database
  2. Available formats

DICT

The format created by the DICT Development Group.

PreviousAvailable formatsNextXDXF

Last updated 3 months ago

Was this helpful?

The DICT format is used by the dictd software. A dictionary is divided in two files: a .index file and a .dict file. For further information, see

Download

You can download the .index and .dict format for each dictionary directly from the .

How to convert

To convert Remède dictionaries databases to the DICT format, there is a prepare.py script.

First, execute the script

python3 dictd/prepare.py

Then, switch to the convert/dictionaries directory. Using dictfmt , generate the .index and .dict files.

dictfmt -e --utf8 --allchars -s "Remède Français" remede < remede.txt
dictfmt -e --utf8 --allchars -s "Remède English" remede.en < remede.en.txt

Remède database are now available in the DICT format at convert/dictionaries .

📎
Github Releases