Package

org.clulab.wm.eidos

extraction

Permalink

package extraction

Visibility
  1. Public
  2. All

Type Members

  1. trait Finder extends AnyRef

    Permalink
  2. class GazetteerEntityFinder extends Finder

    Permalink

    The GazetteerEntityFinder finds mentions of gazetteer elements.

    The GazetteerEntityFinder finds mentions of gazetteer elements. The matching uses a processors LexiconNER, so the lexicons are provided as paths to the csv files (stored in resources) and matching is based on exact string match. The found mentions are odin TextBoundMentions, where the Mention label is the same as the base name of the gazetteer that matched it.

  3. class OdinFinder extends Finder

    Permalink
  4. class RuleBasedEntityFinder extends Finder

    Permalink

Value Members

  1. object EntityConstraints extends LazyLogging

    Permalink

    Utilities for validating entities

  2. object EntityHelper

    Permalink
  3. object Finder

    Permalink
  4. object GazetteerEntityFinder

    Permalink
  5. object OdinFinder

    Permalink
  6. object RuleBasedEntityFinder

    Permalink

Ungrouped