CamilleSchr
CamilleSchr
Hello, I tried to run the quick-start code snippet : ``` import neuspell from neuspell import available_checkers, BertChecker """ see available checkers """ print(f"available checkers: {neuspell.available_checkers()}") # → available checkers:...
Hello, I try to do the finetuning part to correct specific (scientific) terms, but some terms are not corrected even with finetuning, for example (covet for covid). About the finetuning...
Hi, I would like to finetuning on custom data and creating new models, but I have a question about the clean and corrupt files : Do the data in both...
Hello, I would like to reproduce your code. I have some difficulties to understand how it works, and I can't find some documentations. For instance; if I understand correctly, with...