From 52a0f3f4c8a61fad07049642e1abf0983847c7cf Mon Sep 17 00:00:00 2001 From: "Carlos A. Iglesias" Date: Wed, 14 Mar 2018 11:44:12 +0100 Subject: [PATCH] Update senpy.rst --- docs/senpy.rst | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/docs/senpy.rst b/docs/senpy.rst index 67cdba7..bbdfb0d 100644 --- a/docs/senpy.rst +++ b/docs/senpy.rst @@ -1,8 +1,11 @@ What is Senpy? -------------- -Web services can get really complex: data validation, user interaction, formatting, logging., etc. -The figure below summarizes the typical features in an analysis service. +Senpy is a framework for text analysis using Linked Data. There are three main applications of Senpy so far: sentiment and emotion analysis, user profiling and entity recoginition. Annotations and Services are compliant with NIF (NLP Interchange Format). + +Senpy aims at providing a framework where analysis modules can be integrated easily as plugins, and providing a core functionality for managing tasks such as data validation, user interaction, formatting, logging, translation to linked data, etc. + +The figure below summarizes the typical features in a text analysis service. Senpy implements all the common blocks, so developers can focus on what really matters: great analysis algorithms that solve real problems. .. image:: senpy-framework.png