We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b8d35fc commit 31e3a23Copy full SHA for 31e3a23
README.md
@@ -44,6 +44,7 @@ php实现基于确定有穷自动机算法的铭感词过滤
44
45
// 获取感词库文件路径
46
$wordFilePath = 'tests/data/words.txt';
47
+
48
// get one helper
49
$handle = SensitiveHelper::init()->setTreeByFile($wordFilePath);
50
src/DfaFilter/HashMap.php
@@ -175,4 +175,4 @@ public function isEmpty()
175
{
176
return (count($this->hashTable) == 0);
177
}
178
-}
+}
0 commit comments