Package

org.clulab.processors.bionlp

ner

Permalink

package ner

Visibility
  1. Public
  2. All

Type Members

  1. class BioNERFactory[IN <: CoreLabel] extends NERFeatureFactory[IN]

    Permalink
  2. class CRFNER extends AnyRef

    Permalink

    Our own BIO NER trained on the BioCreative 2 dataset, using the Stanford CRF User: mihais Date: 2/27/15 Last Modified: Fix compiler issue: import scala.io.Source.

  3. class HybridNER extends AnyRef

    Permalink

    Combines RuleNER and CRFNER into a, surprise surprise, hybrid NER User: mihais Date: 2/9/17

  4. case class KBEntry(kbName: String, neLabel: String, validSpecies: Set[String]) extends Product with Serializable

    Permalink
  5. class KBLoader extends AnyRef

    Permalink

Value Members

  1. object CRFNER

    Permalink
  2. object HybridNER

    Permalink
  3. object KBGenerator

    Permalink

    This is used in bioresources to format the data into a format that is easy to load at runtime User: mihais Date: 2/7/16 Last Modified: Fix compiler issue: import scala.io.Source.

  4. object KBLoader

    Permalink

    Loads the KBs from bioresources under org/clulab/reach/kb/ner These must be generated offline by KBGenerator; see bioresources/ner_kb.sh User: mihais.

    Loads the KBs from bioresources under org/clulab/reach/kb/ner These must be generated offline by KBGenerator; see bioresources/ner_kb.sh User: mihais. 2/7/16. Last Modified: Update to use external configuration file.

Ungrouped