edit_distance:Dart中字符串距离算法的实现

时间:2024-06-18 13:59:51
【文件属性】:

文件名称:edit_distance:Dart中字符串距离算法的实现

文件大小:13KB

文件格式:ZIP

更新时间:2024-06-18 13:59:51

levenshtein jaccard jarowinkler Dart

编辑距离 字符串距离算法的实现。 描述 编辑模糊匹配的距离算法。 具体来说,这个库提供: 例子 Levenshtein d = new Levenshtein (); print (d. distance ( 'witch' , 'kitsch' )); // 2


【文件预览】:
edit_distance-master
----pubspec.yaml(334B)
----lib()
--------src()
--------edit_distance.dart(398B)
----.travis.yml(122B)
----example()
--------edit_distance_example.dart(372B)
----LICENSE(1KB)
----test()
--------edit_distance_test.dart(4KB)
----README.md(982B)
----.analysis_options.yaml(487B)
----tool()
--------travis.sh(494B)
----.gitignore(329B)
----CHANGELOG.md(697B)

网友评论