matcher_rs 0.8.1

A high-performance matcher designed to solve LOGICAL and TEXT VARIATIONS problems in word matching, implemented in Rust.
Documentation
1
2
3
4
5
6
7
8
/// Text processing pipelines and constants.
///
/// This module provides the [`process_matcher::ProcessType`] bitflags and the functions designed to
/// standardize text before it is matched using `matcher_rs` matchers. Processing
/// rules such as lowercasing, spacing removal, traditional-to-simplified Chinese
/// conversion, or pinyin translation are defined here.
mod constants;
pub mod process_matcher;