Return-Path: X-Original-To: apmail-ctakes-commits-archive@www.apache.org Delivered-To: apmail-ctakes-commits-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 35A651762C for ; Fri, 9 Jan 2015 22:46:42 +0000 (UTC) Received: (qmail 86502 invoked by uid 500); 9 Jan 2015 22:46:43 -0000 Delivered-To: apmail-ctakes-commits-archive@ctakes.apache.org Received: (qmail 86469 invoked by uid 500); 9 Jan 2015 22:46:43 -0000 Mailing-List: contact commits-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 commits@ctakes.apache.org Received: (qmail 86458 invoked by uid 99); 9 Jan 2015 22:46:43 -0000 Received: from eris.apache.org (HELO hades.apache.org) (140.211.11.105) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 09 Jan 2015 22:46:43 +0000 Received: from hades.apache.org (localhost [127.0.0.1]) by hades.apache.org (ASF Mail Server at hades.apache.org) with ESMTP id 480A7AC01D7; Fri, 9 Jan 2015 22:46:43 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r1650691 - /ctakes/trunk/ctakes-dictionary-lookup-fast/desc/analysis_engine/UmlsOverlapLookupAnnotator.xml Date: Fri, 09 Jan 2015 22:46:43 -0000 To: commits@ctakes.apache.org From: seanfinan@apache.org X-Mailer: svnmailer-1.0.9 Message-Id: <20150109224643.480A7AC01D7@hades.apache.org> Author: seanfinan Date: Fri Jan 9 22:46:42 2015 New Revision: 1650691 URL: http://svn.apache.org/r1650691 Log: Adding descriptor for UmlsOverlapLookupAnnotator Added: ctakes/trunk/ctakes-dictionary-lookup-fast/desc/analysis_engine/UmlsOverlapLookupAnnotator.xml Added: ctakes/trunk/ctakes-dictionary-lookup-fast/desc/analysis_engine/UmlsOverlapLookupAnnotator.xml URL: http://svn.apache.org/viewvc/ctakes/trunk/ctakes-dictionary-lookup-fast/desc/analysis_engine/UmlsOverlapLookupAnnotator.xml?rev=1650691&view=auto ============================================================================== --- ctakes/trunk/ctakes-dictionary-lookup-fast/desc/analysis_engine/UmlsOverlapLookupAnnotator.xml (added) +++ ctakes/trunk/ctakes-dictionary-lookup-fast/desc/analysis_engine/UmlsOverlapLookupAnnotator.xml Fri Jan 9 22:46:42 2015 @@ -0,0 +1,166 @@ + + + + org.apache.uima.java + true + org.apache.ctakes.dictionary.lookup2.ae.OverlapJCasTermAnnotator + + UmlsOverlapLookupAnnotator + Lookup Annotator descriptor for Snomed Terms which are in a Rare Word -format Database, Ctakes + and uses overlap spans for matching in addition to exact spans + + + + + + + + windowAnnotations + Type of window to use for lookup + String + false + true + + + exclusionTags + Parts of speech to ignore when considering lookup tokens + String + false + false + + + minimumSpan + Minimum required span length of tokens to use for lookup. Default is 3 + String + false + false + + + totalTokenSkips + Specifies the number of total tokens that can be skipped. Default is 4 + String + false + false + + + consecutiveSkips + Specifies the number of consecutive non-comma tokens that can be skipped. Default is 2 + String + false + false + + + + + + windowAnnotations + + + + + org.apache.ctakes.typesystem.type.textspan.Sentence + + + + exclusionTags + + VB,VBD,VBG,VBN,VBP,VBZ,CC,CD,DT,EX,IN,LS,MD,PDT,POS,PP,PP$,PRP,PRP$,RP,TO,WDT,WP,WPS,WRB + + + + minimumSpan + + 3 + + + + totalTokenSkips + + 4 + + + + consecutiveSkips + + 2 + + + + + + + + + + + + + + org.apache.ctakes.typesystem.type.syntax.BaseToken + + org.apache.ctakes.typesystem.type.textspan.Sentence + + + org.apache.ctakes.typesystem.type.textsem.IdentifiedAnnotation + + + + + + true + true + false + + + + + + + + DictionaryDescriptor + + org.apache.ctakes.core.resource.FileResource + false + + + + + + + + DictionaryDescriptorFile + + + file:org/apache/ctakes/dictionary/lookup/fast/cTakesHsql.xml + + org.apache.ctakes.core.resource.FileResourceImpl + + + + + + DictionaryDescriptor + DictionaryDescriptorFile + + + +