Package

com.johnsnowlabs.nlp.annotators.parser.dep

GreedyTransition

Permalink

package GreedyTransition

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

Type Members

  1. type ClassName = String

    Permalink
  2. type ClassNum = Int

    Permalink
  3. type DependencyIndex = Int

    Permalink
  4. class DependencyMakerPrediction extends AnyRef

    Permalink
  5. class DependencyMakerTraining extends AnyRef

    Permalink
  6. case class Feature(name: FeatureName, data: FeatureData) extends Product with Serializable

    Permalink
  7. type FeatureData = String

    Permalink
  8. type FeatureName = String

    Permalink
  9. class GreedyTransitionApproach extends AnyRef

    Permalink

    Parser based on the code of Matthew Honnibal and Martin Andrews

  10. type Move = Int

    Permalink
  11. type Score = Double

    Permalink
  12. type Sentence = List[WordData]

    Permalink
  13. type Word = String

    Permalink
  14. case class WordData(raw: Word, pos: ClassName = "", dep: DependencyIndex = 1) extends Product with Serializable

    Permalink

Inherited from AnyRef

Inherited from Any

Ungrouped