edu.knowitall.openparse

OpenParse

object OpenParse

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

Type Members

  1. case class Configuration(simplifyVBPostags: Boolean = false, simplifyPostags: Boolean = true, confidenceThreshold: Double = 0.0, expandExtraction: Boolean = true, restrictArguments: Boolean = true, keepDuplicates: Boolean = false, collapseGraph: Boolean = true) extends Product with Serializable

    Configuration options.

  2. abstract class Settings extends AnyRef

    Settings for OpenParse.

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. val CHUNK_SIZE: Int

  7. val LEMMA_BLACKLIST: Set[String]

  8. val VALID_ARG_POSTAG: Set[String]

  9. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  10. def clone(): AnyRef

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws()
  11. def defaultModelUrl: URL

    An url to the default model

  12. def deserialize(line: String): Option[DependencyGraph]

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

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

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

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws()
  16. def fromModelFile(file: File, configuration: Configuration = new Configuration()): OpenParse

    Create an OpenParse extractor by reading a model from the specified file.

  17. def fromModelSource(source: Source, configuration: Configuration = new Configuration()): OpenParse

    Create an OpenParse extractor reading a model from the specified source.

  18. def fromModelUrl(url: URL, configuration: Configuration = new Configuration()): OpenParse

    Create an OpenParse extractor by reading a model from the specified url.

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

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

    Definition Classes
    AnyRef → Any
  21. implicit def implicitBuildExtraction: (DependencyGraph, Match[DependencyNode], PatternExtractor) ⇒ Iterable[DetailedExtraction]

  22. implicit def implicitValidMatch: (Graph[DependencyNode]) ⇒ (Match[DependencyNode]) ⇒ Boolean

  23. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  24. val logger: Logger

  25. def main(args: Array[String]): Unit

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

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

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

    Definition Classes
    AnyRef
  29. def run(settings: Settings, parse: (String) ⇒ Option[DependencyGraph] = deserialize): Unit

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

    Definition Classes
    AnyRef
  31. def toString(): String

    Definition Classes
    AnyRef → Any
  32. def validMatch(restrictArguments: Boolean)(graph: Graph[DependencyNode])(m: Match[DependencyNode]): Boolean

    Filter matches (pre-extracitons) that are invalid

  33. final def wait(): Unit

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

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

    Definition Classes
    AnyRef
    Annotations
    @throws()
  36. def withDefaultModel(configuration: Configuration = new Configuration()): OpenParse

    Create an OpenParse extractor using the default model

Inherited from AnyRef

Inherited from Any

Ungrouped