SourceAnalyzerEntityExtractor

Adapter that wraps a SourceAnalyzer as an EntityExtractor.

Useful when you have an existing SourceAnalyzer but only need entity extraction.

Constructors

Link copied to clipboard
constructor(sourceAnalyzer: SourceAnalyzer)

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.