texdict/todo.md: add inspo for data structures

This commit is contained in:
uni@bor.mac 2025-07-20 20:45:12 +02:00
parent 9fbab51257
commit e5ba24d6dc

View File

@ -2,6 +2,12 @@
- [ ] test with example5.tex - [ ] test with example5.tex
- [ ] make tex parser cleaner and think more about structure of entries and levels - [ ] 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? - [ ] how should the output of texdict.py -o tex be used?
``` ```
\documenttype{standalone} \documenttype{standalone}
@ -26,6 +32,9 @@ $\tau$e$\chi$\textit{dict}\texttt{.py}
\end{document} \end{document}
``` ```
- [ ] are there similar programs? json dictionary/lexicon data formats?
- [ ] are there better latex packages (than glossaries) to build on?
--- ---
--- ---