{
    "mode": "perldoc",
    "parameter": "Lingua::Stem::Snowball::Da",
    "section": "",
    "url": "https://www.chedong.com/phpMan.php/perldoc/Lingua%3A%3AStem%3A%3ASnowball%3A%3ADa/json",
    "generated": "2026-06-13T18:08:26Z",
    "synopsis": "use Lingua::Stem::Snowball::Da\nmy $stemmer = new Lingua::Stem::Snowball::Da (usecache => 1);\nforeach my $word (@words) {\nmy $stemmed = $stemmer->stem($word);\nprint $stemmed, \"\\n\";\n}",
    "sections": {
        "NAME": {
            "content": "Lingua::Stem::Snowball::Da - Porters stemming algorithm for Denmark\n",
            "subsections": []
        },
        "SYNOPSIS": {
            "content": "use Lingua::Stem::Snowball::Da\nmy $stemmer = new Lingua::Stem::Snowball::Da (usecache => 1);\n\nforeach my $word (@words) {\nmy $stemmed = $stemmer->stem($word);\nprint $stemmed, \"\\n\";\n}\n",
            "subsections": []
        },
        "DESCRIPTION": {
            "content": "The stem function takes a scalar as a parameter and stems the word according to Martin Porters\nDanish stemming algorithm, which can be found at the Snowball website:\n<http://snowball.tartarus.org/>.\n\nIt also supports caching if you pass the usecache option when constructing a new L:S:S:D\nobject.\n\nEXPORT\nLingua::Stem::Snowball::Da has nothing to export.\n",
            "subsections": []
        },
        "AUTHOR": {
            "content": "Dennis Haney <davh@davh.dk>\n\nAsk Solem Hoel, <ask@unixmonks.net> (Swedish version)\n",
            "subsections": []
        },
        "SEE ALSO": {
            "content": "perl. Lingua::Stem::Snowball. Lingua::Stem. <http://snowball.tartarus.org>.\n",
            "subsections": []
        }
    },
    "summary": "Lingua::Stem::Snowball::Da - Porters stemming algorithm for Denmark",
    "flags": [],
    "examples": [],
    "see_also": []
}