After finishing DuoLingo’s Latin course, I wanted to read some Latin texts, but I didn't find easy enough texts and going back and forth to a dictionary was cumbersome. So I created this app for reading basic Latin texts. The idea of the app is to have a Latin text with translation of each word under the paragraph line, which makes it easy to grasp the meaning but also focuses on reading the original Latin text. It o…
https://dictionary.nuenki.app/get_definition?language=LatinC...
The code is here: https://github.com/Alex-Programs/nuenki-dictionary
However, feel free to use the API for small scale usage; the API can handle ~5 orders of magnitude more requests than it currently receives.
You can see that each word has many different definitions. It's very difficult to do a word-by-word translation that takes context into account, though I'm going to attempt it at some point using a small LLM that merely picks from Wiktionary data for a https://nuenki.app hover mode.