SemanticLinkDiscoverer

Discovers indirect SemanticLinks between entities from a set of propositions.

Implementations are expected to be deterministic and to operate purely over the propositions they are given — no LLM, vector store, or graph database is involved.

Inheritors

Functions

Link copied to clipboard
abstract fun discover(propositions: List<Proposition>): List<SemanticLink>

Discover indirect links among the entities referenced by propositions.