[
https://issues.apache.org/jira/browse/JENA-1058?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14980602#comment-14980602
]
ASF GitHub Bot commented on JENA-1058:
--------------------------------------
GitHub user osma opened a pull request:
https://github.com/apache/jena/pull/96
JENA-1058: ASCIIFoldingLowerCaseKeywordAnalyzer for jena-text
See https://issues.apache.org/jira/browse/JENA-1058
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/osma/jena jena-text-folding-analyzer
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/jena/pull/96.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #96
----
commit f176e150bcd1161afda5f6ba52aef678127b7464
Author: Osma Suominen <[email protected]>
Date: 2015-10-29T15:08:54Z
first implementation of ASCIIFoldingLowerCaseKeywordAnalyzer
----
> add ASCIIFoldingLowerCaseKeywordAnalyzer to jena-text
> -----------------------------------------------------
>
> Key: JENA-1058
> URL: https://issues.apache.org/jira/browse/JENA-1058
> Project: Apache Jena
> Issue Type: New Feature
> Components: Text
> Reporter: Osma Suominen
> Assignee: Osma Suominen
>
> I'd like to have an Analyzer for jena-text which is otherwise like
> LowerCaseKeywordAnalyzer that I've implemented before, but also includes the
> ASCIIFoldingFilter from Lucene. This means that the comparison will ignore
> accents, so that for example "deja vu" will match "déjà vu".
> For some background on why I need this, see
> https://github.com/NatLibFi/Skosmos/issues/313
> I already have an implementation of this ready, will make a PR shortly.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)