1
0
mirror of https://github.com/gsi-upm/senpy synced 2024-09-20 22:01:41 +00:00
senpy/docs/index.rst

36 lines
1.1 KiB
ReStructuredText
Raw Normal View History

2015-02-24 08:03:36 +00:00
Welcome to Senpy's documentation!
=================================
.. image:: https://readthedocs.org/projects/senpy/badge/?version=latest
:target: http://senpy.readthedocs.io/en/latest/
.. image:: https://badge.fury.io/py/senpy.svg
:target: https://badge.fury.io/py/senpy
.. image:: https://lab.cluster.gsi.dit.upm.es/senpy/senpy/badges/master/build.svg
:target: https://lab.cluster.gsi.dit.upm.es/senpy/senpy/commits/master
.. image:: https://lab.cluster.gsi.dit.upm.es/senpy/senpy/badges/master/coverage.svg
:target: https://lab.cluster.gsi.dit.upm.es/senpy/senpy/commits/master
.. image:: https://img.shields.io/pypi/l/requests.svg
:target: https://lab.cluster.gsi.dit.upm.es/senpy/senpy/
2015-02-24 08:03:36 +00:00
2017-06-09 15:21:19 +00:00
Senpy is a framework for sentiment and emotion analysis services.
Services built with senpy are interchangeable and easy to use because they share a common :doc:`apischema`.
It also simplifies service development.
2017-06-09 15:21:19 +00:00
.. image:: senpy-architecture.png
:width: 100%
:align: center
2015-02-24 08:03:36 +00:00
.. toctree::
2017-06-09 15:21:19 +00:00
:caption: Learn more about senpy:
:maxdepth: 2
2016-03-31 09:56:32 +00:00
senpy
installation
2017-04-07 12:19:08 +00:00
demo
usage
apischema
plugins
2017-03-01 16:56:17 +00:00
conversion
2017-04-07 12:19:08 +00:00
about