Commit Graph

141 Commits (aqua)

Author SHA1 Message Date
Matthieu Gomez 44ed37f9f8
Update README.md 2022-10-06 09:28:07 -04:00
Filipe Chichorro 1dfcce9b5e
typo (#59) 2022-10-06 09:18:15 -04:00
Alex Arslan c149761927
Rename `OptimalStringAlignement` to `OptimalStringAlignment` (#57)
The former is a misspelling of the latter: note the extra 'e' in
"alignement." In renaming this, I've used `deprecate_binding` which
correctly handles deprecations for types as well as exporting.

I've also corrected two issues with the docstring for this type:
- The whole docstring was indented by 4 spaces, which Markdown
  interprets as a code block, so the whole docstring was code-quoted.
- The docstring erroneously said that OSA is the unrestricted D-L
  distance, but it's actually the restricted D-L distance.
2021-12-02 13:23:41 -05:00
matthieugomez 5c8109833c update readme 2021-09-14 11:58:19 -04:00
matthieugomez a78aed0e99 Update README.md 2021-09-13 14:48:21 -04:00
matthieugomez cee5db756b Update README.md 2021-09-13 14:46:42 -04:00
matthieugomez 0e5cd7e4d2 remove StringDistance type (since Distance does not exist) 2021-09-12 15:06:31 -04:00
matthieugomez d9f99986fb define StringSemiMetric/StringMetric 2021-09-12 14:33:39 -04:00
matthieugomez 69491d9f78 re-organize and default to _preprocess = true 2021-09-11 10:04:03 -04:00
matthieugomez 4c73b55825 simplify a bit Damerau 2021-09-10 17:55:37 -04:00
matthieugomez 5bec23d357 use correct (unrestricted) DamerauLevenshtein.
The old DamerauLevenshtein distance is renamed to OptimalStringAlignement.
2021-09-10 17:14:21 -04:00
Matthieu Gomez 157f4aafda
Update README.md (#48) 2021-07-04 10:50:40 -07:00
Matthieu Gomez 35ab1070d1
Update README.md 2021-06-23 12:57:44 -07:00
matthieugomez 373c3ba60d rmv Travis 2021-04-05 13:55:09 -07:00
matthieugomez 7b9568d028 Update README.md 2021-01-07 10:18:31 +01:00
matthieugomez 5cc8363264 Update README.md 2020-11-11 21:17:12 -08:00
matthieugomez aeb26abdba Update README.md 2020-11-11 21:16:56 -08:00
matthieugomez 6a190ecba5 Update README.md 2020-11-11 21:16:22 -08:00
matthieugomez 893dee9b49 Update README.md 2020-11-11 21:13:58 -08:00
matthieugomez 730a513d8e redefine modifiers 2020-11-11 21:13:14 -08:00
matthieugomez 4e2ab1b062 NormalizedMultisetDistance -> NMD 2020-11-10 13:52:31 -08:00
Robert Feldt ed6c2f650f
Add NMD and fix bug in MorisitaOverlap (#40) 2020-11-10 10:55:05 -08:00
matthieugomez 876e6c830b Update README.md 2020-11-10 07:24:32 -08:00
matthieugomez fb76069b68 Update README.md 2020-11-10 07:22:29 -08:00
matthieugomez d20650bb9e add readme about Hamming and pairwise 2020-11-10 07:14:13 -08:00
Robert Feldt 0c57f62319
Adds MorisitaOverlap distance (#39) 2020-11-10 07:12:28 -08:00
matthieugomez aed1fc2ad8 Revert "add back Hamming"
This reverts commit 6e1013d49c.
2020-10-23 10:26:33 -07:00
matthieugomez 6e1013d49c add back Hamming 2020-10-22 16:34:03 -07:00
matthieugomez b2399a0ef7 up 2020-09-28 14:57:42 -07:00
matthieugomez e6898f5274 findclosest 2020-09-28 14:55:18 -07:00
matthieugomez 46ae721329 findmax -> findbest 2020-09-28 14:47:23 -07:00
matthieugomez 04b1902f9e add back normalize for Partial/TokenSort/TokenSet 2020-07-20 08:25:53 -07:00
matthieugomez 9d4ae1a510 new version 2020-07-13 14:12:28 -07:00
matthieugomez 6b5f858158 Update README.md 2020-07-13 09:00:37 -07:00
matthieugomez 5b768bd8e1 Update README.md 2020-07-13 08:59:33 -07:00
matthieugomez f5056c361e Update README.md 2020-03-03 06:53:08 -05:00
matthieugomez 6ff628f34a Update README.md 2020-03-03 06:52:39 -05:00
matthieugomez cd0917e7df Update README.md 2020-03-03 06:52:25 -05:00
matthieugomez 2c6786d178 Update README.md 2020-03-03 06:51:05 -05:00
matthieugomez 3364329448 Update README.md 2020-03-03 06:49:53 -05:00
matthieugomez fe7e5ea286 Update README.md 2020-03-03 06:48:28 -05:00
matthieugomez 38d87ccd34 Update README.md 2020-03-03 06:48:00 -05:00
matthieugomez 6c9058a03a Update README.md 2020-03-03 06:43:42 -05:00
matthieugomez 41ccf12e45 Update README.md 2020-02-12 21:41:55 -05:00
matthieugomez 7ef227fc58 Update README.md 2020-02-12 09:58:03 -05:00
matthieugomez 4806349088 add functors 2020-02-12 09:41:46 -05:00
matthieugomez 7be2b6171f Update Project.toml 2020-02-09 14:10:27 -05:00
matthieugomez 5cbbfc5bde allow any iterator in. Define evaluate for modifiers. 2020-02-09 14:10:27 -05:00
matthieugomez a575eeab6a rmv datastructures + add docs 2019-12-13 10:59:09 -05:00
matthieugomez e4f50dcda7 update 2019-12-13 09:14:36 -05:00