chellappa created LUCY-305:
------------------------------

             Summary: 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


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)

Reply via email to