Bug 73150 - [NEW PORT] textproc/p5-Search-VectorSpace: A very basic vector-space search engine perl module
Summary: [NEW PORT] textproc/p5-Search-VectorSpace: A very basic vector-space search e...
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: freebsd-ports-bugs (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-10-26 08:10 UTC by Cheng-Lung Sung
Modified: 2005-07-18 12:37 UTC (History)
0 users

See Also:


Attachments
p5-Search-VectorSpace-0.02.shar (2.92 KB, text/plain)
2004-10-26 08:10 UTC, Cheng-Lung Sung
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Cheng-Lung Sung 2004-10-26 08:10:27 UTC
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.

Author:	Maciej Ceglowski <maciej AT ceglowski.com>
WWW:	http://search.cpan.org/dist/Search-VectorSpace/

Generated with FreeBSD Port Tools 0.63
Comment 1 Cheng-Lung Sung freebsd_committer freebsd_triage 2004-10-26 08:14:24 UTC
Responsible Changed
From-To: freebsd-ports-bugs->clsung

Take.
Comment 2 Mark Linimon freebsd_committer freebsd_triage 2005-07-18 03:48:59 UTC
Responsible Changed
From-To: clsung->freebsd-ports-bugs

With portmgr/bugmeister hat on, reassign old PRs for 'new ports' where the 
assignee has taken no action for some time, nor responded to email.
Comment 3 Erwin Lansing freebsd_committer freebsd_triage 2005-07-18 12:37:24 UTC
State Changed
From-To: open->closed

Port added, thanks!