文件名称:linguisticparser:语言分析器,用于单词,首字母缩写词,句子和段落的分段
文件大小:5KB
文件格式:ZIP
更新时间:2024-03-11 08:40:12
Python
语言解析器 Linguisticparser使您可以对段落,句子和单词进行分段,而不会因首字母缩写词和缩写而造成错误。 您还可以将文本转换为包含段落信息的句子数据框。 正在安装 pip install git+https://github.com/ortizfuentes/linguisticparser 使用 from linguisticparser.textparser import TextParser mytext = 'I am a text example. This is a sentence. This is another sentence. \n\n This is another paragraph. The letters e.g mean for example.' tp = TextParser(mytext, text_name='example') tp
【文件预览】:
linguisticparser-main
----linguisticparser()
--------__init__.py(1B)
--------textparser.py(12KB)
----setup.py(627B)
----README.md(2KB)