Questions tagged [symspell]

2 questions
0
votes
1 answer

Using Symspell compound with Parallel processing

I am new to NLP related tasks and I'm doing this with Pandas (Python) but the idea is that each row has a text that I'm trying to perform spell corrector on (sentence length may vary) and the total pandas dataframe is slightly over ~ 1 million…
Wynn
  • 21
  • 1
  • 4
0
votes
1 answer

How to get the best merger from symspellpy word segmentation of many languages in Python?

The following code uses SymSpell in Python, see the symspellpy guide on word_segmentation. It uses "de-100k.txt" and "en-80k.txt" frequency dictionaries from a github repo, you need to save them in your working directory. As long as you do not want…
questionto42
  • 7,175
  • 4
  • 57
  • 90