quanteda / spacyr

R wrapper to spaCy NLP
http://spacyr.quanteda.io
250 stars 38 forks source link

Use Contextual Spell Check in Spacyr? #241

Open JustGitting opened 1 year ago

JustGitting commented 1 year ago

Hi,

Thanks for creating an R wrapper for spacy as it seems R is missing native NLP tools compared to python.

I want to fix spelling errors of strings in a data.frame. I found the Contextual Spell Check python package (https://github.com/R1j1t/contextualSpellCheck) to be promising and is in the spacy "Universe" (https://spacy.io/universe/project/contextualspellcheck)

Is it possible to use Contextual Spell Check or other packages in the spacy Universe in SpacyR?

This question maybe related to the issue #180 but I'm not sure.

Thank you.

kbenoit commented 1 year ago

Thanks @JustGitting for the suggestion. We are planning some major improvements to spacyr in the next month or two and this is a good one to add to the list as a feature request.