Re: [lucy-user] Chinese support?

2017-02-20 Thread Hao Wu
Hi Peter, Thanks for spending time in the script. I clean it up a bit, so there is no dependency now. https://gist.github.com/swuecho/1b960ae17a1f47466be006fd14e3b7ff still do not work. On Mon, Feb 20, 2017 at 9:03 PM, Peter Karman wrote: > Hao Wu wrote on 2/20/17 10:18

Re: [lucy-user] Chinese support?

2017-02-20 Thread Hao Wu
Still have problem when I try to update the index using the custom analyzer. If I comment out the truncate => 1 rerun I got the following errror. 'body' assigned conflicting FieldType LUCY_Schema_Spec_Field_IMP at cfcore/Lucy/Plan/Schema.c line 124 at

[lucy-user] Chinese support?

2017-02-17 Thread Hao Wu
Hi all, I use the StandardTokenizer. search by English word work, but in Chinese give me strange results. my $tokenizer = Lucy::Analysis::StandardTokenizer->new; my $raw_type = Lucy::Plan::FullTextType->new( analyzer => $tokenizer, ); also, I was going to use the EasyAnalyzer (