The page served by kalamine --watch should include a layout analyzer.
For a first iteration, we could reuse some JS from the Ergo‑L project ; in the longer run, there are some Rust analyzers worth using.
Ideally, Kalamine could download text corpus directly from appropriate sources on the net like the university of Leipzig, store them in ~/.config/kalamine and parse them to extract the common letters, bigrams, trigrams — which, again, has already been developed for the Ergo‑L project.
The page served by
kalamine --watch
should include a layout analyzer.For a first iteration, we could reuse some JS from the Ergo‑L project ; in the longer run, there are some Rust analyzers worth using.
Ideally, Kalamine could download text corpus directly from appropriate sources on the net like the university of Leipzig, store them in
~/.config/kalamine
and parse them to extract the common letters, bigrams, trigrams — which, again, has already been developed for the Ergo‑L project.