-
Notifications
You must be signed in to change notification settings - Fork 1
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 fromDisambiguatorcontaining callback methods needed for disambiguating authors. -
OrganizationsDisambiguator. It contains callback methods needed for diambiguating organizations. This class inherits fromAuthorsDisambiguatorsince 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.