|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of FeatureGenerator in edu.columbia.cs.ref.algorithm.feature.generation |
---|
Subclasses of FeatureGenerator in edu.columbia.cs.ref.algorithm.feature.generation | |
---|---|
class |
CandidateSentenceFeatureGenerator<E extends FeatureSet>
The Class CandidateSentenceFeatureGenerator is an extension of a FeatureGenerator that produces and stores the features on a candidate sentence. |
class |
SentenceFeatureGenerator<E extends FeatureSet>
The Class CandidateSentenceFeatureGenerator is an extension of a FeatureGenerator that produces and stores the features on a sentence. |
Uses of FeatureGenerator in edu.columbia.cs.ref.algorithm.feature.generation.impl |
---|
Subclasses of FeatureGenerator 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 |
OpenNLPTokenizationFG
|
class |
SpansToStringsConvertionFG
|
class |
StanfordNLPDependencyGraphFG
|
Uses of FeatureGenerator in edu.columbia.cs.ref.model |
---|
Methods in edu.columbia.cs.ref.model that return types with arguments of type FeatureGenerator | |
---|---|
java.util.List<FeatureGenerator> |
StructureConfiguration.getUserFG()
Gets the user fg. |
Methods in edu.columbia.cs.ref.model with parameters of type FeatureGenerator | ||
---|---|---|
void |
StructureConfiguration.addFeatureGenerator(FeatureGenerator fg)
Adds the feature generator. |
|
|
FeaturableObject.getFeatures(FeatureGenerator<E> featureGenerator)
Retrieves the features that were produced by a given feature generator. |
|
|
FeaturableObject.setFeatures(FeatureGenerator<E> featureGenerator,
E fs)
Stores the features that were produced by a given feature generator. |
Uses of FeatureGenerator in edu.columbia.cs.ref.model.core |
---|
Methods in edu.columbia.cs.ref.model.core that return types with arguments of type FeatureGenerator | |
---|---|
java.util.List<FeatureGenerator> |
Core.getMandatoryFeatureGenerators()
|
Uses of FeatureGenerator in edu.columbia.cs.ref.model.core.structure |
---|
Methods in edu.columbia.cs.ref.model.core.structure with parameters of type FeatureGenerator | ||
---|---|---|
|
OperableStructure.getFeatures(FeatureGenerator<E> featureGenerator)
|
|
|
OperableStructure.setFeatures(FeatureGenerator<E> featureGenerator,
E fs)
|
Method parameters in edu.columbia.cs.ref.model.core.structure with type arguments of type FeatureGenerator | ||
---|---|---|
|
OperableStructure.getFeatures(java.lang.Class<? extends FeatureGenerator<E>> featureGenerator)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |