{"categories":[{"label":"Linguistic","url":"https://skillfed.io/packages/category/text-processing-linguistic/3"}],"enrichment":{"capability":"Sastrawi reduces inflected Indonesian words to their base form (stem) by removing prefixes, suffixes, and other morphological variations.","skillfed_tags":["indonesian-nlp","morphological-analysis"],"use_cases":["Preprocess Indonesian text for search engines or information retrieval systems to normalize word variations","Reduce Indonesian documents to root forms before feeding them into machine learning classifiers or topic models","Build Indonesian language chatbots or question-answering systems that need to match user queries to base word forms","Analyze Indonesian social media or news text by normalizing inflected words for frequency analysis or sentiment detection"],"what_it_does":"Sastrawi is a Python port of the original PHP Sastrawi project for Indonesian language stemming. It takes inflected Indonesian words and reduces them to their root form by removing affixes and morphological markers, which is a common preprocessing step in Indonesian text analysis and natural language processing tasks.\n\nThe package provides a factory-based API: you instantiate a StemmerFactory, create a stemmer instance, and call its stem() method on text. It handles both single words and full sentences, stripping prefixes, suffixes, and other morphological variations specific to Indonesian grammar. With no external runtime dependencies and a permissive MIT license, it integrates easily into Indonesian NLP pipelines.","worth_installing":"Yes, if you need Indonesian stemming. The package is stable, has no dependencies, and carries a permissive license. The 2016 release date is a concern for Python version compatibility\u2014verify it works with your target Python version before relying on it in production."},"id":"sastrawi","links":{"html":"https://skillfed.io/packages/sastrawi","md":"https://skillfed.io/packages/sastrawi.md","pypi":"https://pypi.org/project/sastrawi/"},"maintenance":{"status":"active"},"meta":{"latest_release":"2016-01-18","license_spdx":null,"license_treatment":"permissive","name":"Sastrawi","python_support":"unspecified","summary":"Library for stemming Indonesian (Bahasa) text"},"popularity":{"monthly_downloads":79895,"position":14330,"tier":"top_15000"},"security":{"n_vulnerabilities":0},"version":"1.0.1"}
