I want a latin word list for research / reference purposes. (Like /usr/share/dict/words)
There would appear to be no such word list (apt-file search /usr/share/dict | sort | uniq | grep latin), but there is a DICT english latin dictionary: dict-freedict-eng-lat.
Is there an easy way to get a word list from this?
I tried some quick manual parsing of the .dz using sed but the format looks complicated enough that it needs a little parsing. I tried the dictunformat command, however it produces a c5 database which looks to be a binary format. I can't find tools to interact with such files.