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 DependencyMaker extends Serializable

    Permalink

    Inspired on https://github.com/mdda/ConciseGreedyDependencyParser-in-Scala

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

    Permalink
  6. type FeatureData = String

    Permalink
  7. type FeatureName = String

    Permalink
  8. type Move = Int

    Permalink
  9. type Score = Float

    Permalink
  10. type Sentence = List[WordData]

    Permalink
  11. type Word = String

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

    Permalink

Value Members

  1. object DependencyMaker extends Serializable

    Permalink
  2. object GreedyTransitionApproach

    Permalink

Inherited from AnyRef

Inherited from Any

Ungrouped