You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@lucene.apache.org by bu...@apache.org on 2004/02/23 18:43:13 UTC

DO NOT REPLY [Bug 27168] New: - [PATCH] Dutch Analyser

DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://nagoya.apache.org/bugzilla/show_bug.cgi?id=27168>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=27168

[PATCH] Dutch Analyser

           Summary: [PATCH] Dutch Analyser
           Product: Lucene
           Version: unspecified
          Platform: Other
        OS/Version: Other
            Status: NEW
          Severity: Normal
          Priority: Other
         Component: Analysis
        AssignedTo: lucene-dev@jakarta.apache.org
        ReportedBy: fckdp@ok.ru


Dutch analyser for Lucene.
Original version for Lucene.Net by Edwin de Jonge

Analyzer for Dutch language. Supports an external list of 
stopwords (words that will not be indexed at all), an external list of 
exclusions (word that will not be stemmed, but indexed) and an external 
list of word-stem pairs that overrule the algorithm (dictionary 
stemming).                                              
A default set of stopwords is used unless an alternative list is specified, the 
exclusion list is empty by fault.

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