{
    "mode": "perldoc",
    "parameter": "Lingua::Stem::De",
    "section": "",
    "url": "https://www.chedong.com/phpMan.php/perldoc/Lingua%3A%3AStem%3A%3ADe/json",
    "generated": "2026-06-13T23:07:51Z",
    "synopsis": "use Lingua::Stem::De;\nmy $stems   = Lingua::Stem::De::stem({ -words => $wordlistreference,\n-locale => 'de',\n-exceptions => $exceptionshash,\n});",
    "sections": {
        "NAME": {
            "content": "Lingua::Stem::De - Stemming algorithm for German\n",
            "subsections": []
        },
        "SYNOPSIS": {
            "content": "use Lingua::Stem::De;\nmy $stems   = Lingua::Stem::De::stem({ -words => $wordlistreference,\n-locale => 'de',\n-exceptions => $exceptionshash,\n});\n",
            "subsections": []
        },
        "DESCRIPTION": {
            "content": "This routine applies a stemming slgorithm to a passed anon array of German words, returning the\nstemmed words as an anon array.\n\nIt is a 'convienence' wrapper for 'Text::German' that provides a standardized interface and\ncaching.\n",
            "subsections": []
        },
        "CHANGES": {
            "content": "2.30 2020.06.20 - Version renumber for module consistency\n\n1.01 2003.09.28 - Documentation fix\n\n1.00 2003.04.05 - Initial release\n",
            "subsections": []
        },
        "METHODS": {
            "content": "",
            "subsections": [
                {
                    "name": "stem",
                    "content": "Stems a list of passed words using the rules of German Returns an anonymous array reference\nto the stemmed words.\n\nExample:\n\nmy $stemmedwords = Lingua::Stem::De::stem({ -words => \\@words,\n-locale => 'de',\n-exceptions => \\%exceptions,\n});\n"
                },
                {
                    "name": "stem_caching",
                    "content": "Sets the level of stem caching.\n\n'0' means 'no caching'. This is the default level.\n\n'1' means 'cache per run'. This caches stemming results during a single call to 'stem'.\n\n'2' means 'cache indefinitely'. This caches stemming results until either the process exits\nor the 'clearstemcache' method is called.\n\nclearstemcache;\nClears the cache of stemmed words\n"
                }
            ]
        },
        "NOTES": {
            "content": "This code is almost entirely derived from Text::German written by Ulrich Pfeifer\n",
            "subsections": []
        },
        "SEE ALSO": {
            "content": "Lingua::Stem Text::German\n",
            "subsections": []
        },
        "AUTHOR": {
            "content": "Ulrich Pfeifer\n\nIntegration in Lingua::Stem by\nJerilyn Franz, FreeRun Technologies,\n<cpan@jerilyn.info>\n",
            "subsections": []
        },
        "COPYRIGHT": {
            "content": "Ulrich Pfeifer Jerilyn Franz, FreeRun Technologies\n\nThis code is freely available under the same terms as Perl.\n",
            "subsections": []
        },
        "BUGS": {
            "content": "",
            "subsections": []
        },
        "TODO": {
            "content": "",
            "subsections": []
        }
    },
    "summary": "Lingua::Stem::De - Stemming algorithm for German",
    "flags": [],
    "examples": [],
    "see_also": []
}