Return-Path: X-Original-To: apmail-lucene-dev-archive@www.apache.org Delivered-To: apmail-lucene-dev-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 78390C1BD for ; Mon, 25 Jun 2012 19:47:47 +0000 (UTC) Received: (qmail 60881 invoked by uid 500); 25 Jun 2012 19:47:45 -0000 Delivered-To: apmail-lucene-dev-archive@lucene.apache.org Received: (qmail 60785 invoked by uid 500); 25 Jun 2012 19:47:45 -0000 Mailing-List: contact dev-help@lucene.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@lucene.apache.org Delivered-To: mailing list dev@lucene.apache.org Received: (qmail 60585 invoked by uid 99); 25 Jun 2012 19:47:44 -0000 Received: from issues-vm.apache.org (HELO issues-vm) (140.211.11.160) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 25 Jun 2012 19:47:44 +0000 Received: from isssues-vm.apache.org (localhost [127.0.0.1]) by issues-vm (Postfix) with ESMTP id 3C593141BDA for ; Mon, 25 Jun 2012 19:47:44 +0000 (UTC) Date: Mon, 25 Jun 2012 19:47:44 +0000 (UTC) From: "Dawid Weiss (JIRA)" To: dev@lucene.apache.org Message-ID: <1271992883.52705.1340653664248.JavaMail.jiratomcat@issues-vm> In-Reply-To: <777164201.6591.1339492302957.JavaMail.jiratomcat@issues-vm> Subject: [jira] [Commented] (LUCENE-4138) Update morfologik (polish stemming) to 1.5.3 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/LUCENE-4138?page=3Dcom.atlassia= n.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=3D134= 00818#comment-13400818 ]=20 Dawid Weiss commented on LUCENE-4138: ------------------------------------- This will be trickier than I initially thought because of data format chang= es in Morfologik. Tags have been normalized (expanded) so what previously r= eturned: > WordData[li=C5=9Bcie,li=C5=9B=C4=87,subst:pl:acc.nom.voc:m3] > WordData[li=C5=9Bcie,list,subst:sg:loc.voc:m3] > WordData[li=C5=9Bcie,lista,subst:sg:dat.loc:f] now returns: > WordData[li=C5=9Bcie,li=C5=9Bcie,subst:sg:acc:n2] > WordData[li=C5=9Bcie,li=C5=9Bcie,subst:sg:nom:n2] > WordData[li=C5=9Bcie,li=C5=9Bcie,subst:sg:voc:n2] > WordData[li=C5=9Bcie,li=C5=9B=C4=87,subst:pl:acc:m3] > WordData[li=C5=9Bcie,li=C5=9B=C4=87,subst:pl:nom:m3] > WordData[li=C5=9Bcie,li=C5=9B=C4=87,subst:pl:voc:m3] > WordData[li=C5=9Bcie,list,subst:sg:loc:m3] > WordData[li=C5=9Bcie,list,subst:sg:voc:m3] > WordData[li=C5=9Bcie,lista,subst:sg:dat:f] > WordData[li=C5=9Bcie,lista,subst:sg:loc:f] which generates lots of identical base forms with a variable candidate tag.= I think this will require patching to simulate previous behavior (single b= ase form, multiple-tags attribute). I think modifying MorphosyntacticTagAtt= ribute to carry a list of tags for the current form is a way to go. This wo= uld be a non-compatible change (which may just as well be good for 4.x). =20 > Update morfologik (polish stemming) to 1.5.3 > -------------------------------------------- > > Key: LUCENE-4138 > URL: https://issues.apache.org/jira/browse/LUCENE-4138 > Project: Lucene - Java > Issue Type: Improvement > Reporter: Dawid Weiss > Assignee: Dawid Weiss > Priority: Trivial > Fix For: 4.0, 5.0 > > > Just released. Updates to the dictionary but most of all -- it comes with= a clean BSD license (including dictionary data). -- This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrato= rs: https://issues.apache.org/jira/secure/ContactAdministrators!default.jsp= a For more information on JIRA, see: http://www.atlassian.com/software/jira --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscribe@lucene.apache.org For additional commands, e-mail: dev-help@lucene.apache.org