KnowledgeTypeClassifier

Strategy interface for classifying propositions into knowledge types. Implementations can use different heuristics based on domain needs.

Inheritors

Functions

Link copied to clipboard
abstract fun classify(proposition: Proposition): KnowledgeType

Classify a proposition into a knowledge type.