Libraries tagged by dfa
lustre/php-dfa-sensitive
117869 Downloads
To achieve the filtering of sensitive words, based on the determination of finite automata (DFA) algorithm.
nelsonkti/sensitive-word
23292 Downloads
敏感词
kendall-hopkins/formal-theory
1250 Downloads
FormalTheory is a library that allows for manipulation and conversion of NFAs, DFAs and Regular Expressions.
singiu/wordban
12061 Downloads
简单敏感词过滤组件,采用 DFA 算法。
yankewei/laravel-sensitive
10179 Downloads
过滤敏感词汇的laravel包,使用DFA算法
dfau/coding-standard
6293 Downloads
dfau coding standard
sydante/laravel-sensitive
1151 Downloads
敏感词检查及过滤扩展包,采用 DFA 算法;可配置使用缓存,减少运行时 IO 占用;支持任意框架
pengyu/dfa-filter
31 Downloads
This is a sensitive words filter based on DFA
jiangshengxin/dfa
53 Downloads
jiangshengxin
duan617/sensitive-dfa
90 Downloads
sensitive-dfa
snstvwd/laravel-filter
17 Downloads
PHP基于确定有穷自动机算法(DFA)的敏感词过滤器
dfau/toujou-api
8998 Downloads
TYPO3 REST API Framework
dface/code-gen
262 Downloads
Lib to generate DTO objects from spec files
phpch/imi-sensitive-word-filter
10 Downloads
基于IMI的dfa敏感词过滤
mucts/dfa
8 Downloads
Deterministic Finite Automaton,即确定有穷自动机。其特征为:有一个有限状态集合和一些从一个状态通向另一个状态的边,每条边上标记有一个符号,其中一个状态是初态,某些状态是终态。但不同于不确定的有限自动机,DFA中不会有从同一状态出发的两条边标志有相同的符号。