edu.knowitall.openie

OpenIECli

object OpenIECli extends App

* A command line application for exploring Open IE.

Input is a sentence (or text to be broken into sentences if --split is specified) and output is one or more extractions.

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

Type Members

  1. case class Config(inputFile: Option[File] = scala.None, outputFile: Option[File] = scala.None, parserServer: Option[URL] = scala.None, srlServer: Option[URL] = scala.None, encoding: String = "UTF-8", formatter: OutputFormat = OpenIECli.this.SimpleFormat, split: Boolean = false) extends Product with Serializable

    * A class that represents the command line configuration of the application.

  2. sealed abstract class OutputFormat extends AnyRef

    * An abstract class definite how extractions are outputted.

Value Members

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

    Definition Classes
    AnyRef
  2. final def !=(arg0: Any): Boolean

    Definition Classes
    Any
  3. final def ##(): Int

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

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

    Definition Classes
    Any
  6. object ColumnFormat extends OutputFormat with Product with Serializable

    * All relevant data is printed in columns seperated by tab.

  7. object OutputFormat

  8. object SimpleFormat extends OutputFormat with Product with Serializable

    * Sentences are printed followed by extractions, one per line.

  9. def args: Array[String]

    Attributes
    protected
    Definition Classes
    App
  10. val argumentParser: OptionParser[Config]

  11. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  12. def clone(): AnyRef

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  13. def delayedInit(body: ⇒ Unit): Unit

    Definition Classes
    App → DelayedInit
  14. final def eq(arg0: AnyRef): Boolean

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

    Definition Classes
    AnyRef → Any
  16. val executionStart: Long

    Definition Classes
    App
  17. def finalize(): Unit

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

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

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

    Definition Classes
    Any
  21. def main(args: Array[String]): Unit

    Definition Classes
    App
  22. final def ne(arg0: AnyRef): Boolean

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

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

    Definition Classes
    AnyRef
  25. def run(config: Config): Unit

    * Main method with structured arguments.

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

    Definition Classes
    AnyRef
  27. def toString(): String

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

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

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

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from App

Inherited from DelayedInit

Inherited from AnyRef

Inherited from Any

Ungrouped