2 questions
- Bountied 0
- Unanswered
- Frequent
- Score
- Trending
- Week
- Month
- Unanswered (my tags)
0
votes
1
answer
452
views
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 ...
1
vote
1
answer
2k
views
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 ...