edu.arizona.sista.reach

PaperReader

Related Doc: package reach

object PaperReader

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

Type Members

  1. type Dataset = Map[PaperId, Vector[Mention]]

  2. type PaperId = String

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. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  5. def clone(): AnyRef

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

  7. val contextConfig: ConfigObject

  8. val contextEngineParams: Map[String, String]

  9. val contextEngineType: context.ContextEngineFactory.Engine.Value

  10. val csvReader: CSVParser

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

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

    Definition Classes
    AnyRef → Any
  13. def finalize(): Unit

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

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

    Definition Classes
    AnyRef → Any
  16. val ignoreSections: Buffer[String]

  17. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  18. final def ne(arg0: AnyRef): Boolean

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

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

    Definition Classes
    AnyRef
  21. val nxmlReader: NxmlReader

  22. def readCSVPaper(file: File): (String, Vector[Mention])

    Produces Mentions from .csv papers using CSVParser and ReachSystem

    Produces Mentions from .csv papers using CSVParser and ReachSystem

    file

    a File with the .csv extension

    returns

    (PaperID, Mentions)

  23. def readNXMLPaper(file: File): (String, Vector[Mention])

    Produces Mentions from .nxml papers using NxmlReader and ReachSystem

    Produces Mentions from .nxml papers using NxmlReader and ReachSystem

    file

    a File with the .csv extension

    returns

    (PaperID, Mentions)

  24. def readPaper(file: File): (String, Vector[Mention])

    Produces Mentions from either a .nxml or .csv paper using NxmlReader or CSVParser and ReachSystem

    Produces Mentions from either a .nxml or .csv paper using NxmlReader or CSVParser and ReachSystem

    file

    a File with either the .csv or .nxml extension

    returns

    (PaperID, Mentions)

  25. def readPapers(dir: File): Dataset

    Produces Dataset from a directory of nxml and csv papers.

    Produces Dataset from a directory of nxml and csv papers.

    dir

    a File (directory) of nxml and csv papers

    returns

    a Dataset (PaperID -> Mentions)

  26. def readPapers(path: String): Dataset

    Produces Dataset from a directory of nxml and csv papers

    Produces Dataset from a directory of nxml and csv papers

    path

    a directory of nxml and csv papers

    returns

    a Dataset (PaperID -> Mentions)

  27. val rs: ReachSystem

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

    Definition Classes
    AnyRef
  29. val threadLimit: Int

  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