tokenizer_moqasem 1.0.1
tokenizer_moqasem: ^1.0.1 copied to clipboard
Intelligent tokenization plugin with advanced Arabic support, fuzzy matching, phonetic analysis, and AI-powered text processing. Built with 95% AI assistance.
Use this package as a library
Depend on it
Run this command:
With Dart:
$ dart pub add tokenizer_moqasem
With Flutter:
$ flutter pub add tokenizer_moqasem
This will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get
):
dependencies:
tokenizer_moqasem: ^1.0.1
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:tokenizer_moqasem/tokenizer_moqasem.dart';