Thomas Krause

Results 9 comments of 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. ![image](https://github.com/emilk/egui/assets/2168104/23a26b08-b976-4a7c-bfb7-b6ea041cf9b6)

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...