File tree 1 file changed +9
-4
lines changed
1 file changed +9
-4
lines changed Original file line number Diff line number Diff line change 1
- # stringdiff
1
+ # [ stringdiff-luau ] ( https://pesde.dev/packages/caveful_games/stringdiff )
2
2
A string similarity metric diffing algorithm invented by splinestein for primitive chat bot use.
3
3
4
+ This is a fork of [ splinestein/splinestein-diffing-algorithm] ( https://github.com/splinestein/splinestein-diffing-algorithm )
5
+
6
+ Modified for Luau and pesde.
7
+
4
8
* Link to module: https://www.roblox.com/library/12088663460/StringDiff
5
9
* Open source and can be viewed here: https://github.com/splinestein/splinestein-diffing-algorithm/blob/main/stringdiff.lua
6
10
* Link to release thread: https://devforum.roblox.com/t/stringdiff-string-similarity-metric-diffing-algorithm/2131245
@@ -9,9 +13,7 @@ A string similarity metric diffing algorithm invented by splinestein for primiti
9
13
10
14
Install a package via ` pesde `
11
15
``` sh
12
- pesde add caveful_games/stringdiff -t luau
13
-
14
- pesde install
16
+ pesde add caveful_games/stringdiff
15
17
```
16
18
17
19
I've tested this for primitive chat bot use and it's working nicely.
@@ -20,3 +22,6 @@ It is worth mentioning that this will have O(n) complexity if iterating over any
20
22
small unless you use better querying techniques on the dataset like FTS.
21
23
22
24
Hope you enjoy. Feel free to suggest any changes.
25
+
26
+ ## TO-DOs
27
+ - [ ] Generate ` docs ` with markdown from moonwave comments for pesde docs (be likely to be released in 0.2.0)
You can’t perform that action at this time.
0 commit comments