Skip to content
#

entity-extraction

Here are 138 public repositories matching this topic...

Microsoft.Recognizers.Text provides recognition and resolution of numbers, units, and date/time expressed in multiple languages (ZH, EN, FR, ES, PT, DE, IT, TR, HI, NL. Partial support for JA, KO, AR, SV). Contributions are greatly welcome! Packages are available at https://www.nuget.org/profiles/Recognizers.Text and https://www.npmjs.com/~recognizers.text

  • Updated Mar 22, 2022
  • C#

Open Source REST API for named entity extraction, named entity linking, named entity disambiguation, recommendation & reconciliation of entities like persons, organizations and places for (semi)automatic semantic tagging & analysis of documents by linked data knowledge graph like SKOS thesaurus, RDF ontology, database(s) or list(s) of names

  • Updated Feb 19, 2022
  • Python

This repository contains code and datasets related to entity/knowledge papers from the VERT (Versatile Entity Recognition & disambiguation Toolkit) project, by the Knowledge Computing group at Microsoft Research Asia (MSRA).

  • Updated Oct 14, 2021
  • Python
samhavens
samhavens commented Jun 2, 2019

Users misspell things. Having spell-check and synonyms helps a lot, but doesn't catch everything.

One solution would be to use the python metaphone package's implementation of the Double Metaphone algorithm.

At component train time, it could look at the normal entity lists, find the DM representation of all the synonyms, and store them.

enhancement good first issue
adbar
adbar commented Jan 3, 2020

I have mostly tested htmldate on a set of English, German and French web pages I had run into by surfing or during web crawls. There are definitely further web pages and cases in other languages for which the extraction of a date doesn't work so far.

Please install the dateparser library beforehand as it significantly extends linguistic coverage: pipor pip3 install -U dateparser or `pi

good first issue up for grabs

Improve this page

Add a description, image, and links to the entity-extraction topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the entity-extraction topic, visit your repo's landing page and select "manage topics."

Learn more