keyword_extractor_lite 1.0.0
keyword_extractor_lite: ^1.0.0 copied to clipboard
A lightweight, zero-dependency Dart package for extracting frequent keywords from text. Perfect for auto-tagging, SEO analysis, and content categorization.
1.0.0 #
- Initial release of keyword_extractor_lite
- Core Features:
KeywordExtractor.extract()- Extract top N keywords from textKeywordExtractor.extractWithFrequency()- Extract keywords with their frequency counts
- Optimizations:
- Turkish language optimization with comprehensive stop-words list
- Preserves Turkish characters (ğ, ü, ş, ı, ö, ç)
- Filters words shorter than 3 characters
- Efficient frequency-based algorithm
- Platform Support:
- Pure Dart implementation (no Flutter dependency)
- Works on Backend, Client, CLI, and Web
- Zero Dependencies:
- Lightweight package with no external dependencies
- High performance with minimal footprint