Self Service Semantic Suite
This extension can be used to annotate text content from the browser with the S4 text analytics services
Qu'est-ce que Self Service Semantic Suite ?
Self Service Semantic Suite est une extension Chrome développée par S4 Ontotext, et sa fonction principale est "This extension can be used to annotate text content from the browser with the S4 text analytics services".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Self Service Semantic Suite
Téléchargez les fichiers d'extension Self Service Semantic Suite au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
The Self-Service Semantic Suite (S4) from Ontotext provides a set of self-service, on-demand, and low-cost components for semantic data management and text analytics: *text analytics services for news, Life Science and social media that allow you to extract valuable meaning and insights used to manage your business *on-demand, fast and reliable access to Linked Datasets, such as DBpedia, Freebase and GeoNames. These datasets provide facts you can use to enhance your semantic analysis. *a self-managed or fully-managed scalable RDF database available as-a-service, so that you can search and update semantic facts loaded from Linked Open Data or your own documents
Informations de Base sur l'Extension
Nom | |
ID | eoilgknkbafheaocpbojdndcpjbddalb |
URL Officiel | https://chrome.google.com/webstore/detail/self-service-semantic-sui/eoilgknkbafheaocpbojdndcpjbddalb |
Description | This extension can be used to annotate text content from the browser with the S4 text analytics services |
Taille du Fichier | 155 KB |
Nombre d'Installations | 44 |
Version Actuelle | 0.0.3 |
Dernière Mise à Jour | 2015-04-17 |
Date de Publication | 2015-04-17 |
Développeur | S4 Ontotext |
Type de Paiement | free |
Site Web de l'Extension | https://s4.ontotext.com/ |
URL de la Page d'Aide | http://docs.s4.ontotext.com/display/S4docs/Chrome+extension |
Langues Prises en Charge | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Self Service Semantic Suite", "short_name": "S4", "version": "0.0.3", "manifest_version": 2, "description": "This extension can be used to annotate text content from the browser with the S4 text analytics services", "icons": { "16": "icons\/icon16.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "browser_action": { "default_icon": "data\/s4Logo.png", "default_title": "Ontotext S4" }, "permissions": [ "contextMenus", "storage", "tabs", "activeTab" ], "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'", "web_accessible_resources": [ "data\/*" ], "background": { "scripts": [ "main.js" ] } } |