edu.columbia.cs.ref.algorithm.feature.generation.impl
Class EntityBasedChunkingFG

java.lang.Object
  extended by edu.columbia.cs.ref.algorithm.feature.generation.FeatureGenerator<E>
      extended by edu.columbia.cs.ref.algorithm.feature.generation.CandidateSentenceFeatureGenerator<SequenceFS<Span>>
          extended by edu.columbia.cs.ref.algorithm.feature.generation.impl.EntityBasedChunkingFG
All Implemented Interfaces:
java.io.Serializable

public class EntityBasedChunkingFG
extends CandidateSentenceFeatureGenerator<SequenceFS<Span>>

The Class EntityBasedChunkingFG is a candidate sentence feature generator that chunks tokens according to the boundaries of the entities in the candidate sentence.

This class receives as input another feature generator that must produce the original tokenization.

Since:
2011-09-27
Version:
0.1
Author:
Pablo Barrio, Goncalo Simoes
See Also:
Serialized Form

Constructor Summary
EntityBasedChunkingFG(FeatureGenerator<SequenceFS<Span>> tokenizer)
          Instantiates a new entity based chunking fg.
 
Method Summary
 
Methods inherited from class edu.columbia.cs.ref.algorithm.feature.generation.FeatureGenerator
generateFeatures
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EntityBasedChunkingFG

public EntityBasedChunkingFG(FeatureGenerator<SequenceFS<Span>> tokenizer)
Instantiates a new entity based chunking fg.

Parameters:
tokenizer - the feature generator that produces the original tokenization