Skip to content

A port of Ultimate ECDICT database for Dictd.

License

Notifications You must be signed in to change notification settings

simsilver/dict-ecdict

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 

Repository files navigation

dict-ecdict

A port of Ultimate ECDICT database for Dictd

.
license

image

Dependencies

  • curl (makedpends)
  • python3 (makedepends)
  • make (makedepends)
  • dictd (depends/makedepends)

Build && Installation

make # MINI=false
sudo make install
yay -S dict-ecdict-git # for Arch-based distros

Configuration

Add these lines below to /etc/dict/dictd.conf:

database ecdict {
data /usr/share/dict/ecdict.dict.dz
index /usr/share/dict/ecdict.index
}

Then restart dictd.service:

systemctl restart dictd

Acknowledgements

  • dictd: DICT file format
  • ECDICT: released under MIT license, all rights reserved by the author

About

A port of Ultimate ECDICT database for Dictd.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 76.5%
  • Makefile 23.5%