nordlys.logic.entity.entity module¶
Entity¶
Provides access to entity catalogs (DBpedia and surface forms).
Author: | Faegheh Hasibi |
---|
-
class
nordlys.logic.entity.entity.
Entity
[source]¶ Bases:
object
-
lookup_en
(entity_id)[source]¶ Looks up an entity by its identifier.
Parameters: entity_id – entity identifier (“<dbpedia:Audi_A4>”) :return A dictionary with the entity document or None.
-