UnresolvedMention

data class UnresolvedMention(val role: MentionRole, val span: String? = null) : ProjectionFailureReason

A subject or object mention could not be resolved to an entity id.

Constructors

Link copied to clipboard
constructor(role: MentionRole, span: String? = null)

Properties

Link copied to clipboard

The role of the unresolved mention

Link copied to clipboard
val span: String? = null

The text span of the unresolved mention, if known

Functions

Link copied to clipboard
open override fun describe(): String

A concise human-readable rendering of this failure reason.