
jira at apache
Jul 26, 2012, 2:01 PM
Post #1 of 1
(51 views)
Permalink
|
|
[jira] [Commented] (LUCENE-3884) Move elisionfilter out of .fr package
|
|
[ https://issues.apache.org/jira/browse/LUCENE-3884?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13423465#comment-13423465 ] Robert Muir commented on LUCENE-3884: ------------------------------------- Patches moves the filter to .util and removes its default list. Its just a generic contractions-remover, you must supply the list. I moved its list to FrenchAnalyzer where it belongs. Also this filter no longer makes 2 passes through the string. > Move elisionfilter out of .fr package > ------------------------------------- > > Key: LUCENE-3884 > URL: https://issues.apache.org/jira/browse/LUCENE-3884 > Project: Lucene - Core > Issue Type: Task > Components: modules/analysis > Reporter: Robert Muir > Assignee: Robert Muir > Attachments: LUCENE-3884.patch > > > Steven Rowe noted this a while back, but I forgot to open an issue: > This is generally useful for handling contractions. > We already use this filter for french/italian/catalan. Now we also > have a contribution for irish (LUCENE-3883) that uses it too. > I think we should put this in o.a.l.analysis.util instead. -- This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa For more information on JIRA, see: http://www.atlassian.com/software/jira --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscribe [at] lucene For additional commands, e-mail: dev-help [at] lucene
|