Match

class Match(*, reference: R, score: float)[source]

Bases: BaseModel, Generic[R]

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

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.

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.