Return-Path: Delivered-To: apmail-incubator-uima-user-archive@locus.apache.org Received: (qmail 54939 invoked from network); 6 Mar 2008 02:33:32 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 6 Mar 2008 02:33:32 -0000 Received: (qmail 83507 invoked by uid 500); 6 Mar 2008 02:33:28 -0000 Delivered-To: apmail-incubator-uima-user-archive@incubator.apache.org Received: (qmail 83332 invoked by uid 500); 6 Mar 2008 02:33:28 -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 Delivered-To: moderator for uima-user@incubator.apache.org Received: (qmail 37329 invoked by uid 99); 5 Mar 2008 16:21:04 -0000 X-ASF-Spam-Status: No, hits=2.0 required=10.0 tests=HTML_MESSAGE,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of lists.digitalpebble@gmail.com designates 216.239.58.188 as permitted sender) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to:subject:mime-version:content-type; bh=DxB9w+sF41Cvs0uIq6Wnxz+CZD7JunH7W5ZFLvcE/tQ=; b=LRhAdyB8f0jCr3Niw6WWeFVcF3287Er0e7UfY6Gzt4vU4KRAkBej8gFaTocpZV6E6deLSgALcmvDClsAcbIgw/WBJWbydoDhAKVS6UvSLmy7lyg2aXdimP8RQdVYxLamppOzgoJQMC5W9uXZdnAfTKdX5VvU+cZ4vppo9YfX0/Y= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:mime-version:content-type; b=gWde0PvHWEoEbYm8BF40S8+zS6O7Mkx0EJ+u3/8lg6QSK0OYGELKihMiN3qJvBOJ24LOVCSjivcoVzgocIJBSuShYJKYOvQe2niqLhkfCZiPik+Mxhp1gflQywHflZYziivZxXGoezhg9LlInP02VKzAMyvYn9PUfmb2DX/LoFs= Message-ID: <16d405e0803050820y2fc77ecpd7acbb59b1636173@mail.gmail.com> Date: Wed, 5 Mar 2008 16:20:35 +0000 From: "Julien Nioche" To: uima-user@incubator.apache.org Subject: Bug with POS tagger in Sandbox MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_Part_47851_25094765.1204734035448" X-Virus-Checked: Checked by ClamAV on apache.org ------=_Part_47851_25094765.1204734035448 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline Hi guys, I don't think there is a separate list for the sandbox so I am sending to the main one. I've found a problem with the HMM Tagger which generates : java.lang.ArrayIndexOutOfBoundsException: -2 at java.util.ArrayList.get(ArrayList.java:323) at org.apache.uima.examples.tagger.Viterbi.process(Viterbi.java:328) when I analyze the following sentence "pH The test." (tokenized as [pH][The][test][.]) Who usually looks after that part of the code? Thanks Julien -- DigitalPebble Ltd http://www.digitalpebble.com ------=_Part_47851_25094765.1204734035448--