GSP
Quick Navigator

Search Site

Unix VPS
A - Starter
B - Basic
C - Preferred
D - Commercial
MPS - Dedicated
Previous VPSs
* Sign Up! *

Support
Contact Us
Online Help
Handbooks
Domain Status
Man Pages

FAQ
Virtual Servers
Pricing
Billing
Technical

Network
Facilities
Connectivity
Topology Map

Miscellaneous
Server Agreement
Year 2038
Credits
 

USA Flag

 

 

Man Pages
Snowball(3) User Contributed Perl Documentation Snowball(3)

Wrapper for Lingua::Stem::Snowball - Perl interface to Snowball stemmers.

Snowball - http://snowball.tartarus.org/ Perl module Lingua::Stem::Snowball

use Search::OpenFTS::Dict::Snowball;

my $lang = 'english';

my $s=Search::OpenFTS::Dict::Snowball->new( lang=>$lang );

my $s=Search::OpenFTS::Dict::Snowball->new( lang=>$lang, stop_file=>'/path/to/stop_file' );

my @lexems = $dict->lemms( $word );

my $stop = $dict->is_stoplexem( $lexem );

stop_file should contains space separated unstemmed stop words, for example:

    the this when
    while

Teodor Sigaev, teodor@sigaev.ru

    Snowball web site           http://snowball.tartarus.org/

    Lingua::Stem::Snowball      http://openfts.sourceforge.net/contributions.shtml

    The OpenFTS Primer          (  see doc/ subdirectory )

    The Crash-course to OpenFTS ( in examples/ subdirectory )

    perldoc Search::OpenFTS::Search

    perldoc Search::OpenFTS::Index

    perldoc Search::OpenFTS::Parser

    perldoc Search::OpenFTS::Dict::PorterEng

    perldoc Search::OpenFTS::Dict::UnknownDict

    perldoc Search::OpenFTS::Morph::ISpell
2003-08-06 perl v5.32.1

Search for    or go to Top of page |  Section 3 |  Main Index

Powered by GSP Visit the GSP FreeBSD Man Page Interface.
Output converted with ManDoc.