Open JustGitting opened 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.
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.
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.