Source Analyzer
interface SourceAnalyzer
Analyze text Process each chunk in turn. Not responsible for disambiguation or merging, which is handled by a later pipeline stage.
Inheritors
Functions
Link copied to clipboard
abstract fun suggestEntities(chunk: <Error class: unknown class>, context: SourceAnalysisContext): SuggestedEntities
Identify entities in a chunk based on the provided schema.
Link copied to clipboard
abstract fun suggestRelationships(chunk: <Error class: unknown class>, suggestedEntitiesResolution: Resolutions<SuggestedEntityResolution>, context: SourceAnalysisContext): SuggestedRelationships
Suggest relationships between the given entities based on the provided schema.