MaltParser 1.0.1

org.maltparser.parser.guide.feature
Interface Featurable

All Known Subinterfaces:
ParsingAlgorithm
All Known Implementing Classes:
Covington, CovingtonNonProjective, CovingtonProjective, Nivre, NivreEager, NivreStandard, Node

public interface Featurable


Method Summary
 Node getNode(String dataStructure, int index)
           
 boolean isOperation(String dataStructure)
           
 

Method Detail

getNode

Node getNode(String dataStructure,
             int index)
             throws MaltChainedException
Throws:
MaltChainedException

isOperation

boolean isOperation(String dataStructure)
                    throws MaltChainedException
Throws:
MaltChainedException

MaltParser 1.0.1

Copyright 2007 Johan Hall, Jens Nilsson and Joakim Nivre.