Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ali1k/resa
Real-time semantic annotation
https://github.com/ali1k/resa
Last synced: 5 days ago
JSON representation
Real-time semantic annotation
- Host: GitHub
- URL: https://github.com/ali1k/resa
- Owner: ali1k
- Created: 2014-02-21T11:47:17.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2016-10-09T07:33:33.000Z (about 8 years ago)
- Last Synced: 2024-01-28T00:00:40.489Z (10 months ago)
- Language: JavaScript
- Size: 913 KB
- Stars: 5
- Watchers: 5
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-starred - ali1k/resa - Real-time semantic annotation (others)
README
[![Dependency Status](https://david-dm.org/ali1k/resa.svg)](https://david-dm.org/ali1k/resa)
[![devDependency Status](https://david-dm.org/ali1k/resa/dev-status.svg)](https://david-dm.org/ali1k/resa#info=devDependencies)ReSA (Real-time Semantic Annotation)
====
ReSA annotates real-time streams (e.g. Twitter streams) using Linked Data and provides views for real-time text analytics.
ReSA is an extension of conTEXT platform for lightweight text analytics available at http://context.aksw.orgHow to install it?
====
1. install required NodeJS modules:
- npm install2. configure DBpedia Spotlight endpoint and Twitter API keys:
- open config.sample.js and fill in the required urls and keys
- save it as config.js3. To start NodeJS server:
- node app.js [port number (default port is 5555)]4. Run the web browser
- http://localhost:5555