All Projects → dbpedia-spotlight → Dbpedia Spotlight Model

dbpedia-spotlight / Dbpedia Spotlight Model

Licence: apache-2.0
DBpedia Spotlight is a tool for automatically annotating mentions of DBpedia resources in text. Improving Efficiency and Accuracy in Multilingual Entity Extraction approach

Programming Languages

scala
5932 projects

Projects that are alternatives of or similar to Dbpedia Spotlight Model

No Copy
A Kotlin compiler plugin that removes the `copy` method of data classes.
Stars: ✭ 90 (-29.13%)
Mutual labels:  annotations
Typical
Typical: Fast, simple, & correct data-validation using Python 3 typing.
Stars: ✭ 111 (-12.6%)
Mutual labels:  annotations
Sqlitemagic
Compile time processed, annotation driven, no reflection SQLite database layer for Android
Stars: ✭ 120 (-5.51%)
Mutual labels:  annotations
Barrnap
🔬 ♌️ Bacterial ribosomal RNA predictor
Stars: ✭ 96 (-24.41%)
Mutual labels:  annotations
Nova
NOVA is a tool for annotating and analyzing behaviours in social interactions. It supports Annotators using Machine Learning already during the coding process. Further it features both, discrete labels and continuous scores and a visuzalization of streams recorded with the SSI Framework.
Stars: ✭ 110 (-13.39%)
Mutual labels:  annotations
Router
🍭灵活的组件化路由框架.
Stars: ✭ 1,502 (+1082.68%)
Mutual labels:  annotations
Awesome Skeleton
🎉 Release 3.0 is released! Awesome Skeleton for modern development on PHP 7.4+ (incl. PHP 8). Contains quality tested packages, thoughtful structure and everything you need to develop microservices.
Stars: ✭ 83 (-34.65%)
Mutual labels:  annotations
Mypy boto3 builder
Type annotations builder for boto3 compatible with VSCode, PyCharm, Emacs, Sublime Text, pyright and mypy.
Stars: ✭ 123 (-3.15%)
Mutual labels:  annotations
Kripton
A Java/Kotlin library for Android platform, to manage bean's persistence in SQLite, SharedPreferences, JSON, XML, Properties, Yaml, CBOR.
Stars: ✭ 110 (-13.39%)
Mutual labels:  annotations
Sensorannotations
Android - Annotate methods to use as listeners for a sensor.
Stars: ✭ 118 (-7.09%)
Mutual labels:  annotations
Laravel Aspect
aspect oriented programming Package for laravel framework
Stars: ✭ 98 (-22.83%)
Mutual labels:  annotations
Deep Learning Based Ecg Annotator
Annotation of ECG signals using deep learning, tensorflow’ Keras
Stars: ✭ 110 (-13.39%)
Mutual labels:  annotations
Jupytergraffiti
Create interactive screencasts inside Jupyter Notebook that anybody can play back
Stars: ✭ 114 (-10.24%)
Mutual labels:  annotations
Remarks
Extract highlights, scribbles, and annotations from PDFs marked with the reMarkable tablet. Export to Markdown, PDF, PNG, and SVG
Stars: ✭ 94 (-25.98%)
Mutual labels:  annotations
Nubes
Annotation layer on top of Vert.x 3
Stars: ✭ 120 (-5.51%)
Mutual labels:  annotations
Retrofit Cjs
retrofit-cjs 是一个基于JavaScript装饰器(Decorator)和 axios 实现的网络请求库, 支持Vue / React / react-native 等常用框架
Stars: ✭ 87 (-31.5%)
Mutual labels:  annotations
Marginalia
📜 marginalia.el - Marginalia in the minibuffer
Stars: ✭ 111 (-12.6%)
Mutual labels:  annotations
Android Demos
Android develop demos
Stars: ✭ 126 (-0.79%)
Mutual labels:  annotations
Http Router
🎉 Release 2.0 is released! Very fast HTTP router for PHP 7.1+ (incl. PHP8 with attributes) based on PSR-7 and PSR-15 with support for annotations and OpenApi (Swagger)
Stars: ✭ 124 (-2.36%)
Mutual labels:  annotations
Tieguanyin
Activity Builder.
Stars: ✭ 113 (-11.02%)
Mutual labels:  annotations

DBpedia Spotlight Build Status

Links

website - http://www.dbpedia-spotlight.org

status service - http://status.dbpedia-spotlight.org

download service - http://download.dbpedia-spotlight.org

demo service - http://demo.dbpedia-spotlight.org

CI -http://jenkins.dbpedia-spotlight.org

General Notes

Since v1.0, DBpedia Spotlight was split into two versions, under the same API, as follow:

This important movement was the way that we found to deliver faster fixes and new releases, providing solutions for each annotation approach.

Our first achievement is related with licensing. DBpedia Spotlight Model is now full compliance with Apache 2.0. It means that you can use it without any commercial restrictions.

We are so excited because there's even more great news to come.

If you require any further information, feel free to contact us via [email protected]. We are already very excited to spend time with you on further community meetings and to publish new DBpedia releases.

Keep annotating,

All the best

Shedding Light on the Web of Documents

DBpedia Spotlight looks for ~3.5M things of unknown or ~320 known types in text and tries to link them to their global unique identifiers in DBpedia.

Demonstration

Go to our Demonstration page, copy+paste some text and play with the parameters to see how it works.

Endpoints

http://api.dbpedia-spotlight.org/{LANGUAGE}/annotate

Call our web service

You can use our demonstration Web Service directly from your application.

curl http://api.dbpedia-spotlight.org/en/annotate  \
  --data-urlencode "text=President Obama called Wednesday on Congress to extend a tax break
  for students included in last year's economic stimulus package, arguing
  that the policy provides more generous assistance." \
  --data "confidence=0.35"

or for JSON:

curl http://api.dbpedia-spotlight.org/en/annotate  \
  --data-urlencode "text=President Obama called Wednesday on Congress to extend a tax break
  for students included in last year's economic stimulus package, arguing
  that the policy provides more generous assistance." \
  --data "confidence=0.35" \
  -H "Accept: application/json"

Run your own server

If you need service reliability and lower response times, you can run DBpedia Spotlight in your own In-House Server. Just download a model and Spotlight from here to get started.

wget http://downloads.dbpedia-spotlight.org/spotlight/dbpedia-spotlight-1.0.0.jar
wget http://downloads.dbpedia-spotlight.org/2016-16/en/model/en.tar.gz
tar xzf en.tar.gz
java -jar dbpedia-spotlight-1.0.jar en http://localhost:2222/rest

Models and data

Models and raw data for most languages are available here.

Citation

If you use DBpedia Spotlight in your research, please cite the following paper:

@inproceedings{isem2013daiber,
  title = {Improving Efficiency and Accuracy in Multilingual Entity Extraction},
  author = {Joachim Daiber and Max Jakob and Chris Hokamp and Pablo N. Mendes},
  year = {2013},
  booktitle = {Proceedings of the 9th International Conference on Semantic Systems (I-Semantics)}
}

Licenses

All the original code produced for DBpedia Spotlight Model is licensed under Apache License, 2.0.

Documentation

More documentation is available from the DBpedia Spotlight wiki.

FAQ

Check the FAQ here

Maintainers

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].