Senna - Perl Interface To Senna Fulltext Search Engine
Senna is a fast, embeddable search engine that allows fulltext search capabilities (http://qwik.jp/senna). Please note that version 0.50 and upwards breaks compatibility with previous versions of this module, and only supports libsenna 0.8.0+. Below ...
DMAKI/Senna-0.51 - 16 Mar 2007 16:49:18 UTC
Senna::RC - Wrapper for sen_rc
Senna::RC is a simple wrapper around sen_rc that allows you to evaluate results from Senna functions in Perl-ish boolean context, like if ($index->insert($query)) { ... } Or, you can choose to access the internal sen_rc value: my $rc = $index->insert...
DMAKI/Senna-0.51 - 16 Mar 2007 16:49:18 UTC
Tie::Senna - Tie Senna With Hashes
Tie::Senna ties an existing hash with a senna index....
DMAKI/Tie-Senna-0.02 - 15 Nov 2005 16:19:55 UTC
Senna::Index - Interface to Senna's Index
Senna::Index is an interface to the index struct in Senna (http://qwik.jp/senna)....
DMAKI/Senna-0.51 - 16 Mar 2007 16:49:18 UTC
Senna::Record - Senna Search Record
Senna::Record represents a single Senna search result....
DMAKI/Senna-0.51 - 16 Mar 2007 16:49:18 UTC
Senna::Snippet - Wrapper Around sen_snip
Senna::Snippet allows you to extract out KWIC text, much like how Google and other search engines hilight the queried text in the search result....
DMAKI/Senna-0.51 - 16 Mar 2007 16:49:18 UTC
Senna::Constants - Constant Values In libsenna
Senna:::Constants gives you access to the various constant values defined in libsenna....
DMAKI/Senna-0.51 - 16 Mar 2007 16:49:18 UTC
Lingua::EN::SENNA - Perl wrapper for the SENNA NLP toolkit
This package wraps around and bundles with the SENNA NLP toolkit. SENNA performs sentence-level analysis, hence it expects each inidividual input to be a natural language sentence. Thus, one needs to independently discover sentences, e.g. by using Li...
DGINEV/Lingua-EN-SENNA-0.04 - 02 Jan 2015 12:04:08 UTC
Senna::OptArg::Select - Wrapper Around sen_select_optarg
DMAKI/Senna-0.51
-
16 Mar 2007 16:49:18 UTC
Class::DBI::Plugin::Senna - Add Instant Fulltext Search Capability With Senna
Class::DBI::Plugin::Senna harnesses the power of Senna (http://b.razil.jp/project/senna) with Class::DBI. This module installs hooks in your Class::DBI package that automatically creates and updates a Senna index. You can then call fulltext_search() ...
DMAKI/Class-DBI-Plugin-Senna-0.01 - 20 Jun 2005 03:15:29 UTC