{ "info": { "author": "Mikhail Korobov", "author_email": "kmike84@gmail.com", "bugtrack_url": null, "classifiers": [ "Development Status :: 3 - Alpha", "Intended Audience :: Developers", "Intended Audience :: Science/Research", "License :: OSI Approved :: MIT License", "Natural Language :: Russian", "Programming Language :: Python", "Programming Language :: Python :: 2", "Programming Language :: Python :: 2.7", "Programming Language :: Python :: 3", "Programming Language :: Python :: 3.3", "Programming Language :: Python :: 3.4", "Topic :: Scientific/Engineering :: Information Analysis", "Topic :: Software Development :: Libraries :: Python Modules", "Topic :: Text Processing :: Linguistic" ], "description": "======\nrusent\n======\n\n.. image:: https://img.shields.io/pypi/v/rusent.svg\n :target: https://pypi.python.org/pypi/rusent\n\n.. image:: https://img.shields.io/pypi/l/rusent.svg\n\n.. image:: https://img.shields.io/travis/kmike/rusent.svg\n :target: https://travis-ci.org/kmike/rusent\n\n\nrusent is a library and a command-line utility to split Russian text\ninto sentences. It uses hand-written rules and tries to follow\nOpenCorpora_ sentence segmentation conventions_.\n\n.. _OpenCorpora: http://opencorpora.org/\n.. _conventions: http://opencorpora.org/doc/articles/2012_Dialog.pdf\n\nInstall\n=======\n\npip install rusent\n\nUse\n===\n\n>>> import rusent\n>>> rusent.split(\"\")\n\nContribute\n==========\n\n* Source code: https://github.com/kmike/rusent\n* Bug tracker: https://github.com/kmike/rusent/issues\n\nTo run tests execute ``tox`` command from the source root.\n\n\nChanges\n=======\n\ndev (TBD)\n---------\n\nInitial release", "description_content_type": null, "docs_url": null, "download_url": "UNKNOWN", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/kmike/rusent/", "keywords": null, "license": "MIT license", "maintainer": null, "maintainer_email": null, "name": "rusent", "package_url": "https://pypi.org/project/rusent/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/rusent/", "project_urls": { "Download": "UNKNOWN", "Homepage": "https://github.com/kmike/rusent/" }, "release_url": "https://pypi.org/project/rusent/0.1/", "requires_dist": null, "requires_python": null, "summary": "Split Russian text into sentences", "version": "0.1" }, "last_serial": 1481686, "releases": { "0.1": [] }, "urls": [] }