Skip to main content

NamedEntityCapable

Trait NamedEntityCapable 

Source
pub trait NamedEntityCapable: Model { }
Expand description

Marker trait for models that extract named entities (persons, organizations, locations).

This is a marker trait used for type-level distinctions between different model capabilities. All NER models should implement this.

Implementors§