Return-Path: Delivered-To: apmail-lucene-dev-archive@www.apache.org Received: (qmail 22893 invoked from network); 10 May 2010 16:52:40 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 10 May 2010 16:52:40 -0000 Received: (qmail 6045 invoked by uid 500); 10 May 2010 16:52:39 -0000 Delivered-To: apmail-lucene-dev-archive@lucene.apache.org Received: (qmail 5992 invoked by uid 500); 10 May 2010 16:52:39 -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 5985 invoked by uid 99); 10 May 2010 16:52:39 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 10 May 2010 16:52:39 +0000 X-ASF-Spam-Status: No, hits=-1409.0 required=10.0 tests=ALL_TRUSTED,AWL X-Spam-Check-By: apache.org Received: from [140.211.11.22] (HELO thor.apache.org) (140.211.11.22) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 10 May 2010 16:52:38 +0000 Received: from thor (localhost [127.0.0.1]) by thor.apache.org (8.13.8+Sun/8.13.8) with ESMTP id o4AGqIR9023028 for ; Mon, 10 May 2010 16:52:18 GMT Message-ID: <648644.1781273510338121.JavaMail.jira@thor> Date: Mon, 10 May 2010 12:52:18 -0400 (EDT) From: "Robert Muir (JIRA)" To: dev@lucene.apache.org Subject: [jira] Commented: (LUCENE-2167) Implement StandardTokenizer with the UAX#29 Standard MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/LUCENE-2167?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12865819#action_12865819 ] Robert Muir commented on LUCENE-2167: ------------------------------------- {quote} I assume you don't mean to say that English and European languages are not real languages . {quote} I think the heuristics I am talking about that are in StandardTokenizer today, that don't really even work*, shouldn't have a negative effect on other languages, thats all. {quote} I agree that stuff like giving "O'Reilly's" the type, to enable so-called StandardFilter to strip out the trailing /'s/, is stupid for all non-English languages. It might be confusing, though, for a (e.g.) Greek user to have to go look at the analysis.en package to get reasonable performance for her language. {quote} fyi, GreekAnalyzer didn't even use this stuff until 3.1 (it omitted StandardFilter). But I don't think it matters where we put the "western" tokenizer, as long as its not StandardTokenizer. I don't really even care too much about the stuff it does honestly, I don't consider it very important, nor very accurate, only the source of many jira bugs* and hassle and confusion (invalidAcronym etc). Just seems to be more trouble than its worth. * LUCENE-1438 * LUCENE-2244 * LUCENE-1787 * LUCENE-1403 * LUCENE-1100 * LUCENE-1556 * LUCENE-571 * LUCENE-34 * LUCENE-1068 * i stopped at this point, i think this is enough examples > Implement StandardTokenizer with the UAX#29 Standard > ---------------------------------------------------- > > Key: LUCENE-2167 > URL: https://issues.apache.org/jira/browse/LUCENE-2167 > Project: Lucene - Java > Issue Type: New Feature > Components: contrib/analyzers > Affects Versions: 3.1 > Reporter: Shyamal Prasad > Assignee: Steven Rowe > Priority: Minor > Attachments: LUCENE-2167.patch, LUCENE-2167.patch, LUCENE-2167.patch, LUCENE-2167.patch, LUCENE-2167.patch > > Original Estimate: 0.5h > Remaining Estimate: 0.5h > > It would be really nice for StandardTokenizer to adhere straight to the standard as much as we can with jflex. Then its name would actually make sense. > Such a transition would involve renaming the old StandardTokenizer to EuropeanTokenizer, as its javadoc claims: > bq. This should be a good tokenizer for most European-language documents > The new StandardTokenizer could then say > bq. This should be a good tokenizer for most languages. > All the english/euro-centric stuff like the acronym/company/apostrophe stuff can stay with that EuropeanTokenizer, and it could be used by the european analyzers. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online. --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscribe@lucene.apache.org For additional commands, e-mail: dev-help@lucene.apache.org