Using python I want my paragraph breaks into meaningful phrases for Example I have a paragraph format like this:
Input:
interpreted high-levelGeneral-purpose programming languageCreated by GUIDO VAN ROSSUMFirst released in 1991
Output:
interpreted high-level,
General-purpose programming language,
Created by GUIDO VAN ROSSUM,
First released in 1991,
Note: There is no space between two phrases in Input, So by using this input I want the output and mentioned above.