GitHub user kinow opened a pull request:

    https://github.com/apache/jena/pull/395

    JENA-1488: add a selective folding analyzer

    This PR adds a selective folding analyzer, as explained in JENA-1488.
    
    It takes a list of characters, used as a white list. Everything that is not 
in the white list, gets oassed though the existing ASCIIFoldingFilter.

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/kinow/jena selective-folding-analyzer

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/jena/pull/395.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 #395
    
----
commit de1bd22a58f76bbac41d16cb7111ed85b98279cd
Author: Bruno P. Kinoshita <kinow@...>
Date:   2018-04-09T09:38:14Z

    JENA-1488: add a selective folding analyzer

----


---

Reply via email to