Commit Graph

15 Commits

Author SHA1 Message Date
Max Bachmann 28f8c85f8c add newline at end of file 2022-10-02 12:52:17 +02:00
Max Bachmann cd8af8cad2
allow generating cython files (#194) 2022-02-12 18:58:10 +01:00
Max Bachmann 4c00a3594d work on Editops/Opcodes implementation 2022-01-09 01:25:41 +01:00
Max Bachmann 1371bd93b1 standardize RapidFuzz C-Api 2021-12-30 14:11:53 +01:00
Max Bachmann 0674083701 cythonize while packaging 2021-12-24 12:06:47 +01:00
maxbachmann 6d28d34d8d cleanup kwargs handling in the process module 2021-09-01 00:09:36 +02:00
Max Bachmann 426fbb24e9
implement process.extractOne in C++ (#53)
* start to simplify complexion

* start implementation

* add extractOne to C++

* fix a couple of bugs in the implementation

* start adressing performance issues
2020-11-15 20:18:46 +01:00
maxbachmann 49fec3e0bf
add benchmarks to ci 2020-06-01 14:32:26 +02:00
maxbachmann bbf2de840e
add documentation 2020-05-27 14:16:12 +02:00
TrigonaMinima f21b6e58dc Read the Docs setup + Basic documentation files 2020-05-10 01:38:40 +05:30
maxbachmann 028db547d1
reduce template usage to a minimum 2020-03-31 15:16:03 +02:00
maxbachmann d00462cd81
add custome weights for levenshtein 2020-03-31 11:47:18 +02:00
maxbachmann e157e11fa7
complete basic implementation of rapidfuzz 2020-03-18 21:34:32 +01:00
maxbachmann cb84c0521c add setup.py to build python version 2020-02-29 18:17:00 +01:00
maxbachmann d0f2de09e1 initialise c++ version 2020-02-29 15:45:15 +01:00