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.
example/text_indexing_example.dart
// Copyright ©2022, GM Consult (Pty) Ltd
// BSD 3-Clause License
// All rights reserved
// ignore: unused_import
import 'package:text_indexing/text_indexing.dart';
void main() {
// example goes here
}