Uses of Class
edu.columbia.cs.ref.algorithm.feature.generation.CandidateSentenceFeatureGenerator

Packages that use CandidateSentenceFeatureGenerator
edu.columbia.cs.ref.algorithm.feature.generation.impl   
 

Uses of CandidateSentenceFeatureGenerator in edu.columbia.cs.ref.algorithm.feature.generation.impl
 

Subclasses of CandidateSentenceFeatureGenerator in edu.columbia.cs.ref.algorithm.feature.generation.impl
 class EntityBasedChunkingFG
          The Class EntityBasedChunkingFG is a candidate sentence feature generator that chunks tokens according to the boundaries of the entities in the candidate sentence.
 class EntitySplitsFG
          The Class EntitySplitsFG divides each candidate sentence according to the positions of the entities.
 class GenericPartOfSpeechFG
           
 class KnowItAllChunkingFG
           
 class OpenInformationExtractionFG
           
 class OpenNLPPartOfSpeechFG
           
 class SpansToStringsConvertionFG
           
 class StanfordNLPDependencyGraphFG