Skip to content

Disambiguator

Orieus edited this page Sep 2, 2020 · 1 revision

Module Disambiguator contains a set of classes for the disambiguation of organizations and authors from some specific databases. These classes are of specific interest for the project "Service for Identifying Impact and R&D&I Agent Collaboration Networks" (from the Plan de Impulso de las Tecnologías del Lenguaje that motivated this software). It includes the following classes:

  • Disambiguator. Parten class containing methods to process disambiguation data
  • AuthorsDisambguator. A child from Disambiguator containing callback methods needed for disambiguating authors.
  • OrganizationsDisambiguator. It contains callback methods needed for diambiguating organizations. This class inherits from AuthorsDisambiguator since the methods for the "patstats" database are the same.

The attributes and methods for these classes (reease v1.0) are shown below. More details can be found in the sphinx-generated documentation.

Clone this wiki locally