What are some popular methods to find and replace concatenated words such as:
brokenleg -> (broken,leg)
The method should run on thousands of lines without knowing if there are concatenated words there in advance.
I'm using SpaCy library for most of my string handling so best method would be one that works along well with SpaCy.