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
Responsible Changed From-To: freebsd-ports-bugs->clsung Take.
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.
State Changed From-To: open->closed Port added, thanks!