sqlite_bm25 0.3.0 copy "sqlite_bm25: ^0.3.0" to clipboard
sqlite_bm25: ^0.3.0 copied to clipboard

An Okapi BM25 implementation for the SQLite FTS4 extension.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add sqlite_bm25

With Flutter:

 $ flutter pub add sqlite_bm25

This will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):

dependencies:
  sqlite_bm25: ^0.3.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:sqlite_bm25/sqlite_bm25.dart';
1
likes
115
pub points
35%
popularity

Publisher

unverified uploader

An Okapi BM25 implementation for the SQLite FTS4 extension.

Repository
View/report issues

Documentation

API reference

License

MIT (LICENSE)

More

Packages that depend on sqlite_bm25