Rémy Marronnier
Rémy Marronnier
https://docs.amberframework.org/amber/guides/controllers/flash#flash-now Calling flash.now["blabla"] gives a compile error : 'undefined method 'now' for Hash(String, String)' Calling flash.now "key", "value" compiles but doesn't do anything and nothing gets returned in the logs...
Hey there ! Thanks for the fantastic work :-) I'd love to use the RoughViz Line without having to create .csv or .tsv files (getting data directly from a private...
As you can see browsing Cadmium shards source code, several entities (for lack of a better word) are declared in different locations and in different ways. This issue is not...
## Preface Evaluating the accuracy of the output of an NLP component is a science in itself. When a new NLP algorithm, method or tool is published, it is always...
## Preface As discussed in cadmiumcr/cadmium#31 , `Cadmium::Lemmatizer` needs a `Token` object with POS and morphology data to work properly and be fully tested. The aim of this proposal is...
## Preface Cadmium has a stemmer which is used downstream in several other modules. Its usefulness is not to be questioned. However relying only on a stemmer will limit Cadmium...
A [WER](https://en.m.wikipedia.org/wiki/Word_error_rate) evaluator would be a nice addition to Cadmium IMO. I can work on a PR if you're ok with it. More evaluators can be implemented so I'm planning...
Sometimes inserting multiple records could benefit from a [bulk insert] (https://docs.amberframework.org/granite/docs/imports). There is already a bulk update and a bulk delete capability in Avram, so it could be a nice...
Sister PR of https://github.com/luckyframework/lucky/pull/1648
https://github.com/cable-cr/cable/issues/74 brought me here : The following shard.yml triggers an error : ```yml dependencies: redis: github: jgaskins/redis mosquito: github: hugopl/sidekiq.cr ``` Because the sidekiq shard has ```yml dependencies: redis: github:...