org.maltparser.core.propagation
Class PropagationManager
java.lang.Object
   org.maltparser.core.propagation.PropagationManager
org.maltparser.core.propagation.PropagationManager
- public class PropagationManager 
- extends Object
 
 
| Methods inherited from class java.lang.Object | 
| clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
 
PropagationManager
public PropagationManager(ConfigurationDir configDirectory,
                          SymbolTableHandler symbolTables)
loadSpecification
public void loadSpecification(String propagationSpecFileName)
                       throws MaltChainedException
- 
- Throws:
- MaltChainedException
 
propagate
public void propagate(Edge e)
               throws MaltChainedException
- 
- Throws:
- MaltChainedException
 
getPropagationSpecs
public PropagationSpecs getPropagationSpecs()
- 
 
getConfigDirectory
public ConfigurationDir getConfigDirectory()
- 
 
setConfigDirectory
public void setConfigDirectory(ConfigurationDir configDirectory)
- 
 
getSymbolTables
public SymbolTableHandler getSymbolTables()
- 
 
setSymbolTables
public void setSymbolTables(SymbolTableHandler symbolTables)
- 
 
getPropagations
public Propagations getPropagations()
- 
 
Copyright 2007-2010 Johan Hall, Jens Nilsson and Joakim Nivre.