Return-Path: Delivered-To: apmail-incubator-uima-user-archive@minotaur.apache.org Received: (qmail 75187 invoked from network); 23 Nov 2009 22:36:44 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 23 Nov 2009 22:36:44 -0000 Received: (qmail 37234 invoked by uid 500); 23 Nov 2009 22:36:44 -0000 Delivered-To: apmail-incubator-uima-user-archive@incubator.apache.org Received: (qmail 37162 invoked by uid 500); 23 Nov 2009 22:36:43 -0000 Mailing-List: contact uima-user-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: uima-user@incubator.apache.org Delivered-To: mailing list uima-user@incubator.apache.org Received: (qmail 37152 invoked by uid 99); 23 Nov 2009 22:36:43 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 23 Nov 2009 22:36:43 +0000 X-ASF-Spam-Status: No, hits=-2.6 required=5.0 tests=BAYES_00 X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of creswick@gmail.com designates 209.85.210.174 as permitted sender) Received: from [209.85.210.174] (HELO mail-yx0-f174.google.com) (209.85.210.174) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 23 Nov 2009 22:36:40 +0000 Received: by yxe4 with SMTP id 4so5260795yxe.32 for ; Mon, 23 Nov 2009 14:36:20 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :from:date:message-id:subject:to:content-type :content-transfer-encoding; bh=5fWXC+SghHAEshaKCUzUeyPvMxE0xM5uVm2ArKobOvo=; b=XhTO0yHf/DeVSeoccXfnfxYYNzB48x8QD8mLWE8cpl9f5Ni349xQu0nAWkJZYm+vsv AC5dZ9iDP+4wqS0zIqKgG3BN7J57PE2OhFNIYpBn3HBOe6UVZGWGOaq7b5udwKnlw1/1 AGFoffKod8FxUsLJmOcQsHtCcIdFVhJU9KNZ8= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :content-type:content-transfer-encoding; b=hfy4AhcZcLQuiW9JqBzyMWeEsxkOYXCZr+cUqMltDPAJR8XIf1BBDPXIVO7Hj98HEN 4M7maRmMdH3UTjs7z01YD/kzoNlMlJb6bKwni9e+dz6GK4Q6ZhepK/nbs3bKfSn0/O6F 3y2PsIWcqAXlvE6+jgRe7t7pzmVeQ9AQu0GPY= MIME-Version: 1.0 Received: by 10.101.18.10 with SMTP id v10mr4228028ani.148.1259015780077; Mon, 23 Nov 2009 14:36:20 -0800 (PST) In-Reply-To: References: From: Rogan Creswick Date: Mon, 23 Nov 2009 14:36:00 -0800 Message-ID: Subject: Re: CasEditor -- Cumbersome UI, or am I just overlooking something? To: uima-user@incubator.apache.org Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable I've found solutions to some of my problems, notes in-line below, for the record. (adding and adjusting annotations still seems to be quite difficult though.= ..) On Mon, Nov 23, 2009 at 10:59 AM, Rogan Creswick wrote= : > > I haven't been able to get the current svn version to create a CAS > project correctly (I can't find any way to add a typesystem, or > specify corpus folders via the UI). I was able to do this with an > older stand-alone RCP version of the Cas Editor, so I copied a project > from there, but that's not a long-term solution. I was only using the CasEditor plugin in Eclipse when I posted my first email. Compiling and installing all the following plugins into the eclipse dropins folder added quite a few necessary features. These plugins are: org.apache.uima.caseditor_2.3.0.incubating.jar org.apache.uima.desceditor_2.3.0.incubating.jar org.apache.uima.jcas.jcasgenp_2.3.0.incubating.jar org.apache.uima.pear_2.3.0.incubating.jar org.apache.uima.runtime_2.3.0.incubating.jar > I have also been unable to find a way to add annotations to a > document, or create a new xcas file. =A0(I can create a file named > foo.xcas, in a corpus folder, but it is just a plain text file -- > there doesn't seem to be a 'new xcas file' option that will populate > the file with the proper boilerplate. To create a new XCAS file, right-click on a corpus folder in a CasEditor project in the Corpus Explorer view, and select 'import'. Then, choose "Document" from under Cas Editor in the 'Create a Document' dialog that appears. Click 'Next', then use the add/remove buttons to choose the files you want to import. Finally, click Finish, and the files should be created (with an xmi extensi= on). Adding annotations is still difficult, however. Any suggestions would be greatly appreciated!