{
    "content": [
        {
            "type": "text",
            "text": "# Lingua::Stem::Gl (perldoc)\n\n## NAME\n\nLingua::Stem::Gl - Stemming algorithm for Galacian\n\n## SYNOPSIS\n\nuse Lingua::Stem::Gl;\nmy $stems   = Lingua::Stem::Gl::stem({ -words => $wordlistreference,\n-locale => 'gl',\n-exceptions => $exceptionshash,\n});\n\n## DESCRIPTION\n\nThis routine applies a stemming algorithm to a passed anon array of Galician words, returning\nthe stemmed words as an anon array.\n\n## Sections\n\n- **NAME**\n- **SYNOPSIS**\n- **DESCRIPTION**\n- **CHANGES**\n- **METHODS** (2 subsections)\n- **NOTES**\n- **SEE ALSO**\n- **AUTHOR**\n- **COPYRIGHT**\n- **BUGS**\n- **TODO**\n\nUse structuredContent.sections for detailed options, examples, and full documentation.\n"
        }
    ],
    "structuredContent": {
        "command": "Lingua::Stem::Gl",
        "section": "",
        "mode": "perldoc",
        "summary": "Lingua::Stem::Gl - Stemming algorithm for Galacian",
        "synopsis": "use Lingua::Stem::Gl;\nmy $stems   = Lingua::Stem::Gl::stem({ -words => $wordlistreference,\n-locale => 'gl',\n-exceptions => $exceptionshash,\n});",
        "tldr_summary": null,
        "tldr_examples": [],
        "tldr_source": null,
        "flags": [],
        "examples": [],
        "see_also": [],
        "section_outline": [
            {
                "name": "NAME",
                "lines": 2,
                "subsections": []
            },
            {
                "name": "SYNOPSIS",
                "lines": 6,
                "subsections": []
            },
            {
                "name": "DESCRIPTION",
                "lines": 6,
                "subsections": []
            },
            {
                "name": "CHANGES",
                "lines": 8,
                "subsections": []
            },
            {
                "name": "METHODS",
                "lines": 1,
                "subsections": [
                    {
                        "name": "stem",
                        "lines": 10
                    },
                    {
                        "name": "stem_caching",
                        "lines": 12
                    }
                ]
            },
            {
                "name": "NOTES",
                "lines": 2,
                "subsections": []
            },
            {
                "name": "SEE ALSO",
                "lines": 2,
                "subsections": []
            },
            {
                "name": "AUTHOR",
                "lines": 4,
                "subsections": []
            },
            {
                "name": "COPYRIGHT",
                "lines": 4,
                "subsections": []
            },
            {
                "name": "BUGS",
                "lines": 1,
                "subsections": []
            },
            {
                "name": "TODO",
                "lines": 1,
                "subsections": []
            }
        ],
        "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": []
            }
        }
    }
}