{
    "mode": "perldoc",
    "parameter": "Lingua::PT::Stemmer",
    "section": "",
    "url": "https://www.chedong.com/phpMan.php/perldoc/Lingua%3A%3APT%3A%3AStemmer/json",
    "generated": "2026-06-13T12:02:10Z",
    "synopsis": "use Lingua::PT::Stemmer;\nLingua::PT::Stemmer::stem(\\@words);\n# or\nLingua::PT::Stemmer::stem(@words);",
    "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": []
        }
    },
    "summary": "Lingua::PT::Stemmer - Portuguese language stemming",
    "flags": [],
    "examples": [],
    "see_also": []
}