Packages

trait EventFinder extends InformationExtractor

Placeholder trait for specifying properties intrinsic to all EventFinders

Linear Supertypes
Known Subclasses
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. EventFinder
  2. InformationExtractor
  3. AnyRef
  4. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Abstract Value Members

  1. abstract def extract(doc: clulab.processors.Document, state: State = new State): Seq[Mention]
    Definition Classes
    InformationExtractor