|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectedu.columbia.cs.ref.algorithm.StructureGenerator
public class StructureGenerator
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.
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 |
---|
public StructureGenerator()
Method Detail |
---|
public static java.util.Set<OperableStructure> generateStructures(java.util.Set<CandidateSentence> candidates, StructureConfiguration config)
candidates
- the candidate sentencesconfig
- the structure configuration
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |