inspirehep.modules.disambiguation.core.db package¶
Submodules¶
inspirehep.modules.disambiguation.core.db.readers module¶
Disambiguation core DB readers.
-
inspirehep.modules.disambiguation.core.db.readers.get_all_curated_signatures()[source]¶ Get all curated signatures from the DB.
Walks through all Literature records and collects all signatures that were marked as curated in order to build the training set for
BEARD.Yields: dict – a curated signature.
-
inspirehep.modules.disambiguation.core.db.readers.get_all_publications()[source]¶ Get all publications from the DB.
Walks through all Literature records and collects all information that will be useful for
BEARDduring training and prediction.Yields: dict – a publication.
Module contents¶
Disambiguation core DB.