Ports Search

Results 711720 of 1,719 for /textproc/.(0.003 seconds)
textproc/Search-QueryParser-0.94 (Score: 0.068937615)
Parse a query into a structure suitable for external search engines
This module parses a query string into a data structure to be handled by external search engines.
textproc/Search-Saryer-0.40 (Score: 0.068937615)
Perl interface to the Sary library
This module is a Perl interface to the Sary library.
textproc/Search-VectorSpace-0.02 (Score: 0.068937615)
Very basic vector-space search engine perl module
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.
textproc/Regex-PreSuf-1.17 (Score: 0.068937615)
Regex::PreSuf - Given word lists, create regular expressions
The Regex::Presuf module can be used to build regular expressions out of 'word lists', lists of strings. The regular expression matches the same words as the word list. These regular expressions normally run few dozen percentages faster than a simple-minded '|'-concatenation of the words.
textproc/Senna-0.51 (Score: 0.068937615)
Perl module for Embeddable Fulltext Search Engine
Perl module for Embeddable Fulltext Search Engine.
textproc/Sphinx-Config-0.10 (Score: 0.068937615)
Sphinx search engine configuration file read/modify/write
Sphinx::Config is a Perl module to read, modify and write configuration file of Sphinx search engine.
textproc/Sphinx-Manager-0.06 (Score: 0.068937615)
Sphinx search engine management (start/stop)
Sphinx::Manager provides utilities to start, stop, restart, and reload the Sphinx search engine binary (searchd), and to run the Sphinx indexer program. The utilities are designed to handle abnormal conditions, such as PID files not being present when expected, and so should be robust in most situations.
textproc/Sphinx-Search-0.29 (Score: 0.068937615)
Sphinx search engine API Perl client
Sphinx search engine API Perl client.
textproc/Spork-0.21 (Score: 0.068937615)
Creating standalone HTML slideshows from Kwiki markup
Spork - a Perl module for creating standalone HTML slideshows from Kwiki markup
textproc/ctemplate-2.3 (Score: 0.068937615)
Simple but powerful template language for C++
The ctemplate package contains a library implementing a simple but powerful template language for C++. It emphasizes separating logic from presentation: it is impossible to embed application logic in this template language.