toggle the display of search filters (inactive)toggle the display of search filters (active)
Results 10 packages
Sort by PUB-AZS
A pluggable, mockable process invocation abstraction for Dart.#process
[std] A dependncy less dart package (CommandRunner etc).#cli#process
Manages (start, stop, restart) an OS process.#cli#process#supervisor
Wrapper over `dart:io` [Process] API's that supports additional features.#cli#process
A high-performance fuzzy search algorithm in Dart, designed for intelligent auto-suggestions, typo tolerance, and fast string matching. #fuzzy-search#search-ranking#text-processing#auto-suggestions#ranking
A compact Japanese text tokenizer for Dart. TinySegmenter is a Japanese word segmentation library based on the original JavaScript implementation by Taku Kudo.#japanese#text-processing#tokenizer#nlp#segmentation
A powerful framework for handling special characters, emojis, and HTML entities in strings#string#text-processing#unicode#html#emoji
A Dart package for encoding categorical variables using Label Encoding and One-Hot Encoding techniques. Ideal for machine learning preprocessing.#machine-learning#feature-engineering#encoding#data-preprocessing#dart-ml
A Dart package for scaling and normalizing numerical features using common techniques like Min-Max and Standard Scaler.#machine-learning#feature-scaling#data-preprocessing#dart-ml
A comprehensive regex library with advanced features including possessive quantifiers, atomic groups, named backreferences, conditional patterns, and full Oniguruma compatibility.#regex#regular-expressions#pattern-matching#oniguruma#text-processing