Source Analyzer Entity Extractor
Adapter that wraps a SourceAnalyzer as an EntityExtractor.
Useful when you have an existing SourceAnalyzer but only need entity extraction.
Functions
Link copied to clipboard
open override fun suggestEntities(chunk: <Error class: unknown class>, context: SourceAnalysisContext): SuggestedEntities
Suggest entities from a chunk based on the provided schema.