{
    "mode": "perldoc",
    "parameter": "Lingua::Stem::Gl",
    "section": "",
    "url": "https://www.chedong.com/phpMan.php/perldoc/Lingua%3A%3AStem%3A%3AGl/json",
    "generated": "2026-06-14T12:55:59Z",
    "synopsis": "use Lingua::Stem::Gl;\nmy $stems   = Lingua::Stem::Gl::stem({ -words => $wordlistreference,\n-locale => 'gl',\n-exceptions => $exceptionshash,\n});",
    "sections": {
        "NAME": {
            "content": "Lingua::Stem::Gl - Stemming algorithm for Galacian\n",
            "subsections": []
        },
        "SYNOPSIS": {
            "content": "use Lingua::Stem::Gl;\nmy $stems   = Lingua::Stem::Gl::stem({ -words => $wordlistreference,\n-locale => 'gl',\n-exceptions => $exceptionshash,\n});\n",
            "subsections": []
        },
        "DESCRIPTION": {
            "content": "This routine applies a stemming algorithm to a passed anon array of Galician words, returning\nthe stemmed words as an anon array.\n\nIt is a 'convienence' wrapper for 'Lingua::Stemmer::GL' that provides a standardized interface\nand caching.\n",
            "subsections": []
        },
        "CHANGES": {
            "content": "2.30 2020.06.20 - Version renumber for module consistency\n\n1.02 2004.04.26 - Documenation fix\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 Galican. Returns an anonymous list reference\nto the stemmed words.\n\nExample:\n\nmy $stemmedwords = Lingua::Stem::Gl::stem({ -words => \\@words,\n-locale => 'gl',\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 a wrapper around Lingua::Stemmer::GL written by xern <xern@cpan.org>\n",
            "subsections": []
        },
        "SEE ALSO": {
            "content": "Lingua::Stem Lingua::Stemmer::GL;\n",
            "subsections": []
        },
        "AUTHOR": {
            "content": "Integration in Lingua::Stem by\nJerilyn Franz, FreeRun Technologies,\n<cpan@jerilyn.info>\n",
            "subsections": []
        },
        "COPYRIGHT": {
            "content": "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::Gl - Stemming algorithm for Galacian",
    "flags": [],
    "examples": [],
    "see_also": []
}