Return meta information about the external KB from which this KB was created.
Return meta information about the external KB from which this KB was created.
Return an optional sequence of the resolutions from this KB.
Return an optional sequence of the resolutions from this KB.
Resolve the given Mention to an optional entry in a knowledge base.
Resolve the given Mention to an optional entry in a knowledge base. Return a resolution for the entry, if any found.
Resolve the given text string to an optional entry in a knowledge base.
Resolve the given text string to an optional entry in a knowledge base. Return a resolution for the entry, if any found.
Resolve the given Mention to an optional entry in a knowledge base, for the single named species.
Resolve the given Mention to an optional entry in a knowledge base, for the single named species. Return a resolution for the entry, if any found.
Resolve the given text string to optional group of entries in a knowledge base, returning resolutions for all entries found in the KB, for the given species.
Resolve the given text string to optional group of entries in a knowledge base, returning resolutions for all entries found in the KB, for the given species.
Resolve the given Mention to an optional group of entries in a knowledge base, returning resolutions for all species entries found in the KB.
Resolve the given Mention to an optional group of entries in a knowledge base, returning resolutions for all species entries found in the KB.
Resolve the given text string to an optional group of entries in a knowledge base, returning resolutions for all entries found in the KB, with any of the given species.
Resolve the given text string to an optional group of entries in a knowledge base, returning resolutions for all entries found in the KB, with any of the given species.
Resolve the given Mention to an optional entry in a knowledge base, failing if the entry is not for humans.
Resolve the given Mention to an optional entry in a knowledge base, failing if the entry is not for humans. Return a resolution for a human entry, if any found.
Resolve the given text string to an optional entry in a knowledge base, failing if the entry is not for humans.
Resolve the given text string to an optional entry in a knowledge base, failing if the entry is not for humans. Return a resolution for a human entry, if any found.
Resolve the given Mention to an optional entry in a knowledge base which explicitly does not have an associated species.
Resolve the given Mention to an optional entry in a knowledge base which explicitly does not have an associated species. Fail if all entries have species. Return a resolution for the entry, if any found.
Resolve the given text string to an optional entry in a knowledge base which explicitly does not have an associated species.
Resolve the given text string to an optional entry in a knowledge base which explicitly does not have an associated species. Fail if all entries have species. Return a resolution for the entry, if any found.
Return the set of species for the entries mapped by the given NS/ID key.
Return the set of species for the entries mapped by the given NS/ID key.
Class implementing logic for local KB Mention lookups on top of base lookups on top of in-memory KB. Written by Tom Hicks. 10/28/2015. Last Modified: Refactor to use key transforms.