You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@lucy.apache.org by "chellappa (JIRA)" <ji...@apache.org> on 2016/06/01 11:54:59 UTC

[lucy-issues] [jira] [Closed] (LUCY-305) Normalizer -> Normalization form parameter working only for NFKC

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

chellappa closed LUCY-305.
--------------------------

> Normalizer -> Normalization form parameter working only for NFKC
> ----------------------------------------------------------------
>
>                 Key: LUCY-305
>                 URL: https://issues.apache.org/jira/browse/LUCY-305
>             Project: Lucy
>          Issue Type: Bug
>          Components: Clownfish, Index
>    Affects Versions: 0.5.1
>            Reporter: chellappa
>              Labels: performance
>
> my $normalizer = Lucy::Analysis::Normalizer->new(
>     normalization_form => 'NFKC',
>     case_fold          => 0,
>     strip_accents      => 0,
> );
> But works only with NFKC, any other word throws error. Like
>      Invalid normalization form myword
> 	lucy_Normalizer_init at core/Lucy/Analysis/Normalizer.c line 59
> 	at indexfile.pl line 18.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)