File size: 439 Bytes
42bcb30
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
# inspired from:
# https://python-packaging-user-guide.readthedocs.org/en/latest/single_source_version/

__title__ = "pysbd"
__version__ = "0.3.4"
__summary__ = "pysbd (Python Sentence Boundary Disambiguation) is a rule-based sentence boundary detection that works out-of-the-box across many languages."
__uri__ = "http://nipunsadvilkar.github.io/"
__author__ = "Nipun Sadvilkar"
__email__ = "[email protected]"
__license__ = "MIT"