issues
search
stephbuon
/
democracy-lab
Code, manuals, and concepts for Democracy Lab research and affiliate projects.
MIT License
0
stars
0
forks
source link
Redo Hansard CSV to Split at Ends of Sentences
#139
Open
stephbuon
opened
2 years ago
stephbuon
commented
2 years ago
import re z = re.split('(?<=\.)(?=[A-Z])', out)