You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@lucene.apache.org by "Christian Moen (Created) (JIRA)" <ji...@apache.org> on 2012/02/07 19:30:59 UTC

[jira] [Created] (SOLR-3107) Disable random sampling in LangDetectLanguageIdentifierUpdateProcessor

Disable random sampling in LangDetectLanguageIdentifierUpdateProcessor
----------------------------------------------------------------------

                 Key: SOLR-3107
                 URL: https://issues.apache.org/jira/browse/SOLR-3107
             Project: Solr
          Issue Type: Improvement
          Components: contrib - LangId
    Affects Versions: 3.6, 4.0
            Reporter: Christian Moen
            Priority: Minor


The {{language-detection}} library used by {{LangDetectLanguageIdentifierUpdateProcessor}} uses a random sampling feature enabled by default as a means of avoiding local noise in input.  The feature has its merits, but it can also be confusing to users who aren't aware of it since it may give different on the same input.  I recommend turning it off to prevent confusion.

--
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@lucene.apache.org
For additional commands, e-mail: dev-help@lucene.apache.org


[jira] [Updated] (SOLR-3107) Disable random sampling in LangDetectLanguageIdentifierUpdateProcessor

Posted by "Christian Moen (Updated) (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/SOLR-3107?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Christian Moen updated SOLR-3107:
---------------------------------

    Attachment: SOLR-3107.patch
    
> Disable random sampling in LangDetectLanguageIdentifierUpdateProcessor
> ----------------------------------------------------------------------
>
>                 Key: SOLR-3107
>                 URL: https://issues.apache.org/jira/browse/SOLR-3107
>             Project: Solr
>          Issue Type: Improvement
>          Components: contrib - LangId
>    Affects Versions: 3.6, 4.0
>            Reporter: Christian Moen
>            Priority: Minor
>         Attachments: SOLR-3107.patch
>
>
> The {{language-detection}} library used by {{LangDetectLanguageIdentifierUpdateProcessor}} uses a random sampling feature enabled by default as a means of avoiding local noise in input.  The feature has its merits, but it can also be confusing to users who aren't aware of it since it may give different on the same input.  I recommend turning it off to prevent confusion.

--
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@lucene.apache.org
For additional commands, e-mail: dev-help@lucene.apache.org


[jira] [Assigned] (SOLR-3107) Disable random sampling in LangDetectLanguageIdentifierUpdateProcessor

Posted by "Robert Muir (Assigned) (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/SOLR-3107?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Robert Muir reassigned SOLR-3107:
---------------------------------

    Assignee: Robert Muir
    
> Disable random sampling in LangDetectLanguageIdentifierUpdateProcessor
> ----------------------------------------------------------------------
>
>                 Key: SOLR-3107
>                 URL: https://issues.apache.org/jira/browse/SOLR-3107
>             Project: Solr
>          Issue Type: Improvement
>          Components: contrib - LangId
>    Affects Versions: 3.6, 4.0
>            Reporter: Christian Moen
>            Assignee: Robert Muir
>            Priority: Minor
>         Attachments: SOLR-3107.patch
>
>
> The {{language-detection}} library used by {{LangDetectLanguageIdentifierUpdateProcessor}} uses a random sampling feature enabled by default as a means of avoiding local noise in input.  The feature has its merits, but it can also be confusing to users who aren't aware of it since it may give different on the same input.  I recommend turning it off to prevent confusion.

--
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@lucene.apache.org
For additional commands, e-mail: dev-help@lucene.apache.org


[jira] [Commented] (SOLR-3107) Disable random sampling in LangDetectLanguageIdentifierUpdateProcessor

Posted by "Robert Muir (Commented) (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/SOLR-3107?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13202617#comment-13202617 ] 

Robert Muir commented on SOLR-3107:
-----------------------------------

+1, i neglected to do this when initially adding this... lets fix this.
                
> Disable random sampling in LangDetectLanguageIdentifierUpdateProcessor
> ----------------------------------------------------------------------
>
>                 Key: SOLR-3107
>                 URL: https://issues.apache.org/jira/browse/SOLR-3107
>             Project: Solr
>          Issue Type: Improvement
>          Components: contrib - LangId
>    Affects Versions: 3.6, 4.0
>            Reporter: Christian Moen
>            Priority: Minor
>         Attachments: SOLR-3107.patch
>
>
> The {{language-detection}} library used by {{LangDetectLanguageIdentifierUpdateProcessor}} uses a random sampling feature enabled by default as a means of avoiding local noise in input.  The feature has its merits, but it can also be confusing to users who aren't aware of it since it may give different on the same input.  I recommend turning it off to prevent confusion.

--
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@lucene.apache.org
For additional commands, e-mail: dev-help@lucene.apache.org


[jira] [Resolved] (SOLR-3107) Disable random sampling in LangDetectLanguageIdentifierUpdateProcessor

Posted by "Robert Muir (Resolved) (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/SOLR-3107?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Robert Muir resolved SOLR-3107.
-------------------------------

       Resolution: Fixed
    Fix Version/s: 4.0
                   3.6

Thanks Christian!

                
> Disable random sampling in LangDetectLanguageIdentifierUpdateProcessor
> ----------------------------------------------------------------------
>
>                 Key: SOLR-3107
>                 URL: https://issues.apache.org/jira/browse/SOLR-3107
>             Project: Solr
>          Issue Type: Improvement
>          Components: contrib - LangId
>    Affects Versions: 3.6, 4.0
>            Reporter: Christian Moen
>            Assignee: Robert Muir
>            Priority: Minor
>             Fix For: 3.6, 4.0
>
>         Attachments: SOLR-3107.patch
>
>
> The {{language-detection}} library used by {{LangDetectLanguageIdentifierUpdateProcessor}} uses a random sampling feature enabled by default as a means of avoiding local noise in input.  The feature has its merits, but it can also be confusing to users who aren't aware of it since it may give different on the same input.  I recommend turning it off to prevent confusion.

--
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@lucene.apache.org
For additional commands, e-mail: dev-help@lucene.apache.org


[jira] [Commented] (SOLR-3107) Disable random sampling in LangDetectLanguageIdentifierUpdateProcessor

Posted by "Christian Moen (Commented) (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/SOLR-3107?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13202613#comment-13202613 ] 

Christian Moen commented on SOLR-3107:
--------------------------------------

Attached a trivial patch tested on {{trunk}}.
                
> Disable random sampling in LangDetectLanguageIdentifierUpdateProcessor
> ----------------------------------------------------------------------
>
>                 Key: SOLR-3107
>                 URL: https://issues.apache.org/jira/browse/SOLR-3107
>             Project: Solr
>          Issue Type: Improvement
>          Components: contrib - LangId
>    Affects Versions: 3.6, 4.0
>            Reporter: Christian Moen
>            Priority: Minor
>         Attachments: SOLR-3107.patch
>
>
> The {{language-detection}} library used by {{LangDetectLanguageIdentifierUpdateProcessor}} uses a random sampling feature enabled by default as a means of avoiding local noise in input.  The feature has its merits, but it can also be confusing to users who aren't aware of it since it may give different on the same input.  I recommend turning it off to prevent confusion.

--
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@lucene.apache.org
For additional commands, e-mail: dev-help@lucene.apache.org