Skip to content

Releases: Living-with-machines/DeezyMatch

DeezyMatch v1.3.4

20 Sep 14:28
b3e5504
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.3.3...v1.3.4

DeezyMatch v1.3.3

19 Jul 16:04
b47053f
Compare
Choose a tag to compare

Support python 3.9

v1.3.2

25 Apr 16:22
112a4f4
Compare
Choose a tag to compare

v1.3.2:

This version addresses the following issues (all related to candidate ranking):

DeezyMatch v1.3.1

02 Feb 10:35
c40bafb
Compare
Choose a tag to compare
  • BUGFIX: one-column option for non-Latin-alphabet corpora
    • Copy the string of the first column into the second column. This way, we do not need to extend the vocabulary.

DeezyMatch v1.3.0

31 Jan 18:21
8ee2970
Compare
Choose a tag to compare
  • BUGFIX: the issue with n-grams (#109)
  • Define word token separators in the input file (#78)
  • Prefix/suffix parameter moved as part of the mode, not preprocessing, as it applied to subword tokenization
  • To generate vectors, we don't need three-column inputs anymore. We can have one column (or three columns for backward compatibility)
  • Add specific datasets for each DeezyMatch functionality + Edit the README file.
  • normalizeString and string_split functions are reviewed
  • Improve documentation
  • Several tests are added

DeezyMatch v1.2.4

27 Sep 17:08
6515790
Compare
Choose a tag to compare
  • Update requirements.txt
  • Test on python 3.9
  • BUGFIX: change scenario in candidate_scenario in candidateRanker.py

DeezyMatch v1.2.3

31 Mar 12:53
06f8017
Compare
Choose a tag to compare
Merge pull request #93 from Living-with-machines/dependabot/pip/pyyam…

…l-5.4

v1.2.3

DeezyMatch v1.2.2

06 Dec 19:07
db1bcf9
Compare
Choose a tag to compare
Merge pull request #89 from Living-with-machines/develop

v1.2.2

DeezyMatch v1.2.1

13 Nov 10:24
0b9f771
Compare
Choose a tag to compare
  • Replace cosine-sim with cosine-dist
  • Add a new column (1-pred_score) to the output of candidate_ranker
  • Add notebooks to reproduce Fig. 2 of the EMNLP2020 paper
  • Updated README (EMNLP paper, updated the results/figs)
  • Add a binder badge

DeezyMatch v1.2.0

15 Sep 14:35
38d8142
Compare
Choose a tag to compare
Merge pull request #75 from Living-with-machines/develop

version 1.2.0