/annodom

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

Primary LanguageJavaScriptApache License 2.0Apache-2.0

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