Class/Object

org.clulab.reach

ReachSystem

Related Docs: object ReachSystem | package reach

Permalink

class ReachSystem extends LazyLogging

Linear Supertypes
LazyLogging, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. ReachSystem
  2. LazyLogging
  3. AnyRef
  4. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new ReachSystem(rules: Option[Rules] = None, processorAnnotator: Option[Processor] = None, contextEngineType: Engine = Dummy, contextParams: Map[String, String] = Map())

    Permalink

Value Members

  1. final def !=(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  4. val actions: DarpaActions

    Permalink
  5. def allRules: String

    Permalink

    returns string with all rules used by the system

  6. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  7. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  8. val contextRules: String

    Permalink
  9. def displayEntitySummary(ents: Seq[BioMention], h: String): Unit

    Permalink
  10. val entityEngine: ExtractorEngine

    Permalink
  11. val entityLookup: ReachEntityLookup

    Permalink
  12. val entityRules: String

    Permalink
  13. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  14. def equals(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  15. val eventEngine: ExtractorEngine

    Permalink
  16. val eventRules: String

    Permalink
  17. def extractEntitiesFrom(docs: Seq[Document]): Seq[Seq[BioMention]]

    Permalink
  18. def extractEntitiesFrom(doc: Document): Seq[BioMention]

    Permalink
  19. def extractEventsFrom(doc: Document, entities: Seq[BioMention]): Seq[BioMention]

    Permalink
  20. def extractFrom(doc: Document): Seq[BioMention]

    Permalink
  21. def extractFrom(text: String, docId: String, chunkId: String): Seq[BioMention]

    Permalink
  22. def extractFrom(entries: Seq[FriesEntry], documents: Seq[Document]): Seq[BioMention]

    Permalink
  23. def extractFrom(entries: Seq[FriesEntry]): Seq[BioMention]

    Permalink
  24. def extractFrom(doc: Document, nxmlDoc: Option[NxmlDocument]): Seq[BioMention]

    Permalink
  25. def extractFrom(nxml: NxmlDocument): Seq[BioMention]

    Permalink
  26. def extractFrom(entry: FriesEntry): Seq[BioMention]

    Permalink
  27. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  28. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  29. val grounder: ReachGrounder

    Permalink
  30. def groupMentionsByDocument(mentions: Seq[BioMention], documents: Seq[Document]): Seq[Seq[BioMention]]

    Permalink
  31. def groupMentionsByStandoff(mentions: Seq[BioMention], nxml: NxmlDocument): Seq[Seq[BioMention]]

    Permalink

    group mentions according to their position in the nxml standoff

  32. def hashCode(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  33. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  34. lazy val logger: Logger

    Permalink
    Attributes
    protected
    Definition Classes
    LazyLogging
  35. def mkDoc(nxml: NxmlDocument): Document

    Permalink
  36. def mkDoc(text: String, docId: String, chunkId: String = ""): Document

    Permalink
  37. val modificationEngine: ExtractorEngine

    Permalink
  38. val modificationRules: String

    Permalink
  39. def mutationsToMentions(mention: BioTextBoundMention): Seq[BioMention]

    Permalink

    If the given mention has many mutations attached to it, return a mention for each mutation.

  40. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  41. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
  42. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
  43. val procAnnotator: BioNLPProcessor

    Permalink
  44. def resolveCoref(eventsPerDocument: Seq[Seq[BioMention]]): Seq[CorefMention]

    Permalink
  45. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  46. val textPreProc: Preprocess

    Permalink
  47. def toString(): String

    Permalink
    Definition Classes
    AnyRef → Any
  48. final def wait(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  49. final def wait(arg0: Long, arg1: Int): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  50. final def wait(arg0: Long): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from LazyLogging

Inherited from AnyRef

Inherited from Any

Ungrouped