2025-06-28 03:43:14 +00:00
2025-06-25 05:12:09 -04:00
2025-06-25 04:32:13 -04:00
2025-06-25 00:54:43 +00:00
2025-06-25 02:16:35 -04:00
2025-06-28 03:43:14 +00:00

valDict

A very simple computer readable online dictionary based entirely off of data from Wiktionary that uses data made with Wiktextract.

valDict can be served using the built in react server that comes with this repo, or your choice of web server.

Building

Firstly, you need the "large_dir" option enabled in your filesystem and "dir_index" will also help speed things up, they can be enabled with


tune2fs -O large_dir /dev/DEVICE
tune2fs -O dir_index /dev/DEVICE

#DEVICE can be found with lsblk

building valDict is very easy, just clone the repo and run: ./downloadDict.sh then run ./cleanbuild.sh (beware, building takes a LONGGGG time... (has to write 20gb~ worth of files)) RUN AT OWN RISK BE CAREFUL CAREFUL CAREFUL

Description
No description provided
Readme GFDL-1.3 64 KiB
2025-06-25 03:29:21 +00:00
Languages
JavaScript 82.7%
Shell 17.3%