MartinoMensio/spacy-dbpedia-spotlight

By GitHub - 2021-02-14

Description

A spaCy wrapper for DBpedia Spotlight. Contribute to MartinoMensio/spacy-dbpedia-spotlight development by creating an account on GitHub.

Summary

  • Usage Installation This package works with SpaCy v3 With pip: The cases are the following: the previous value of doc.ents is saved in doc.spans['ents_original'] and only the dbpedia entities will be saved in doc.ents some tokens overlap and overwrite_ents=False:

 

Topics

  1. Backend (0.26)
  2. NLP (0.12)
  3. Coding (0.02)

Similar Articles

A Simple and Flexible Pytorch Video Pipeline

By paulbridger - 2020-09-23

Taking machine learning models into production for video analytics doesn’t have to be hard. A pipeline with reasonable efficiency can be created very quickly just by plugging together the right librar ...

Introducing spaCy v3.0 nightly

By Explosion - 2020-10-15

spaCy v3.0 is going to be a huge release! It features new transformer-based pipelines that get spaCy's accuracy right up to the current state-of-the-art, and a new workflow system to help you take pro ...