You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@lucene.apache.org by "Robert Muir (JIRA)" <ji...@apache.org> on 2011/04/20 01:04:05 UTC

[jira] [Resolved] (LUCENE-3038) DictionaryCompoundWordTokenFilter fails to create some tokens for final parts of words

     [ https://issues.apache.org/jira/browse/LUCENE-3038?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Robert Muir resolved LUCENE-3038.
---------------------------------

    Resolution: Duplicate

dup of LUCENE-3022

> DictionaryCompoundWordTokenFilter fails to create some tokens for final parts of words
> --------------------------------------------------------------------------------------
>
>                 Key: LUCENE-3038
>                 URL: https://issues.apache.org/jira/browse/LUCENE-3038
>             Project: Lucene - Java
>          Issue Type: Bug
>          Components: Analysis
>    Affects Versions: 3.1, 4.0
>            Reporter: Filip Svendsen
>             Fix For: 4.0, 3.1
>
>         Attachments: LUCENE-3038.patch
>
>
> DictionaryCompoundWordTokenFilter: Due to an off-by-one error, a word component placed last in a compound word, will not get a token if its length is equal to the minimal sub-word length.
> Example:
> min sub-word length: 4
> Dictionary: {"alfa", "beta"}
> word: "alfabeta"
> Created tokens: {"alfabeta", "alfa"}
> Expected tokens: {"alfabeta", "alfa", "beta"}
> I have a patch with a testcase that fails on versions 3.1 and 4.0 (probably for everything between as well, and for previous versions), along with a bugfix.

--
This message is automatically generated by JIRA.
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