Self Service Semantic Suite
This extension can be used to annotate text content from the browser with the S4 text analytics services
Self Service Semantic Suite là gì?
Self Service Semantic Suite là một tiện ích mở rộng Chrome được phát triển bởi S4 Ontotext, và tính năng chính của nó là "This extension can be used to annotate text content from the browser with the S4 text analytics services".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Self Service Semantic Suite
Tải xuống các tệp mở rộng Self Service Semantic Suite dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | |
ID | eoilgknkbafheaocpbojdndcpjbddalb |
URL Chính Thức | https://chrome.google.com/webstore/detail/self-service-semantic-sui/eoilgknkbafheaocpbojdndcpjbddalb |
Mô tả | This extension can be used to annotate text content from the browser with the S4 text analytics services |
Kích Thước Tệp | 155 KB |
Số Lần Cài Đặt | 44 |
Phiên Bản Hiện Tại | 0.0.3 |
Cập Nhật Lần Cuối | 2015-04-17 |
Ngày Phát Hành | 2015-04-17 |
Nhà Phát Triển | S4 Ontotext |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://s4.ontotext.com/ |
URL Trang Trợ Giúp | http://docs.s4.ontotext.com/display/S4docs/Chrome+extension |
Ngôn Ngữ Được Hỗ Trợ | 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" ] } } |