Skip to content

Latest commit

 

History

History
10 lines (6 loc) · 282 Bytes

README.md

File metadata and controls

10 lines (6 loc) · 282 Bytes

VAMDC-Dictionaries

Library containing various VAMDC dictionaries as Java enums.

Relies on http://dictionary.vamdc.org/dict.sqlite

run src/generate/dictionaryGenerator.sh to update the dictionary classes from the database.

Needs sqlite3 binary to run properly.