Comment on How to Write a Spelling Corrector (2007)parentComments−epilys4yIt's called word segmentation. There are libraries for it:https://github.com/grantjenks/python-wordsegment https://github.com/InstantDomain/instant-segment (rust)I used the latter to process pdf plain text output quite successfully.
Comments
It's called word segmentation. There are libraries for it:
https://github.com/grantjenks/python-wordsegment https://github.com/InstantDomain/instant-segment (rust)
I used the latter to process pdf plain text output quite successfully.