Packages

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
  2. type ClassNum = Int
  3. type DependencyIndex = Int
  4. class DependencyMaker extends Serializable

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

  5. case class Feature(name: FeatureName, data: FeatureData) extends Product with Serializable
  6. type FeatureData = String
  7. type FeatureName = String
  8. type Move = Int
  9. type Score = Float
  10. type Sentence = List[WordData]
  11. type Word = String
  12. case class WordData(raw: Word, pos: ClassName = "", dep: DependencyIndex = -1) extends Product with Serializable

Value Members

  1. object DependencyMaker extends Serializable
  2. object GreedyTransitionApproach

Inherited from AnyRef

Inherited from Any

Ungrouped