Maarten van Gompel

Results 365 comments of Maarten van Gompel

> Short update: I also tried to run analiticcl in a Colab notebook. Can you share the notebook? (along with all input files). Then I can check if I can...

Got it, something's going wrong with the anagram computation based on the alphabet file. I'm investigating...

There was a serious bug in the multibyte handling that came to light thanks to your example. I'm doing a new analiticcl release tonight (v0.4.5) that will fix this.

Released now! (both on crates.io and pypi)

Example output from your test in the new situation: ``` $ analiticcl query --alphabet alphabet.true.tsv --lexicon 01_jan_car_lexfile_plain.lexicon.tsv ... Querying the model... (accepting standard input; enter input to match, one per...

I also added a `testinput` mode which you can use to check if a particular input is covered by your alphabet: ``` $ analiticcl testinput --alphabet alphabet.true.tsv --lexicon 01_jan_car_lexfile_plain.lexicon.tsv ꙗванi...

I also ran into this issue when trying to measure CPU/GPU difference. Try passing ``--device cpu``.

I'm also interested in this.. tried to play around a bit with chafa and sixel, but ncurses is getting in the way unfortunately. What did you use in the proof...

This will probably be handled via the STAM tooling now.

I can indeed replicate the issue. Even the git commit succeeds but foliadocserve fails to return a correct reply. I'll prepare a fix. Debug excerpt: ``` 2024-02-07 14:52:48 - Saving...