Return-Path: X-Original-To: apmail-uima-user-archive@www.apache.org Delivered-To: apmail-uima-user-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 5785190AD for ; Mon, 9 Jul 2012 12:43:47 +0000 (UTC) Received: (qmail 60074 invoked by uid 500); 9 Jul 2012 12:43:47 -0000 Delivered-To: apmail-uima-user-archive@uima.apache.org Received: (qmail 59704 invoked by uid 500); 9 Jul 2012 12:43:43 -0000 Mailing-List: contact user-help@uima.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: user@uima.apache.org Delivered-To: mailing list user@uima.apache.org Received: (qmail 59663 invoked by uid 99); 9 Jul 2012 12:43:42 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 09 Jul 2012 12:43:42 +0000 X-ASF-Spam-Status: No, hits=1.5 required=5.0 tests=FSL_RCVD_USER,HTML_MESSAGE,RCVD_IN_DNSWL_LOW,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of bp.untn@gmail.com designates 209.85.213.175 as permitted sender) Received: from [209.85.213.175] (HELO mail-yx0-f175.google.com) (209.85.213.175) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 09 Jul 2012 12:43:35 +0000 Received: by yenl13 with SMTP id l13so9311915yen.6 for ; Mon, 09 Jul 2012 05:43:15 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; bh=Nx8/DWm2GoM+Mw7MmjtHiR1tHhUtqdFCNHy1Ed6sfeo=; b=uyMn3idusJkUqshPI17NK0qj3VTX8zSGiv9Xy3rLc6TeJUrgL6vZtL9/L3lH7W++7t j8zSPi9K/z4in/wn1dQRxBizQ9Hb1dL6QE9dyhjMh/8iI72NQOV+uQraPOjtsdMbj7iZ qKrg+eIdC2qcdAonNMv/7w34itQdJTHgvCa/6bQR5NKEwC0Swwccfz/Z+FjIVS9JZ4/b gEaK2wCbFvSnDSo9YRy6g5nccQDO8JK0//4shrbDeAf+weNCrWztekLHkcEL1CQGPvjo /bK2WgiZ6YeOpcEIvA4IDC6H3Wh8UB0ruNWv9HQAvWfOfY1nBb4lkru+G0dZSMS5Uaul g8Sg== MIME-Version: 1.0 Received: by 10.50.173.66 with SMTP id bi2mr7767834igc.74.1341837794857; Mon, 09 Jul 2012 05:43:14 -0700 (PDT) Received: by 10.50.110.36 with HTTP; Mon, 9 Jul 2012 05:43:14 -0700 (PDT) In-Reply-To: References: Date: Mon, 9 Jul 2012 14:43:14 +0200 Message-ID: Subject: Re: Adding relations in a CAS From: "bp.untn@gmail.com" To: user@uima.apache.org Content-Type: multipart/alternative; boundary=e89a8f5037701bd0f804c464f56e X-Virus-Checked: Checked by ClamAV on apache.org --e89a8f5037701bd0f804c464f56e Content-Type: text/plain; charset=ISO-8859-1 On Fri, Jul 6, 2012 at 2:57 PM, Burn Lewis wrote: > We created a type system for a project that included entries for Relations > and RelationMentions ... you may wish to check GaleEntityTypes.xml in the > GALE Multi-Modal Example in the Apache UIMA Addons and Sandbox. > > Thanks for this hint. > You may find it easier to view TOP-derived types such as Relation with the > CAS Visual Debugger > But is it actually the case that the document Analyzer visualizes only Annotation-derived types? Thus any TOP-derived type (like Relation) will not be shown in the document Analyzer, even though it might contain references to Annotation-derived types (like the two entity mentions that contain begin/end tokens)? Hence, to actually visualize TOP-derived types I need to use the CAS visual debugger, there's no way to have them in the document analyzer? Thanks. B. > > ~Burn. > --e89a8f5037701bd0f804c464f56e--