1
0
mirror of https://github.com/gsi-upm/senpy synced 2024-11-14 20:42:27 +00:00
senpy/docs/Quickstart.ipynb

82 lines
2.3 KiB
Plaintext
Raw Permalink Normal View History

{
"cells": [
{
"cell_type": "markdown",
"metadata": {},
"source": [
2019-04-04 15:32:38 +00:00
"# Quickstart\n",
"\n",
"This short tutorial will teach you how to consume senpy services for several tasks, and how to take advantage of the features of the framework.\n",
"\n",
2019-04-04 15:32:38 +00:00
"In particular, it covers:\n",
"\n",
2019-04-04 15:32:38 +00:00
"* Annotating text with sentiment and emotion using interoperable services\n",
"* Switching to different services (service interoperability)\n",
"* Getting results in different formats (Turtle, XML, text...)\n",
"* Asking for specific emotion models (automatic model conversion)\n",
"* Listing available services in an endpoint\n",
"* Calling multiple services in the same request (Pipelines)\n",
"\n",
2019-04-04 15:32:38 +00:00
"These topics are split into two separate tutorials.\n",
"\n",
2019-04-04 15:32:38 +00:00
"Reading all the sections is not necessary, although it is encouraged in order to get a glimpse of all the features."
]
},
{
"cell_type": "markdown",
2019-04-04 15:32:38 +00:00
"metadata": {
"nbsphinx-toctree": {
"maxdepth": 2
}
2019-04-04 15:32:38 +00:00
},
"source": [
2019-04-04 15:32:38 +00:00
"* [Senpy in 1 minute](./Quickstart-1minute.ipynb) shows how to query the API.\n",
"* [Senpy in 10 minutes](./Quickstart-10minutes.ipynb) introduces basic sentiment and emotion analysis.\n",
"* [Senpy in 30 minutes](./Quickstart-30minutes.ipynb) builds on the previous and adds more advanced functionalities, such as emotion conversion, field selection and pipelines."
]
}
],
"metadata": {
"anaconda-cloud": {},
2019-04-04 15:32:38 +00:00
"celltoolbar": "Edit Metadata",
"kernelspec": {
"display_name": "Python 3",
"language": "python",
"name": "python3"
},
"language_info": {
"codemirror_mode": {
"name": "ipython",
"version": 3
},
"file_extension": ".py",
"mimetype": "text/x-python",
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.7.3"
},
"toc": {
"colors": {
"hover_highlight": "#DAA520",
"running_highlight": "#FF0000",
"selected_highlight": "#FFD700"
},
"moveMenuLeft": true,
"nav_menu": {
"height": "68px",
"width": "252px"
},
"navigate_menu": true,
"number_sections": true,
"sideBar": true,
"threshold": 4,
"toc_cell": false,
"toc_section_display": "block",
"toc_window_display": false
}
},
"nbformat": 4,
"nbformat_minor": 1
}