Thomas Krause
Thomas Krause
#578 is finally fixed the documentation is now part of the git repository and stored in markdown files.
There is some initial work in the [feature/static-corpus-list branch](https://github.com/korpling/ANNIS/tree/feature/static-corpus-list) that could be extended
This information is currently not stored in the database. Since we don't want to query it each time we would need to extend the corpus_stats table to include also documents....
The table should be created also without migration. I will try to reproduce this locally.
We should discuss how we can express size in a flexible data model. Starting with the multiple segmentation feature, the token count was already a little bit bogus. I think...
Ok, so this would be like a configurable query in the `corpus-config.toml` (http://korpling.github.io/ANNIS/4.1/user-guide/import-and-config/corpus-config.html), which defaults `tok` if not specified. I still have to think how to implement this in a...
I also experimented with cosmic text but went with hacking some completely inefficient and not really generic code in the `tessellate_text` function of the epaint `Tessellator`. ```rust pub fn tessellate_text(&mut...
Since the text layout part is still original, the example RTL text is placed weirdly and the font rendering is still quite blurry. 
The 4.15.0 release contains a fix for the case that someone selects all corpora, which could trigger a pretty large load on the corpus cache, effectively blocking all other request...