edu.columbia.cs.ref.model.core
Class Core

java.lang.Object
  extended by edu.columbia.cs.ref.model.core.Core
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
Kernel, OpenInformationExtractionCore

public abstract class Core
extends java.lang.Object
implements java.io.Serializable

See Also:
Serialized Form

Constructor Summary
Core()
           
 
Method Summary
 java.util.List<FeatureGenerator> getMandatoryFeatureGenerators()
           
 OperableStructure getStructure(CandidateSentence sent)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Core

public Core()
Method Detail

getMandatoryFeatureGenerators

public java.util.List<FeatureGenerator> getMandatoryFeatureGenerators()

getStructure

public OperableStructure getStructure(CandidateSentence sent)