MaltParser 1.3

Uses of Interface
org.maltparser.core.feature.AbstractFeatureFactory

Packages that use AbstractFeatureFactory
org.maltparser.parser The top package for Single Malt Parser. 
org.maltparser.parser.algorithm.covington Implements the Covington deterministic parsing algorithms. 
org.maltparser.parser.algorithm.nivre Implements the Nivre deterministic parsing algorithms. 
org.maltparser.parser.algorithm.stack Implements the Stack parsing algorithms. 
 

Uses of AbstractFeatureFactory in org.maltparser.parser
 

Subinterfaces of AbstractFeatureFactory in org.maltparser.parser
 interface AbstractParserFactory
           
 

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

Classes in org.maltparser.parser.algorithm.covington that implement AbstractFeatureFactory
 class CovingtonFactory
           
 class CovingtonNonProjFactory
           
 class CovingtonProjFactory
           
 

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

Classes in org.maltparser.parser.algorithm.nivre that implement AbstractFeatureFactory
 class NivreArcEagerFactory
           
 class NivreArcStandardFactory
           
 class NivreFactory
           
 

Uses of AbstractFeatureFactory in org.maltparser.parser.algorithm.stack
 

Classes in org.maltparser.parser.algorithm.stack that implement AbstractFeatureFactory
 class StackFactory
           
 class StackProjFactory
           
 class StackSwapEagerFactory
           
 class StackSwapLazyFactory
           
 


MaltParser 1.3

Copyright 2007-2009 Johan Hall, Jens Nilsson and Joakim Nivre.