TemplateModel

data class TemplateModel(val context: SourceAnalysisContext, val chunk: <Error class: unknown class>, val schemaAdherence: SchemaAdherence, val existingPropositions: List<Proposition>, val perspective: ExtractionPerspective = ExtractionPerspective.ALL) : ExtractionConfig

Model passed to the Jinja template for proposition extraction.

Constructors

Link copied to clipboard
constructor(context: SourceAnalysisContext, chunk: <Error class: unknown class>, schemaAdherence: SchemaAdherence, existingPropositions: List<Proposition>, perspective: ExtractionPerspective = ExtractionPerspective.ALL)

Properties

Link copied to clipboard
val chunk: <Error class: unknown class>
Link copied to clipboard
Link copied to clipboard

Backward compatibility: returns true if entities should be locked to schema.

Link copied to clipboard
Link copied to clipboard
open override val schemaAdherence: SchemaAdherence