edu.columbia.cs.ref.algorithm
Class StructureGenerator

java.lang.Object
  extended by edu.columbia.cs.ref.algorithm.StructureGenerator

public class StructureGenerator
extends java.lang.Object

The Class StructureGenerator is responsible for generating all the operable structures from a given set of candidate sentences with regard for a given configuration file.

Since:
2011-09-27
Version:
0.1
Author:
Pablo Barrio, Goncalo Simoes

Constructor Summary
StructureGenerator()
           
 
Method Summary
static java.util.Set<OperableStructure> generateStructures(java.util.Set<CandidateSentence> candidates, StructureConfiguration config)
          Generate all the operable structures from a given set of candidate sentences with regard for a given configuration file.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

StructureGenerator

public StructureGenerator()
Method Detail

generateStructures

public static java.util.Set<OperableStructure> generateStructures(java.util.Set<CandidateSentence> candidates,
                                                                  StructureConfiguration config)
Generate all the operable structures from a given set of candidate sentences with regard for a given configuration file.

Parameters:
candidates - the candidate sentences
config - the structure configuration
Returns:
the generated operable structures