MaltParser 1.0.1

Uses of Interface
org.maltparser.parser.guide.feature.Featurable

Packages that use Featurable
org.maltparser.core.graph Contains classes for building a dependency graph. 
org.maltparser.parser.algorithm Contains classes for creating an implementation of a deterministic parsing algorithm. 
org.maltparser.parser.algorithm.covington Implements the Covington deterministic parsing algorithms. 
org.maltparser.parser.algorithm.nivre Implements the Nivre deterministic parsing algorithms. 
 

Uses of Featurable in org.maltparser.core.graph
 

Classes in org.maltparser.core.graph that implement Featurable
 class Node
           
 

Uses of Featurable in org.maltparser.parser.algorithm
 

Subinterfaces of Featurable in org.maltparser.parser.algorithm
 interface ParsingAlgorithm
           
 

Uses of Featurable in org.maltparser.parser.algorithm.covington
 

Classes in org.maltparser.parser.algorithm.covington that implement Featurable
 class Covington
           
 class CovingtonNonProjective
           
 class CovingtonProjective
           
 

Uses of Featurable in org.maltparser.parser.algorithm.nivre
 

Classes in org.maltparser.parser.algorithm.nivre that implement Featurable
 class Nivre
           
 class NivreEager
           
 class NivreStandard
           
 


MaltParser 1.0.1

Copyright 2007 Johan Hall, Jens Nilsson and Joakim Nivre.