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 6D15B10A0D for ; Tue, 3 Dec 2013 10:17:50 +0000 (UTC) Received: (qmail 46001 invoked by uid 500); 3 Dec 2013 10:17:41 -0000 Delivered-To: apmail-uima-user-archive@uima.apache.org Received: (qmail 45951 invoked by uid 500); 3 Dec 2013 10:17:39 -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 45871 invoked by uid 99); 3 Dec 2013 10:17:32 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 03 Dec 2013 10:17:32 +0000 X-ASF-Spam-Status: No, hits=-0.7 required=5.0 tests=RCVD_IN_DNSWL_LOW,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of kottmann@gmail.com designates 209.85.214.42 as permitted sender) Received: from [209.85.214.42] (HELO mail-bk0-f42.google.com) (209.85.214.42) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 03 Dec 2013 10:17:27 +0000 Received: by mail-bk0-f42.google.com with SMTP id w11so6009318bkz.1 for ; Tue, 03 Dec 2013 02:17:04 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=message-id:date:from:user-agent:mime-version:to:subject:references :in-reply-to:content-type:content-transfer-encoding; bh=ZcbwNYE8eWH+5S0mud0z3EpkdGJqK4UWOvgMXvidq5Y=; b=rK7FVKh4hgapqfVjAGJwPL3maRO8nFLYmFUlRWpgvHrO+4uvW3jCIL/giq/rJb+eCo UbL7OVYDoAIO7E2D/EEYarM9BKNRcVb16n/br6ThOvglAZ01XegHHPy8wOlwgAH89xrG k+QDWaCJ6TOjlR5V0ZuBobl/QwnIBiWvwZ7PItahQoTjhgqWbv8tg6OawX3WkrvAopht uRifWBJYC1jnfsY1vS50M1g0RWSvWtRemVML9XJQSeBBg/nfLgGObqI6GSgybdGkGTEW QOGB9TZSI/nNzsIlOT9OvMXH1NXOAdjHRJHTQAmpWwUFDJnIo9OfNG6XA+O7o2rMpr9G 9nNQ== X-Received: by 10.204.200.138 with SMTP id ew10mr3133776bkb.34.1386065824845; Tue, 03 Dec 2013 02:17:04 -0800 (PST) Received: from [192.168.199.53] ([195.218.7.43]) by mx.google.com with ESMTPSA id xm9sm21713094bkb.1.2013.12.03.02.17.03 for (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Tue, 03 Dec 2013 02:17:04 -0800 (PST) Message-ID: <529DAF9F.1010402@gmail.com> Date: Tue, 03 Dec 2013 11:17:03 +0100 From: =?ISO-8859-1?Q?J=F6rn_Kottmann?= User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:24.0) Gecko/20100101 Thunderbird/24.0 MIME-Version: 1.0 To: user@uima.apache.org Subject: Re: XMI/annotation viewer for browser References: In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 8bit X-Virus-Checked: Checked by ClamAV on apache.org Have a look at the brat project, they provide a JS library which can display annotations in a browser. http://brat.nlplab.org/ HTH, J�rn On 12/03/2013 10:44 AM, Roberto Franchini wrote: > Hi to all, > I'm looking for an "annotation viewer" for the web. > We have a REST api that wraps ours nlp pipelines and I would develop a > web app to view annotations emitted from the pipeline inside the > borwser. > Thank you in advance for any suggestion, > RF