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

Lingua::Stem::Snowball::Da - Porters stemming algorithm for Denmark

  use Lingua::Stem::Snowball::Da
  my $stemmer = new Lingua::Stem::Snowball::Da (use_cache => 1);

  foreach my $word (@words) {
        my $stemmed = $stemmer->stem($word);
        print $stemmed, "\n";
  }

The stem function takes a scalar as a parameter and stems the word according to Martin Porters Danish stemming algorithm, which can be found at the Snowball website: <http://snowball.tartarus.org/>.

It also supports caching if you pass the use_cache option when constructing a new L:S:S:D object.

Lingua::Stem::Snowball::Da has nothing to export.

Dennis Haney <davh@davh.dk>

Ask Solem Hoel, <ask@unixmonks.net> (Swedish version)

perl. Lingua::Stem::Snowball. Lingua::Stem. <http://snowball.tartarus.org>.
2003-03-05 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.