fuzzywuzzy:同名Python模块的C ++端口

时间:2024-06-12 17:27:38
【文件属性】:

文件名称:fuzzywuzzy:同名Python模块的C ++端口

文件大小:28KB

文件格式:ZIP

更新时间:2024-06-12 17:27:38

library wip fuzzy-matching C

这是 Python库正在逐步移植到C ++。 完成后,该库将具有相同的接口和行为。 底层的C库( ,镜像)已被剥离其Python接口,并被包裹在一些C ++代码中。 src/文件 等同于Python / C-lib fuzzywuzzy.{c,h}pp和string_matcher.{c,h}pp Python库和python-Levenshtein的StringMatcher.py的逐行Python到C ++的翻译。 wrapper.{c,h}pp (python-interface-)C-to-C ++封装,来自python-Levenshtein的ratio_py , get_opcodes_py , get_matching_blocks_py等。 utils.{c,h}pp 实用函数,从Python库的utils.py转换而来。 levenshtein.{c,


【文件预览】:
fuzzywuzzy-master
----CMakeLists.txt(1KB)
----.gitignore(33B)
----README.md(2KB)
----test()
--------main.cpp(498B)
--------CMakeLists.txt(255B)
----LICENSE(18KB)
----include()
--------fuzzywuzzy.hpp(3KB)
--------common.hpp(163B)
--------levenshtein.h(4KB)
--------wrapper.hpp(475B)
--------utils.hpp(1KB)
--------string_matcher.hpp(787B)
--------process.hpp(2KB)
----src()
--------CMakeLists.txt(389B)
--------levenshtein.c(28KB)
--------fuzzywuzzy.cpp(7KB)
--------string_matcher.cpp(1KB)
--------process.cpp(4KB)
--------utils.cpp(2KB)
--------wrapper.cpp(3KB)

网友评论