Thanks Tim!
On Mon, Jul 15, 2013 at 7:41 AM, Miller, Timothy < [email protected]> wrote: > Yes, that's right. Both the degree_of and location_of classifiers use > the default feature set provided by the super class. It is possible to > change that behavior in a sub-class by overriding the > getFeatureExtractors() method. > > Tim > > On 07/14/2013 11:09 PM, Girivaraprasad Nambari wrote: > > 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 > > > >
