|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectedu.columbia.cs.ref.algorithm.feature.generation.FeatureGenerator<E>
edu.columbia.cs.ref.algorithm.feature.generation.CandidateSentenceFeatureGenerator<SequenceFS<Span>>
edu.columbia.cs.ref.algorithm.feature.generation.impl.EntityBasedChunkingFG
public 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.
This class receives as input another feature generator that must produce the original
tokenization.
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 |
---|
public EntityBasedChunkingFG(FeatureGenerator<SequenceFS<Span>> tokenizer)
tokenizer
- the feature generator that produces the original tokenization
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |