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.
Use this package as a library
Depend on it
Run this command:
With Dart:
$ dart pub add keyword_extractor_liteWith Flutter:
$ flutter pub add keyword_extractor_liteThis will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):
dependencies:
keyword_extractor_lite: ^1.0.0Alternatively, your editor might support dart pub get or flutter pub get. Check the docs for your editor to learn more.
Import it
Now in your Dart code, you can use:
import 'package:keyword_extractor_lite/keyword_extractor_lite.dart';