1
0
mirror of https://github.com/gsi-upm/senpy synced 2024-09-21 06:01:43 +00:00
senpy/docs/senpy.rst

33 lines
1.1 KiB
ReStructuredText
Raw Normal View History

2016-03-31 09:56:32 +00:00
What is Senpy?
--------------
Senpy is a framework that turns your sentiment or emotion analysis algorithm into a full blown semantic service.
Senpy takes care of:
2016-03-31 09:56:32 +00:00
* Interfacing with the user: parameter validation, error handling.
* Formatting: JSON-LD, Turtle/n-triples input and output, or simple text input
* Linked Data: senpy results are semantically annotated, using a series of well established vocabularies, and sane default URIs.
* User interface: a web UI where users can explore your service and test different settings
* A client to interact with the service. Currently only available in Python.
2016-03-31 09:56:32 +00:00
Sharing your sentiment analysis with the world has never been easier!
Senpy for service developers
============================
Check out the :doc:`plugins` if you have developed an analysis algorithm (e.g. sentiment analysis) and you want to publish it as a service.
Senpy for end users
===================
All services built using senpy share a common interface.
This allows users to use them (almost) interchangeably.
Senpy comes with a :ref:`built-in client`.
2016-03-31 09:56:32 +00:00
.. toctree::
:caption: Interested? Check out senpy's:
architecture
2016-03-31 09:56:32 +00:00