it all seems to work somewhat well

This commit is contained in:
Valentijn van der Jagt
2025-11-22 15:00:09 +01:00
parent ec2db75eb8
commit e2ee4dd30e
5 changed files with 148 additions and 31 deletions

View File

@@ -22,6 +22,11 @@
<artifactId>json</artifactId>
<version>20250517</version>
</dependency>
<dependency>
<groupId>xyz.nextn</groupId>
<artifactId>simple-levenshtein-distance</artifactId>
<version>1.0.0</version>
</dependency>
</dependencies>
<build>
<plugins>