Skip to main content

To split paragraphs into individual sentences

Project description

split-into-sentences

Installation:

pip install sentenceninja

Usage:

from sentenceninja import split
input = "This is a very simple sentence. Thank you."
output = split(input)
print(output)

Output

["This is a very simple sentence.", "Thank you." ]

Reference

https://stackoverflow.com/a/31505798

Project details


Release history Release notifications | RSS feed

This version

0.1

Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

sentenceninja-0.1.tar.gz (1.8 kB view hashes)

Uploaded Source

Built Distribution

sentenceninja-0.1-py3-none-any.whl (2.9 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page