org.maltparser.transform.pseudo
Class PseudoProjectivity
java.lang.Object
   org.maltparser.transform.pseudo.PseudoProjectivity
org.maltparser.transform.pseudo.PseudoProjectivity
- public class PseudoProjectivity 
- extends Object
This class contains methods for projectivizing and deprojectivizing
- Since:
- 1.0
- Author:
- Jens Nilsson
 
 
| Methods inherited from class java.lang.Object | 
| clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
 
PseudoProjectivity
public PseudoProjectivity()
initialize
public void initialize(String markingStrategyString,
                       String coveredRoot,
                       String liftingOrder,
                       org.apache.log4j.Logger configLogger,
                       SymbolTableHandler symbolTables)
                throws MaltChainedException
- 
- Throws:
- MaltChainedException
 
projectivize
public void projectivize(DependencyStructure pdg)
                  throws MaltChainedException
- 
- Throws:
- MaltChainedException
 
mergeArclabels
public void mergeArclabels(DependencyStructure pdg)
                    throws MaltChainedException
- 
- Throws:
- MaltChainedException
 
splitArclabels
public void splitArclabels(DependencyStructure pdg)
                    throws MaltChainedException
- 
- Throws:
- MaltChainedException
 
deprojectivize
public void deprojectivize(DependencyStructure pdg)
                    throws MaltChainedException
- 
- Throws:
- MaltChainedException
 
Copyright 2007-2010 Johan Hall, Jens Nilsson and Joakim Nivre.