Commit Graph

9 Commits

Author SHA1 Message Date
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