edu.knowitall

openparse

package openparse

Visibility
  1. Public
  2. All

Type Members

  1. class ArgumentMatcher extends ExtractionPartMatcher

    A dependency node used to match an argument in a pattern extractor.

  2. sealed abstract class ExtractionPartMatcher extends CaptureNodeMatcher[DependencyNode]

    A dependency node used to match an extraction part in a pattern extractor.

  3. class ExtractorPattern extends DependencyPattern

    A wrapper for a dependency pattern that adds some convenience methods for working with patterns intended for extraction of binary relations.

  4. class OpenParse extends AnyRef

    OpenParse is an extractor that find binary relation in dependency graphs.

  5. class RelationMatcher extends ExtractionPartMatcher

    A dependency node used to match a relation in a pattern extractor.

  6. class SlotMatcher extends ExtractionPartMatcher

    A dependency node used to match a slot in a pattern extractor.

Value Members

  1. object AnalyzePatterns

  2. object BuildPatterns

    A main method for creating patterns from a lemma grep.

  3. object CountPatternComponents

  4. object CountSentenceComponents

  5. object ExtractorPattern

  6. object GraphExpansions

    A collection of helper methods for expanding a node in a graph and/or sentence according to some metric.

  7. object KeepCommonPatterns

    A command line application to filter out only the patterns that occur more than the specific number of times.

  8. object KeepDiversePatterns

    A command line application to filter out only the patterns that are found with the specific number of seeds.

  9. object OpenParse

  10. package bootstrap

  11. package eval

  12. package extract

  13. package template

Ungrouped