Return-Path: X-Original-To: apmail-incubator-ctakes-commits-archive@minotaur.apache.org Delivered-To: apmail-incubator-ctakes-commits-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 101B8D493 for ; Mon, 17 Dec 2012 18:39:48 +0000 (UTC) Received: (qmail 423 invoked by uid 500); 17 Dec 2012 18:39:47 -0000 Delivered-To: apmail-incubator-ctakes-commits-archive@incubator.apache.org Received: (qmail 391 invoked by uid 500); 17 Dec 2012 18:39:47 -0000 Mailing-List: contact ctakes-commits-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: ctakes-dev@incubator.apache.org Delivered-To: mailing list ctakes-commits@incubator.apache.org Received: (qmail 384 invoked by uid 99); 17 Dec 2012 18:39:47 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 17 Dec 2012 18:39:47 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=5.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO eris.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 17 Dec 2012 18:39:44 +0000 Received: from eris.apache.org (localhost [127.0.0.1]) by eris.apache.org (Postfix) with ESMTP id ECE3F2388A36; Mon, 17 Dec 2012 18:39:22 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r1423089 - in /incubator/ctakes/trunk/ctakes-ne-contexts: ./ src/main/resources/ src/main/resources/org/ src/main/resources/org/apache/ src/main/resources/org/apache/ctakes/ src/main/resources/org/apache/ctakes/necontexts/ src/main/resource... Date: Mon, 17 Dec 2012 18:39:22 -0000 To: ctakes-commits@incubator.apache.org From: spmurphy50@apache.org X-Mailer: svnmailer-1.0.8-patched Message-Id: <20121217183922.ECE3F2388A36@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: spmurphy50 Date: Mon Dec 17 18:39:21 2012 New Revision: 1423089 URL: http://svn.apache.org/viewvc?rev=1423089&view=rev Log: CTAKES-101 Added: incubator/ctakes/trunk/ctakes-ne-contexts/src/main/resources/ incubator/ctakes/trunk/ctakes-ne-contexts/src/main/resources/org/ incubator/ctakes/trunk/ctakes-ne-contexts/src/main/resources/org/apache/ incubator/ctakes/trunk/ctakes-ne-contexts/src/main/resources/org/apache/ctakes/ incubator/ctakes/trunk/ctakes-ne-contexts/src/main/resources/org/apache/ctakes/necontexts/ incubator/ctakes/trunk/ctakes-ne-contexts/src/main/resources/org/apache/ctakes/necontexts/desc/ incubator/ctakes/trunk/ctakes-ne-contexts/src/main/resources/org/apache/ctakes/necontexts/desc/NegationAnnotator.xml (with props) Modified: incubator/ctakes/trunk/ctakes-ne-contexts/.classpath Modified: incubator/ctakes/trunk/ctakes-ne-contexts/.classpath URL: http://svn.apache.org/viewvc/incubator/ctakes/trunk/ctakes-ne-contexts/.classpath?rev=1423089&r1=1423088&r2=1423089&view=diff ============================================================================== --- incubator/ctakes/trunk/ctakes-ne-contexts/.classpath (original) +++ incubator/ctakes/trunk/ctakes-ne-contexts/.classpath Mon Dec 17 18:39:21 2012 @@ -1,28 +1,29 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Added: incubator/ctakes/trunk/ctakes-ne-contexts/src/main/resources/org/apache/ctakes/necontexts/desc/NegationAnnotator.xml URL: http://svn.apache.org/viewvc/incubator/ctakes/trunk/ctakes-ne-contexts/src/main/resources/org/apache/ctakes/necontexts/desc/NegationAnnotator.xml?rev=1423089&view=auto ============================================================================== --- incubator/ctakes/trunk/ctakes-ne-contexts/src/main/resources/org/apache/ctakes/necontexts/desc/NegationAnnotator.xml (added) +++ incubator/ctakes/trunk/ctakes-ne-contexts/src/main/resources/org/apache/ctakes/necontexts/desc/NegationAnnotator.xml Mon Dec 17 18:39:21 2012 @@ -0,0 +1,160 @@ + + + +org.apache.uima.java +true +org.apache.ctakes.necontexts.ContextAnnotator + +NegationAnnotator + + +MaxLeftScopeSize + +Integer +false +true + + +MaxRightScopeSize + +Integer +false +true + + +ScopeOrder + +String +true +true + + +ContextAnalyzerClass +String +false +true + + +ContextHitConsumerClass + +String +false +true + + +WindowAnnotationClass +String +false +true + + +FocusAnnotationClass +String +false +true + + +ContextAnnotationClass +String +false +true + + + + +MaxLeftScopeSize + +7 + + + +MaxRightScopeSize + +7 + + + +ScopeOrder + + +LEFT +RIGHT + + + + +ContextHitConsumerClass + +org.apache.ctakes.necontexts.negation.NegationContextHitConsumer + + + +WindowAnnotationClass + +org.apache.ctakes.typesystem.type.textspan.Sentence + + + +FocusAnnotationClass + +org.apache.ctakes.typesystem.type.textsem.IdentifiedAnnotation + + + +ContextAnnotationClass + +org.apache.ctakes.typesystem.type.syntax.BaseToken + + + +ContextAnalyzerClass + +org.apache.ctakes.necontexts.negation.NegationContextAnalyzer + + + + + + + + + + + + +org.apache.ctakes.typesystem.type.textsem.IdentifiedAnnotation +org.apache.ctakes.typesystem.type.syntax.BaseToken + + +org.apache.ctakes.necontexts.type.ContextAnnotation + + + + + +true +true +false + + + + Propchange: incubator/ctakes/trunk/ctakes-ne-contexts/src/main/resources/org/apache/ctakes/necontexts/desc/NegationAnnotator.xml ------------------------------------------------------------------------------ svn:mime-type = text/plain