{
    "content": [
        {
            "type": "text",
            "text": "# Lingua::Stem::Sv (perldoc)\n\n## NAME\n\nLingua::Stem::Sv - Stemming algorithm for Swedish\n\n## SYNOPSIS\n\nuse Lingua::Stem::Sv;\nmy $stems   = Lingua::Stem::Sv::stem({ -words => $wordlistreference,\n-locale => 'sv',\n-exceptions => $exceptionshash,\n});\n\n## DESCRIPTION\n\nThis routine applies a stemming slgorithm to a passed anon array of Swedish words, returning the\nstemmed 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::Sv",
        "section": "",
        "mode": "perldoc",
        "summary": "Lingua::Stem::Sv - Stemming algorithm for Swedish",
        "synopsis": "use Lingua::Stem::Sv;\nmy $stems   = Lingua::Stem::Sv::stem({ -words => $wordlistreference,\n-locale => 'sv',\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": 6,
                "subsections": []
            },
            {
                "name": "METHODS",
                "lines": 1,
                "subsections": [
                    {
                        "name": "stem",
                        "lines": 10
                    },
                    {
                        "name": "stem_caching",
                        "lines": 12
                    }
                ]
            },
            {
                "name": "NOTES",
                "lines": 3,
                "subsections": []
            },
            {
                "name": "SEE ALSO",
                "lines": 2,
                "subsections": []
            },
            {
                "name": "AUTHOR",
                "lines": 2,
                "subsections": []
            },
            {
                "name": "COPYRIGHT",
                "lines": 2,
                "subsections": []
            },
            {
                "name": "BUGS",
                "lines": 1,
                "subsections": []
            },
            {
                "name": "TODO",
                "lines": 1,
                "subsections": []
            }
        ],
        "sections": {
            "NAME": {
                "content": "Lingua::Stem::Sv - Stemming algorithm for Swedish\n",
                "subsections": []
            },
            "SYNOPSIS": {
                "content": "use Lingua::Stem::Sv;\nmy $stems   = Lingua::Stem::Sv::stem({ -words => $wordlistreference,\n-locale => 'sv',\n-exceptions => $exceptionshash,\n});\n",
                "subsections": []
            },
            "DESCRIPTION": {
                "content": "This routine applies a stemming slgorithm to a passed anon array of Swedish words, returning the\nstemmed words as an anon array.\n\nIt is a 'convienence' wrapper for 'Lingua::Stem::Snowball::Se' that provides a standardized\ninterface and caching.\n",
                "subsections": []
            },
            "CHANGES": {
                "content": "2.30 2020.06.20 - Version renumbering 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 Swedish. Returns an anonymous array\nreference to the stemmed words.\n\nExample:\n\nmy $stemmedwords = Lingua::Stem::Sv::stem({ -words => \\@words,\n-locale => 'sv',\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::Stem::Snowball::Sv written by Ask Solem Hoel,\n<ask@unixmonks.net>\n",
                "subsections": []
            },
            "SEE ALSO": {
                "content": "Lingua::Stem Lingua::Stem::Snowball::Sv\n",
                "subsections": []
            },
            "AUTHOR": {
                "content": "Integration in Lingua::Stem by Jerilyn Franz\n",
                "subsections": []
            },
            "COPYRIGHT": {
                "content": "Jerilyn Franz\n",
                "subsections": []
            },
            "BUGS": {
                "content": "",
                "subsections": []
            },
            "TODO": {
                "content": "",
                "subsections": []
            }
        }
    }
}