package logic
Type Members
-
trait
AnnotationLogic extends PredictionLogic
Trait that contains the annotation logic for the NerDisambiguator.
Trait that contains the annotation logic for the NerDisambiguator. Maps entities to unique identities.
- final case class Knowledge(chunk2id: (String) ⇒ Option[List[DataId]], id2emb: (DataId) ⇒ Option[LinalgVector], id2link: (DataId) ⇒ Option[String], id2title: (DataId) ⇒ Option[String], id2category: (DataId) ⇒ Option[String]) extends Product with Serializable
- trait KvKnowledgeExtractor extends AnyRef
- trait Mappings extends AnyRef
- trait PredictionLogic extends Mappings with EmbeddingsExtractor