MaltParser 1.7.1

org.maltparser.core.propagation
Class Propagations

java.lang.Object
  extended by org.maltparser.core.propagation.Propagations

public class Propagations
extends Object


Constructor Summary
Propagations(PropagationSpecs specs, DataFormatInstance dataFormatInstance)
           
 
Method Summary
 ArrayList<Propagation> getPropagations()
           
 void propagate(Edge e)
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

Propagations

public Propagations(PropagationSpecs specs,
                    DataFormatInstance dataFormatInstance)
             throws MaltChainedException
Throws:
MaltChainedException
Method Detail

propagate

public void propagate(Edge e)
               throws MaltChainedException
Throws:
MaltChainedException

getPropagations

public ArrayList<Propagation> getPropagations()

toString

public String toString()
Overrides:
toString in class Object

MaltParser 1.7.1

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