The dictionary/* pipelines will process their data and write them in formats that are consumable by both the flashcards and the morphology pipelines. The format will consist of two tables: definitions and morphemes.
The morphology pipeline will read these two tables, inflect the morphemes, use a simple filter to exclude the uninteresting inflections, and then generate the Kindle dictionary and potentially other output formats.
The current design will look as follows:
dictionary/*
pipelines will process their data and write them in formats that are consumable by both theflashcards
and themorphology
pipelines. The format will consist of two tables:definitions
andmorphemes
.morphology
pipeline will read these two tables, inflect the morphemes, use a simple filter to exclude the uninteresting inflections, and then generate the Kindle dictionary and potentially other output formats.