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.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add keyword_extractor_lite

With Flutter:

 $ flutter pub add keyword_extractor_lite

This 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.0

Alternatively, 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';
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