edu.arizona.sista.reach.apis

ApiRuler

Related Doc: package apis

object ApiRuler

External interface class to accept and process text strings and NXML documents, returning REACH results in either FRIES or IndexCard JSON format. Last Modified: Add output format argument to API calls.

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. ApiRuler
  2. AnyRef
  3. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Type Members

  1. type Response = Map[String, Any]

Value Members

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

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

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

    Definition Classes
    AnyRef → Any
  4. def annotateEntry(entry: FriesEntry, outFormat: String): Response

    Annotates a single FriesEntry and returns a response.

  5. def annotateNxml(nxml: String, outFormat: String): Response

    Extracts raw text from given nxml and returns a response with all the mentions.

  6. def annotateText(text: String, docId: String = prefix, chunkId: String = suffix, outFormat: String = "fries"): Response

    annotates some text by converting it to a FriesEntry and calling annotateEntry().

  7. def annotateText(text: String, outFormat: String): Response

    Annotates some text by converting it to a FriesEntry and calling annotateEntry().

    Annotates some text by converting it to a FriesEntry and calling annotateEntry(). Uses fake document ID and chunk ID.

  8. val apiRequestCntr: IncrementingId

  9. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  10. def clone(): AnyRef

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  11. val config: Config

  12. val encoding: String

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

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

    Definition Classes
    AnyRef → Any
  15. def extractMentions(entry: FriesEntry): Seq[Mention]

    Extracts the mentions from a FriesEntry to a list.

  16. def finalize(): Unit

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  17. val friesOutputter: FriesOutput

  18. final def getClass(): Class[_]

    Definition Classes
    AnyRef → Any
  19. def hashCode(): Int

    Definition Classes
    AnyRef → Any
  20. val ignoreSections: List[String]

  21. val indexCardOutputter: IndexCardOutput

  22. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  23. def mkResponse(entries: Seq[FriesEntry], lazyMentions: ⇒ Seq[Mention], outFormat: String): Response

    Gets a sequence of FriesEntries and their extracted mentions (by name) and constructs a Response.

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

    Definition Classes
    AnyRef
  25. final def notify(): Unit

    Definition Classes
    AnyRef
  26. final def notifyAll(): Unit

    Definition Classes
    AnyRef
  27. val reach: ReachSystem

  28. val reader: NxmlReader

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

    Definition Classes
    AnyRef
  30. def toString(): String

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

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

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

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from AnyRef

Inherited from Any

Ungrouped