text_indexing 0.0.1-beta.1 text_indexing: ^0.0.1-beta.1 copied to clipboard
Dart library for creating an inverted index on a collection of text documents.
text_indexing #
Dart library for creating an inverted index on a collection of text documents.
THIS PACKAGE IS IN BETA DEVELOPMENT AND SUBJECT TO DAILY BREAKING CHANGES.
Install #
In the pubspec.yaml
of your flutter project, add the following dependency:
dependencies:
text_indexing: ^0.0.1-beta.1
In your code file add the following import:
import 'package:text_indexing/text_indexing.dart';
Usage #
TODO: describe usage.
Issues #
If you find a bug please fill an issue.
This project is a supporting package for a revenue project that has priority call on resources, so please be patient if we don't respond immediately to issues or pull requests.