From e5ba24d6dc7a58381dddbfca6c7e64cd84ec833e Mon Sep 17 00:00:00 2001 From: "uni@bor.mac" Date: Sun, 20 Jul 2025 20:45:12 +0200 Subject: [PATCH] texdict/todo.md: add inspo for data structures --- texdict/todo.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/texdict/todo.md b/texdict/todo.md index c94553f..5d11723 100644 --- a/texdict/todo.md +++ b/texdict/todo.md @@ -2,6 +2,12 @@ - [ ] test with example5.tex - [ ] make tex parser cleaner and think more about structure of entries and levels + - [ ] what about root of a word? + - [ ] [conlang lexicon](https://github.com/CodeTriangle/Perplexicon/) + - [ ] [word net schemas](https://globalwordnet.github.io/schemas/) + - [ ] [dict.cc word lists](https://www1.dict.cc/translation_file_request.php) + - [ ] [moby (thesaurus](https://github.com/words/moby/) + - [ ] [english-hebrew lexicon](https://github.com/eliranwong/unabridged-BDB-Hebrew-lexicon) - [ ] how should the output of texdict.py -o tex be used? ``` \documenttype{standalone} @@ -26,6 +32,9 @@ $\tau$e$\chi$\textit{dict}\texttt{.py} \end{document} ``` +- [ ] are there similar programs? json dictionary/lexicon data formats? + - [ ] are there better latex packages (than glossaries) to build on? + --- ---