Optional GLiNER recognizer facade.
Summary
Functions
Analyzes text with a GLiNER serving.
Analyzes multiple texts.
Recognizer name.
Supported entities for the default GLiNER label profile.
Functions
@spec analyze( String.t(), keyword() ) :: {:ok, [Obscura.Analyzer.Result.t()]} | {:error, term()}
Analyzes text with a GLiNER serving.
@spec analyze_many( [String.t()], keyword() ) :: {:ok, [[Obscura.Analyzer.Result.t()]]} | {:error, term()}
Analyzes multiple texts.
@spec name() :: atom()
Recognizer name.
@spec supported_entities() :: [atom()]
Supported entities for the default GLiNER label profile.