{
    "content": [
        {
            "type": "text",
            "text": "# Lingua::Stem::Snowball::Se (perldoc)\n\n## NAME\n\nLingua::Stem::Snowball::Se - Porters stemming algorithm for Swedish\n\n## SYNOPSIS\n\nuse Lingua::Stem::Snowball::Se\nmy $stemmer = new Lingua::Stem::Snowball::Se (usecache => 1);\nforeach my $word (@words) {\nmy $stemmed = $stemmer->stem($word);\nprint $stemmed, \"\\n\";\n}\n\n## DESCRIPTION\n\nThe stem function takes a scalar as a parameter and stems the word according to Martin Porters\nSwedish stemming algorithm, which can be found at the Snowball website:\n<http://snowball.tartarus.org/>.\n\n## Sections\n\n- **NAME**\n- **VERSION**\n- **SYNOPSIS**\n- **DESCRIPTION**\n- **AUTHOR**\n- **SEE ALSO**\n- **LICENSE AND COPYRIGHT**\n- **DISCLAIMER OF WARRANTY**\n\nUse structuredContent.sections for detailed options, examples, and full documentation.\n"
        }
    ],
    "structuredContent": {
        "command": "Lingua::Stem::Snowball::Se",
        "section": "",
        "mode": "perldoc",
        "summary": "Lingua::Stem::Snowball::Se - Porters stemming algorithm for Swedish",
        "synopsis": "use Lingua::Stem::Snowball::Se\nmy $stemmer = new Lingua::Stem::Snowball::Se (usecache => 1);\nforeach my $word (@words) {\nmy $stemmed = $stemmer->stem($word);\nprint $stemmed, \"\\n\";\n}",
        "tldr_summary": null,
        "tldr_examples": [],
        "tldr_source": null,
        "flags": [],
        "examples": [],
        "see_also": [],
        "section_outline": [
            {
                "name": "NAME",
                "lines": 2,
                "subsections": []
            },
            {
                "name": "VERSION",
                "lines": 2,
                "subsections": []
            },
            {
                "name": "SYNOPSIS",
                "lines": 8,
                "subsections": []
            },
            {
                "name": "DESCRIPTION",
                "lines": 10,
                "subsections": []
            },
            {
                "name": "AUTHOR",
                "lines": 2,
                "subsections": []
            },
            {
                "name": "SEE ALSO",
                "lines": 2,
                "subsections": []
            },
            {
                "name": "LICENSE AND COPYRIGHT",
                "lines": 8,
                "subsections": []
            },
            {
                "name": "DISCLAIMER OF WARRANTY",
                "lines": 16,
                "subsections": []
            }
        ],
        "sections": {
            "NAME": {
                "content": "Lingua::Stem::Snowball::Se - Porters stemming algorithm for Swedish\n",
                "subsections": []
            },
            "VERSION": {
                "content": "This document describes version 1.1.\n",
                "subsections": []
            },
            "SYNOPSIS": {
                "content": "use Lingua::Stem::Snowball::Se\nmy $stemmer = new Lingua::Stem::Snowball::Se (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\nSwedish 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:S\nobject.\n\nEXPORT\nLingua::Stem::Snowball::Se has nothing to export.\n",
                "subsections": []
            },
            "AUTHOR": {
                "content": "Ask Solem Hoel, <ask@0x61736b.net>\n",
                "subsections": []
            },
            "SEE ALSO": {
                "content": "perl. Lingua::Stem::Snowball. Lingua::Stem. <http://snowball.tartarus.org>.\n",
                "subsections": []
            },
            "LICENSE AND COPYRIGHT": {
                "content": "Copyright (c), 2007 Ask Solem \"ask@0x61736b.net\".\n\nAll rights reserved.\n\nThis library is free software; you can redistribute it and/or modify it under the same terms as\nPerl itself, either Perl version 5.8.6 or, at your option, any later version of Perl 5 you may\nhave available.\n",
                "subsections": []
            },
            "DISCLAIMER OF WARRANTY": {
                "content": "BECAUSE THIS SOFTWARE IS LICENSED FREE OF CHARGE, THERE IS NO WARRANTY FOR THE SOFTWARE, TO THE\nEXTENT PERMITTED BY APPLICABLE LAW. EXCEPT WHEN OTHERWISE STATED IN WRITING THE COPYRIGHT\nHOLDERS AND/OR OTHER PARTIES PROVIDE THE SOFTWARE \"AS IS\" WITHOUT WARRANTY OF ANY KIND, EITHER\nEXPRESSED OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY\nAND FITNESS FOR A PARTICULAR PURPOSE. THE ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF THE\nSOFTWARE IS WITH YOU. SHOULD THE SOFTWARE PROVE DEFECTIVE, YOU ASSUME THE COST OF ALL NECESSARY\nSERVICING, REPAIR, OR CORRECTION.\n\nIN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING WILL ANY COPYRIGHT HOLDER,\nOR ANY OTHER PARTY WHO MAY MODIFY AND/OR REDISTRIBUTE THE SOFTWARE AS PERMITTED BY THE ABOVE\nLICENCE, BE LIABLE TO YOU FOR DAMAGES, INCLUDING ANY GENERAL, SPECIAL, INCIDENTAL, OR\nCONSEQUENTIAL DAMAGES ARISING OUT OF THE USE OR INABILITY TO USE THE SOFTWARE (INCLUDING BUT NOT\nLIMITED TO LOSS OF DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY YOU OR THIRD\nPARTIES OR A FAILURE OF THE SOFTWARE TO OPERATE WITH ANY OTHER SOFTWARE), EVEN IF SUCH HOLDER OR\nOTHER PARTY HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGES.\n",
                "subsections": []
            }
        }
    }
}