Rémy Marronnier

Results 28 comments of Rémy Marronnier

I'll look at this, this week-end and make a tentative PR

Yes, the CI is failing and because the global specs using the support `should_run_successfully` method don't return the "downstream" error text, I'm blind. (Problem A) > We can test on...

I'm bumping this since luckyframework/lucky#1312 is fixed and hotwire/turbo has matured a lot since.

FWIW, here is a long and dense reply to the initial article : https://www.mnot.net/blog/2022/02/20/websockets

> a single JSON (or possibly plain text) file for each language Exactly ! This way, we might use this unique repo to store language data even for future Cadmium...

Thanks for creating the languages repo. I see the languages repo more like a pure data repository, I'm not convinced we should put code (.cr files) in there, even if...

Ok I thought stupidly I could make a lemmatizer without needing POS token info, well it's gonna be pretty limited :-p So, first, I'm designing a `Cadmium::Token` class with mostly...

I have a working lemmatizer [here](https://github.com/rmarronnier/lemmatizer). I'll still need to work on it, especially when the POS_Tagger will be done, but the main logic is here. The `Token` struct will...

Yeah ! If it can download x00 megs datasets then I can't see why not ! It would be fantastic if Github actions could generate a json file to be...

Yeah, you're right. One thing to keep in mind : `Each job in a workflow can run for up to 6 hours of execution time.` [Usage limits](https://help.github.com/en/articles/workflow-syntax-for-github-actions#usage-limits)