Return-Path: X-Original-To: apmail-ctakes-dev-archive@www.apache.org Delivered-To: apmail-ctakes-dev-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 288AA107AE for ; Mon, 15 Jul 2013 11:42:53 +0000 (UTC) Received: (qmail 52164 invoked by uid 500); 15 Jul 2013 11:42:50 -0000 Delivered-To: apmail-ctakes-dev-archive@ctakes.apache.org Received: (qmail 52070 invoked by uid 500); 15 Jul 2013 11:42:39 -0000 Mailing-List: contact dev-help@ctakes.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@ctakes.apache.org Delivered-To: mailing list dev@ctakes.apache.org Received: (qmail 52058 invoked by uid 99); 15 Jul 2013 11:42:36 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 15 Jul 2013 11:42:36 +0000 X-ASF-Spam-Status: No, hits=-0.0 required=5.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of Timothy.Miller@childrens.harvard.edu designates 134.174.20.73 as permitted sender) Received: from [134.174.20.73] (HELO mailsmtp3.childrenshospital.org) (134.174.20.73) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 15 Jul 2013 11:42:30 +0000 Received: from pps.filterd (mailsmtp3.childrenshospital.org [127.0.0.1]) by mailsmtp3.childrenshospital.org (8.14.5/8.14.5) with SMTP id r6FBccrh008014 for ; Mon, 15 Jul 2013 07:41:57 -0400 Received: from smtpndc2.chboston.org (smtpndc2.chboston.org [10.20.50.105]) by mailsmtp3.childrenshospital.org with ESMTP id 1dkmwd182q-1 (version=TLSv1/SSLv3 cipher=AES256-SHA bits=256 verify=NOT) for ; Mon, 15 Jul 2013 07:41:57 -0400 Received: from pps.filterd (smtpndc2.chboston.org [127.0.0.1]) by smtpndc2.chboston.org (8.14.5/8.14.5) with SMTP id r6FBe6Uh026283 for ; Mon, 15 Jul 2013 07:41:56 -0400 Received: from chexhubcasbdc2.chboston.org (chexhubcasbdc2.chboston.org [10.20.18.93]) by smtpndc2.chboston.org with ESMTP id 1dj1rnjp46-1 (version=TLSv1/SSLv3 cipher=AES128-SHA bits=128 verify=NOT) for ; Mon, 15 Jul 2013 07:41:56 -0400 Received: from CHEXMBX3A.CHBOSTON.ORG ([fe80::8df1:9966:b0b0:841d]) by CHEXHUBCASBDC2.CHBOSTON.ORG ([::1]) with mapi id 14.02.0342.003; Mon, 15 Jul 2013 07:41:56 -0400 From: "Miller, Timothy" To: "dev@ctakes.apache.org" Subject: Re: List of FeatureExtractors used in DegreeOfRelationExtractor? Thread-Topic: List of FeatureExtractors used in DegreeOfRelationExtractor? Thread-Index: AQHOgQiptG3/pdmSw0eq/zy57OULww== Date: Mon, 15 Jul 2013 11:41:56 +0000 Message-ID: References: Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-originating-ip: [172.18.21.55] Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 X-Proofpoint-Virus-Version: vendor=fsecure engine=2.50.10432:5.10.8794,1.0.431,0.0.0000 definitions=2013-07-15_02:2013-07-12,2013-07-15,1970-01-01 signatures=0 X-Proofpoint-Virus-Version: vendor=fsecure engine=2.50.10432:5.10.8794,1.0.431,0.0.0000 definitions=2013-07-15_02:2013-07-12,2013-07-15,1970-01-01 signatures=0 X-Virus-Checked: Checked by ClamAV on apache.org Yes, that's right. Both the degree_of and location_of classifiers use=0A= the default feature set provided by the super class. It is possible to=0A= change that behavior in a sub-class by overriding the=0A= getFeatureExtractors() method.=0A= =0A= Tim=0A= =0A= On 07/14/2013 11:09 PM, Girivaraprasad Nambari wrote:=0A= > Hi Team,=0A= >=0A= > While going through code I couldn't find any "FeatureExtractor" list used= =0A= > for DegreeOfRelationExtractorAnnotator.=0A= >=0A= > I was able to identify following list of feature extractors in super clas= s:=0A= >=0A= > new TokenFeaturesExtractor(),=0A= > new PartOfSpeechFeaturesExtractor(),=0A= > new PhraseChunkingExtractor(),=0A= > new NamedEntityFeaturesExtractor(),=0A= > new DependencyTreeFeaturesExtractor(),=0A= > new DependencyPathFeaturesExtractor()=0A= >=0A= > Same being used for "DegreeOfRelationExtractorAnnotator" (or) Am I missin= g=0A= > something?=0A= >=0A= > Thank you,=0A= > Giri=0A= >=0A= =0A=