debian man page for lingua::stem::snowball::da

Query: lingua::stem::snowball::da

OS: debian

Section: 3pm

Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar

Da(3pm) 						User Contributed Perl Documentation						   Da(3pm)

NAME
Lingua::Stem::Snowball::Da - Porters stemming algorithm for Denmark
SYNOPSIS
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, " "; }
DESCRIPTION
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. EXPORT Lingua::Stem::Snowball::Da has nothing to export.
AUTHOR
Dennis Haney <davh@davh.dk> Ask Solem Hoel, <ask@unixmonks.net> (Swedish version)
SEE ALSO
perl. Lingua::Stem::Snowball. Lingua::Stem. <http://snowball.tartarus.org>. perl v5.8.8 2007-10-23 Da(3pm)
Related Man Pages
lingua::stem::da(3pm) - debian
lingua::stem::fr(3pm) - debian
lingua::stem::gl(3pm) - debian
lingua::stem::it(3pm) - debian
lingua::stem::snowball::se(3pm) - debian
Similar Topics in the Unix Linux Community
Adding the individual columns of a matrix.
Installing Dash Shell on OS X Lion
awk or sed - Convert 2 lines to 1 line
Is UNIX an open source OS ?
Find columns in a file based on header and print to new file