themerius / annodom

Javascript library for creating hovering annotation tags on text. Especially useful to show named entities.

Home Page:https://themerius.github.io/annodom/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

AnnoDom

Create hovering annotation tags on text. Especially useful to show named entities.

Install

To install AnnoDom with bower:

bower install annodom

AnnoDom is also available as WebJar. Browse artifacts on Bintray. Here is the SBT dependency:

"org.webjars.bower" % "annodom" % "1.0.0"

Dependencies

You can load the dependencies with bower.

bower install --force

Generate docs

To generate the documentation:

npm install -g docco
docco -o ./docs js/*.js

Browse the documentation:

./docs/main.html

Similar work

About

Javascript library for creating hovering annotation tags on text. Especially useful to show named entities.

https://themerius.github.io/annodom/

License:Apache License 2.0


Languages

Language:JavaScript 93.0%Language:CSS 7.0%