{
    "content": [
        {
            "type": "text",
            "text": "# Lingua::GL::Stemmer (perldoc)\n\n## NAME\n\nLingua::GL::Stemmer - Galician Stemmer\n\n## SYNOPSIS\n\nuse Lingua::GL::Stemmer;\nLingua::GL::Stemmer::stem(\\@words);\n# or\nLingua::GL::Stemmer::stem(@words);\n\n## DESCRIPTION\n\nGalician is an endangered language spoken in northwest region of Spain. Galician is\nmorphologically similar to Portuguese but phonetics differs greatly. Due to the morphological\nsimilarity between Portuguese and Galician, Portuguese stemming algorithm can be adopted to stem\nGalician texts.\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::GL::Stemmer",
        "section": "",
        "mode": "perldoc",
        "summary": "Lingua::GL::Stemmer - Galician Stemmer",
        "synopsis": "use Lingua::GL::Stemmer;\nLingua::GL::Stemmer::stem(\\@words);\n# or\nLingua::GL::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": 8,
                "subsections": []
            },
            {
                "name": "SEE ALSO",
                "lines": 4,
                "subsections": []
            },
            {
                "name": "COPYRIGHT",
                "lines": 5,
                "subsections": []
            }
        ],
        "sections": {
            "NAME": {
                "content": "Lingua::GL::Stemmer - Galician Stemmer\n",
                "subsections": []
            },
            "SYNOPSIS": {
                "content": "use Lingua::GL::Stemmer;\n\nLingua::GL::Stemmer::stem(\\@words);\n\n# or\n\nLingua::GL::Stemmer::stem(@words);\n",
                "subsections": []
            },
            "DESCRIPTION": {
                "content": "Galician is an endangered language spoken in northwest region of Spain. Galician is\nmorphologically similar to Portuguese but phonetics differs greatly. Due to the morphological\nsimilarity between Portuguese and Galician, Portuguese stemming algorithm can be adopted to stem\nGalician texts.\n\nSee Lingua::PT::Stemmer for a sketch of the stemming algorithm, and\n<http://bvg.udc.es/recursoslingua/stemming.html> for stemming rules.\n",
                "subsections": []
            },
            "SEE ALSO": {
                "content": "Lingua::PT::Stemmer\n\nStemming rules <http://bvg.udc.es/recursoslingua/stemming.html>\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": []
            }
        }
    }
}