GildaGrounder

class GildaGrounder(grounder: gilda.Grounder, *, reference_cls: type[R] | None = None)[source]

Bases: Grounder[R], GildaMatcher[R], Generic[R]

A grounder and annotator that uses gilda as a backend.

Initialize a grounder wrapping a gilda.Grounder.

Methods Summary

annotate(text, **kwargs)

Annotate the text.

Methods Documentation

annotate(text: str, **kwargs: Any) list[Annotation][source]

Annotate the text.