Packages

package logic

Type Members

  1. 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.

  2. 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
  3. trait KvKnowledgeExtractor extends AnyRef
  4. trait Mappings extends AnyRef
  5. trait PredictionLogic extends Mappings with EmbeddingsExtractor

Ungrouped