String analyzer facade for Obscura recognizers.
Summary
Functions
Analyzes text with the configured recognizer registry.
Analyzes multiple texts with the configured recognizer registry.
Functions
@spec analyze( String.t(), keyword() ) :: {:ok, [Obscura.Analyzer.Result.t()]} | {:error, term()}
Analyzes text with the configured recognizer registry.
@spec analyze_many( [String.t()], keyword() ) :: {:ok, [[Obscura.Analyzer.Result.t()]]} | {:error, term()}
Analyzes multiple texts with the configured recognizer registry.