{
    "content": [
        {
            "type": "text",
            "text": "# Lingua::PT::Stemmer (perldoc)\n\n## NAME\n\nLingua::PT::Stemmer - Portuguese language stemming\n\n## SYNOPSIS\n\nuse Lingua::PT::Stemmer;\nLingua::PT::Stemmer::stem(\\@words);\n# or\nLingua::PT::Stemmer::stem(@words);\n\n## DESCRIPTION\n\nThis module implements a Portuguese stemming algorithm proposed in the paper A Stemming\nAlgorithm for the Portuguese Language by Moreira, V. and Huyck, C.\n\n## Sections\n\n- **NAME**\n- **SYNOPSIS**\n- **DESCRIPTION**\n- **SEE ALSO**\n- **COPYRIGHT**\n\nUse structuredContent.sections for detailed options, examples, and full documentation.\n"
        }
    ],
    "structuredContent": {
        "command": "Lingua::PT::Stemmer",
        "section": "",
        "mode": "perldoc",
        "summary": "Lingua::PT::Stemmer - Portuguese language stemming",
        "synopsis": "use Lingua::PT::Stemmer;\nLingua::PT::Stemmer::stem(\\@words);\n# or\nLingua::PT::Stemmer::stem(@words);",
        "tldr_summary": null,
        "tldr_examples": [],
        "tldr_source": null,
        "flags": [],
        "examples": [],
        "see_also": [],
        "section_outline": [
            {
                "name": "NAME",
                "lines": 2,
                "subsections": []
            },
            {
                "name": "SYNOPSIS",
                "lines": 8,
                "subsections": []
            },
            {
                "name": "DESCRIPTION",
                "lines": 21,
                "subsections": []
            },
            {
                "name": "SEE ALSO",
                "lines": 2,
                "subsections": []
            },
            {
                "name": "COPYRIGHT",
                "lines": 5,
                "subsections": []
            }
        ],
        "sections": {
            "NAME": {
                "content": "Lingua::PT::Stemmer - Portuguese language stemming\n",
                "subsections": []
            },
            "SYNOPSIS": {
                "content": "use Lingua::PT::Stemmer;\n\nLingua::PT::Stemmer::stem(\\@words);\n\n# or\n\nLingua::PT::Stemmer::stem(@words);\n",
                "subsections": []
            },
            "DESCRIPTION": {
                "content": "This module implements a Portuguese stemming algorithm proposed in the paper A Stemming\nAlgorithm for the Portuguese Language by Moreira, V. and Huyck, C.\n\nThe eight steps of stemming algorithm are listed as follows:\n\n*       Plural Reduction\n\n*       Feminine Reduction\n\n*       Adverb Reduction\n\n*       Augmentative/Diminutive Reduction\n\n*       Noun Suffix Reduction\n\n*       Verb Suffix Reduction\n\n*       Vowel Reduction\n\n*       Accents Removal\n",
                "subsections": []
            },
            "SEE ALSO": {
                "content": "Lingua::GL::Stemmer\n",
                "subsections": []
            },
            "COPYRIGHT": {
                "content": "xern <xern@cpan.org>\n\nThis module is free software; you can redistribute it or modify it under the same terms as Perl\nitself.\n",
                "subsections": []
            }
        }
    }
}