Main > Programming > Libraries >

Search::VectorSpace 0.02

Search::VectorSpace 0.02

Sponsored Links

Search::VectorSpace 0.02 Ranking & Summary

RankingClick at the star to rank
Ranking Level
User Review: 7 (1 times)
File size: 0.004 MB
Platform: Any Platform
License: Perl Artistic License
Price:
Downloads: 953
Date added: 2007-04-06
Publisher: Maciej Ceglowski

Search::VectorSpace 0.02 description

Search::VectorSpace is a very basic vector-space search engine.

SYNOPSIS

use Search::VectorSpace;

my @docs = ...;
my $engine = Search::VectorSpace->new( docs => @docs, threshold => .04);
$engine->build_index();

while ( my $query = <> ) {
my %results = $engine->search( $query );
print join "n", keys %results;
}

This module takes a list of documents (in English) and builds a simple in-memory search engine using a vector space model. Documents are stored as PDL objects, and after the initial indexing phase, the search should be very fast. This implementation applies a rudimentary stop list to filter out very common words, and uses a cosine measure to calculate document similarity. All documents above a user-configurable similarity threshold are returned.

Search::VectorSpace 0.02 Screenshot

Advertisements

Search::VectorSpace 0.02 Keywords

Bookmark Search::VectorSpace 0.02

Hyperlink code:
Link for forum:

Search::VectorSpace 0.02 Copyright

WareSeeker periodically updates pricing and software information of Search::VectorSpace 0.02 full version from the publisher, so some information may be slightly out-of-date. You should confirm all information before relying on it. Software piracy is theft, Using crack, password, serial numbers, registration codes, key generators is illegal and prevent future development of Search::VectorSpace 0.02 Edition. Download links are directly from our publisher sites, torrent files or links from rapidshare.com, yousendit.com or megaupload.com are not allowed

Allok Video Splitter 2.2.0 Review:

Name (Required)
Email(Required)
Captcha
Featured Software

Want to place your software product here?
Please contact us for consideration.

Contact WareSeeker.com
Sponsored Links
Related Software
iSearch is an internal web site search engine. Free Download
SearchBox Sync allows you to synchronize the searchbox content. Free Download
phpSearch provides a single-table search engine with a customizable query form. Free Download
MKSearch provides a Web metadata spider and search engine. Free Download
PloneSearchBox project is a portlet integrating different search engines. Free Download
PersonalSearchProxy is a program that caches the Web pages you browse and allows you to quickly search through your history. Free Download
Search::ContextGraph is a Perl module for spreading activation search engine. Free Download
Search::InvertedIndex is a manager for inverted index maps. Free Download