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
ISpell(3) User Contributed Perl Documentation ISpell(3)

Search::OpenFTS::Morph::ISpell - Perl interface to ISpell's dictionaries. Thanks mnoGoSearch (http://www.mhogosearch.org) developers team, kindly granted us to use their stemming code.

ISpell's dictionary and affixes ( *.dict and *.aff ) should be installed.

use Search::OpenFTS::Morph::ISpell;

my $dict=Search::OpenFTS::Morph::ISpell->new( aff_file=>'..', dict_file=>'..' );

my $dict=Search::OpenFTS::Morph::ISpell->new( aff_file=>'..', dict_file=>'..', stop_file=>'..' );

my $dict=Search::OpenFTS::Morph::ISpell->new( aff_file=>'..', dict_file=>'..', locale=>'..' );

my $dict=Search::OpenFTS::Morph::ISpell->new( aff_file=>'..', dict_file=>'..', stop_file=>'..', locale=>'..' );

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

my $is_stopword = $dict->is_stoplexem( $norm );

This module returns an array of infinitives for given word and empty array if word is not found in dictionary.

Input words must be in dictionary encoding.

Teodor Sigaev, teodor@sigaev.ru

    Ispell site      http://fmg-www.cs.ucla.edu/geoff/ispell.html

    mnoGoSearch site http://www.mhogosearch.ru

    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::Snowball

    perldoc Search::OpenFTS::Dict::UnknownDict

We recommend ispell dictionary for russian language maintained by Alexander Lebedev, avaliable from ftp://mch5.chem.msu.su/pub/russian/ispell/
2003-11-17 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.