Hi Team,

While going through code I couldn't find any "FeatureExtractor" list used
for DegreeOfRelationExtractorAnnotator.

I was able to identify following list of feature extractors in super class:

        new TokenFeaturesExtractor(),
        new PartOfSpeechFeaturesExtractor(),
        new PhraseChunkingExtractor(),
        new NamedEntityFeaturesExtractor(),
        new DependencyTreeFeaturesExtractor(),
        new DependencyPathFeaturesExtractor()

Same being used for "DegreeOfRelationExtractorAnnotator" (or) Am I missing
something?

Thank you,
Giri

Reply via email to