keyword_extractor_lite 1.0.0 copy "keyword_extractor_lite: ^1.0.0" to clipboard
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 text
    • KeywordExtractor.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
1
likes
160
points
7
downloads

Documentation

API reference

Publisher

unverified uploader

Weekly Downloads

A lightweight, zero-dependency Dart package for extracting frequent keywords from text. Perfect for auto-tagging, SEO analysis, and content categorization.

Repository (GitHub)

License

MIT (license)

More

Packages that depend on keyword_extractor_lite