Re: [OT] Panther's Mail.app
Re: [OT] Panther's Mail.app
- Subject: Re: [OT] Panther's Mail.app
- From: petite_abeille <email@hidden>
- Date: Sun, 26 Oct 2003 18:19:38 +0100
Hi Joseph,
On Oct 26, 2003, at 18:10, Joseph Heck wrote:
You can find quite a bit on the SearchKit at
http://developer.apple.com/documentation/UserExperience/Reference/
SearchKit/index.html
Thanks :)
For some reasons, I cannot find this doc on my local machine... is this
available online only? Or I did forget to install something?
If you're familiar with Lucene, it has fairly similar logical
constructs (not surprising, given the author),
Aha! Is that the work of Doug Cutting also?
but doesn't offer quite the level of flexibility that Lucene does for
it's indexing and search components. For instance, there isn't a
mechanism where you can provide an "analysis" package to tokenize
words in a way you might like (with stemming, without stemming, etc)
and you can turn stop words on or off, but not provide your own custom
list.
Hmmm... bummer. I'm pretty familiar with Lucene [1], but I'm still
looking for a "native" alternative for some Cocoa project of mine. Any
ideas?
That lack of flexibility is by no means a strike against it though -
It's low level, fast, and effective indexing and search.
Thanks. Will give it a spin. Any ideas about what the other NLP related
frameworks are about?
Cheers,
PA.
[1]
http://zoe.nu/
_______________________________________________
cocoa-dev mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/cocoa-dev
Do not post admin requests to the list. They will be ignored.