Match
- class Match(*, reference: R, score: float)[source]
-
A match from NER.
Create a new model by parsing and validating input data from keyword arguments.
Raises [ValidationError][pydantic_core.ValidationError] if the input data cannot be validated to form a valid model.
self is explicitly positional-only to allow self as a field name.
Attributes Summary
Get the scored match's CURIE.
Get the scored match's term's identifier.
Configuration for the model, should be a dictionary conforming to [ConfigDict][pydantic.config.ConfigDict].
Get the scored match's term's name.
Get the scored match's term's prefix.
Attributes Documentation
- curie
Get the scored match’s CURIE.
- identifier
Get the scored match’s term’s identifier.
- model_config = {}
Configuration for the model, should be a dictionary conforming to [ConfigDict][pydantic.config.ConfigDict].
- name
Get the scored match’s term’s name.
- prefix
Get the scored match’s term’s prefix.