Packages

package ner

Type Members

  1. case class KbEntry(kbName: String, neLabel: String) extends Product with Serializable

    Representation of a knowledge base and its corresponding taxonomic label.

    Representation of a knowledge base and its corresponding taxonomic label.

    kbName

    Unique name of a knowledge base file (minus its file extension)

    neLabel

    The taxonomic label this knowledge base file should be added to

  2. trait KbGenerator extends LazyLogging

    Parent class for classes that produce taxonomically defined dictionaries from knowledge bases.

  3. trait KbLoader extends LazyLogging

    Parent class for classes that load taxonomically defined dictionaries based on tokenized knowledge bases (KBs)

Ungrouped