decoder.ParallelRearrangeNBest2 Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of anna Show documentation
Show all versions of anna Show documentation
Tools for Natural Language Analysis, Generation and Machine Learning
The newest version!
package decoder;
import is2.data.DataF;
import is2.data.Edges;
import is2.data.Parse;
import is2.data.ParseNBest;
import java.util.ArrayList;
import java.util.concurrent.Callable;
import decoder.ParallelRearrangeNBest.PA;
import extractors.Extractor;
/**
* @author Dr. Bernd Bohnet, 30.08.2009
*
* This class implements a parallel edge rearrangement for non-projective parsing;
* The linear method was first suggest by Rayn McDonald et. al. 2005.
*/
final public class ParallelRearrangeNBest2 implements Callable