We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dce4897 commit 3f4cf78Copy full SHA for 3f4cf78
1 file changed
README.md
@@ -1,4 +1,5 @@
1
-#php-language-processing
+# php-language-processing
2
+
3
[](https://packagist.org/packages/webd/language)
4
5
A PHP library for language processing. Includes string distance function
@@ -46,4 +47,4 @@ echo $lcs->distance();
46
47
// SpamSum, aka ssdeep, aka Context-Triggered Piecewize Hashing (CTPH):
48
$s = new \webd\language\SpamSum;
49
echo $s->HashString(file_get_contents($f));
-```
50
+```
0 commit comments