Diagramme de structure par âge de la ville de Luxembourg
Visualisation
Publié le 19 mars 2025 par Philippe Decker

Publié le 23 février 2022
1 réutilisations
lod-anki is a command line tool that allows you to import data from the Luxembourger Dictionary Online (LOD) into Anki, a popular open-source flashcard program. With this library, you can create personalized flashcards from LOD dataset, enabling efficient learning and retention of information.
noun
, verb
, preposition
, conjunction
, adjective
, and adverb
to words dataset.Install the command line, running the following command.
npm i -g lod-anki
lod-anki export <deckFile>
.Contributions are welcome! If you find any issues or have suggestions for improvement, please open an issue or submit a pull request. Make sure to follow the existing code style and include appropriate tests.
This project is licensed under the GPL v3 License.
The deck file is a JSON file, with the following schema:
lod-anki
will filter the flashcards (or words), and export only the ones matching the types in this list. This field is optional. noun
, verb
, preposition
, conjunction
, adjective
, and adverb
are supported by this tool.Below you can see an example:
{
"name": "Greeting in Luxembourgish",
"fileName": "greeting_in_luxembourgish",
"flashcards": [
"Äddi",
"Awar",
"Awuer",
"Bonjour",
"Moien"
],
"languages": [
"ALL",
"EN",
"FR",
"PO"
]
}
When building the deck, put the words in lowercase. But if it is a noun, capitalize the first character, as it is in Luxembourgish.
Discussion entre le producteur et la communauté à propos de cette réutilisation.
Découvrez davantage de réutilisations.
Visualisation
Publié le 19 mars 2025 par Philippe Decker
Visualisation
Publié le 28 février 2025 par Michel Da Silva