Lingua::Stem::Snowball::Da - phpMan

Command: man perldoc info search(apropos)  


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, "\n";
         }

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 AT davh.dk>

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

SEE ALSO
       perl. Lingua::Stem::Snowball. Lingua::Stem. <http://snowball.tartarus.org>.

perl v5.22.1                                2016-03-26                                    Da(3pm)

Generated by $Id: phpMan.php,v 4.55 2007/09/05 04:42:51 chedong Exp $ Author: Che Dong
On Apache
Under GNU General Public License
2025-01-15 06:35 @18.119.135.67 CrawledBy Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)
Valid XHTML 1.0!Valid CSS!