EntityExtractionStats

data class EntityExtractionStats(val newCount: Int, val updatedCount: Int, val referenceOnlyCount: Int = 0)

Statistics about entity extraction outcomes.

Constructors

Link copied to clipboard
constructor(newCount: Int, updatedCount: Int, referenceOnlyCount: Int = 0)

Properties

Link copied to clipboard

Number of new entities (not matched to existing)

Link copied to clipboard

Number of reference-only entities (matched but not updated, e.g., current user)

Link copied to clipboard
val total: Int

Total number of entities

Link copied to clipboard

Number of entities matched to existing ones