我需要解析Python中段落的句子.是否有现成的包,或者我应该尝试在这里使用正则表达式?
python regex text-segmentation
我需要将文本分成段落并能够处理每个段落。我怎样才能做到这一点?每 2 个段落之间可以至少有 1 个空行。像这样:
Hello world, this is an example. Let´s program something. Creating new program.
提前致谢。
python paragraph
python ×2
paragraph ×1
regex ×1
text-segmentation ×1