package GreedyTransition
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- GreedyTransition
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Type Members
- type ClassName = String
- type ClassNum = Int
- type DependencyIndex = Int
-
class
DependencyMaker extends Serializable
Inspired on https://github.com/mdda/ConciseGreedyDependencyParser-in-Scala
- case class Feature(name: FeatureName, data: FeatureData) extends Product with Serializable
- type FeatureData = String
- type FeatureName = String
- type Move = Int
- type Score = Float
- type Sentence = List[WordData]
- type Word = String
- case class WordData(raw: Word, pos: ClassName = "", dep: DependencyIndex = -1) extends Product with Serializable
Value Members
- object DependencyMaker extends Serializable
- object GreedyTransitionApproach