process Chunk
fun processChunk(chunk: <Error class: unknown class>, context: SourceAnalysisContext): ChunkEntityResult
Process a single chunk through the pipeline. Extracts entities and resolves them against the knowledge graph.
Note: This method does NOT persist anything. The caller should persist entities from the returned result.
Return
Processing result with resolved entities
Parameters
chunk
The chunk to process
context
Configuration including schema and entity resolver