edu.knowitall.tool

parse

package parse

Visibility
  1. Public
  2. All

Type Members

  1. trait ConstituencyParser extends AnyRef

    A constituency parser turns a sentence into a constituency tree, a structure that is somewhat like chunking but hierarchical.

  2. abstract class ConstituencyParserMain extends LineProcessor

  3. trait DependencyParser extends AnyRef

    A trait for a tool that produces dependencies, such as the Stanford dependency parser.

  4. abstract class DependencyParserMain extends LineProcessor

  5. abstract class ParseTree extends Iterable[ParseTree]

    A representation of the constituency parse.

  6. class ParseTreePhrase extends ParseTree

  7. class ParseTreePostag extends ParseTree

  8. class ParseTreeToken extends ParseTree

  9. class RemoteDependencyParser extends DependencyParser with Remote

Value Members

  1. package graph

Ungrouped