You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@lucene.apache.org by "Joanita Dsouza (JIRA)" <ji...@apache.org> on 2018/02/19 22:21:00 UTC

[jira] [Updated] (LUCENE-8179) StandardTokenizer doesn't tokenize the word "system" but it works for the plural "systems"

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

Joanita Dsouza updated LUCENE-8179:
-----------------------------------
    Description: 
Hi,

We use the Standard tokenizer to tokenize text. The Standard Tokenizer tokenizes 'systems' correctly, but it fails to tokenize 'system' Attached a small program to demo this.

Is this a known issue.Is there a way to fix it? I have tried a few different text examples with different stop words and only this word seems to show this issue.

  was:
Hi,

We use the Standard tokenizer to find stop words from text using a predefined list of stop words.This list contains 'system' as one of the words. While tokenizing a text. The Standard Tokenizer tokenizes 'systems' correctly, but it fails to tokenize 'system' Attached a small program to demo this.

Is this a known issue.Is there a way to fix it? I have tried a few different text examples with different stop words and only this word seems to show this issue.


> StandardTokenizer doesn't tokenize the word "system" but it works for the plural "systems"
> ------------------------------------------------------------------------------------------
>
>                 Key: LUCENE-8179
>                 URL: https://issues.apache.org/jira/browse/LUCENE-8179
>             Project: Lucene - Core
>          Issue Type: Bug
>          Components: modules/analysis
>    Affects Versions: 4.10.4
>            Reporter: Joanita Dsouza
>            Priority: Major
>         Attachments: TokenizerBug.java
>
>
> Hi,
> We use the Standard tokenizer to tokenize text. The Standard Tokenizer tokenizes 'systems' correctly, but it fails to tokenize 'system' Attached a small program to demo this.
> Is this a known issue.Is there a way to fix it? I have tried a few different text examples with different stop words and only this word seems to show this issue.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@lucene.apache.org
For additional commands, e-mail: dev-help@lucene.apache.org