Package

nlpdata.datasets

propbank

Permalink

package propbank

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. propbank
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Type Members

  1. case class PropBankFile(path: PropBankPath, sentences: Vector[PropBankSentence]) extends Product with Serializable

    Permalink
  2. class PropBankFileSystemService extends PropBankService[Try]

    Permalink
  3. case class PropBankPath(get: String) extends Product with Serializable

    Permalink
  4. case class PropBankSentence(path: PropBankSentencePath, wordsOriginal: List[Word], syntaxTreeOriginal: SyntaxTree, predicateArgumentStructuresOriginal: List[PredicateArgumentStructure]) extends Product with Serializable

    Permalink
  5. case class PropBankSentencePath(filePath: PropBankPath, sentenceNum: Int) extends Product with Serializable

    Permalink
  6. trait PropBankService[M[_]] extends AnyRef

    Permalink

Value Members

  1. object Parsing

    Permalink

    Provides parsing of argument spans.

  2. object PropBankSentence extends Serializable

    Permalink

Inherited from AnyRef

Inherited from Any

Ungrouped