Ari Nubar Boyacıoğlu
add files
d093ea4
raw
history blame contribute delete
439 Bytes
# 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"