upsuper / fst-subseq-ascii-caseless

An automaton that matches if the input contains a specific subsequence ignoring ASCII case to be used with fst.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

fst-subseq-ascii-caseless

An automaton that matches if the input contains a specific subsequence ignoring ASCII case.

It is similar to fst::automaton::Subsequence, and can be used to build a simple fuzzy-finder for ASCII-only content.

About

An automaton that matches if the input contains a specific subsequence ignoring ASCII case to be used with fst.

License:MIT License


Languages

Language:Rust 100.0%