Skip to content

pandora/Kinosearch-Indexer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 

Repository files navigation

NAME
    eg_kinosearch - Simple Kinosearch indexer. 

SYNOPSIS
    use Indexer;

    my $indexer = Indexer->new(
        source  => $CIRCULATION_DATA,
        idx_loc => $INDEX_LOCATION,
        verbose => 1,
    );
    $indexer->build_from_file;

DESCRIPTION
    Build an inverted index using Kinosearch: 
    http://search.cpan.org/~creamyg/KinoSearch-0.315/
    
    In addition to input data (minus stopwords), word-stems 
    and phonetic codes of input data are also indexed.

About

Implementation of a KinoSearch Indexer

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages