package ner
Type Members
-
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
-
trait
KbGenerator extends LazyLogging
Parent class for classes that produce taxonomically defined dictionaries from knowledge bases.
-
trait
KbLoader extends LazyLogging
Parent class for classes that load taxonomically defined dictionaries based on tokenized knowledge bases (KBs)