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
Project details
Release history Release notifications | RSS feed
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 details)
Built Distribution
File details
Details for the file sentenceninja-0.1.tar.gz
.
File metadata
- Download URL: sentenceninja-0.1.tar.gz
- Upload date:
- Size: 1.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.3.0 pkginfo/1.7.0 requests/2.21.0 setuptools/51.1.2.post20210112 requests-toolbelt/0.9.1 tqdm/4.56.0 CPython/3.6.7
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 263d5e124089710824e069d435b3e83f457781c59e21bdfb87fb2020f622b87b |
|
MD5 | d88486e8d921aac60014f8956e9126f5 |
|
BLAKE2b-256 | d266c6eec23fa0605487b3fc50fd268470a7b1340c75a8372b4da96d69333700 |
File details
Details for the file sentenceninja-0.1-py3-none-any.whl
.
File metadata
- Download URL: sentenceninja-0.1-py3-none-any.whl
- Upload date:
- Size: 2.9 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.3.0 pkginfo/1.7.0 requests/2.21.0 setuptools/51.1.2.post20210112 requests-toolbelt/0.9.1 tqdm/4.56.0 CPython/3.6.7
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 001f556eed0dce386cdf146e8e6b8ac0681b6f1114b3b12aa45430e23f1ed815 |
|
MD5 | 5d8bf13671bf6aff4b693d7881032a06 |
|
BLAKE2b-256 | 519ebff16e30ffd1eee5b2aeae19b6a9d0e652c891e80dc1b4c3441c4da8b421 |