Releases: Living-with-machines/DeezyMatch
Releases · Living-with-machines/DeezyMatch
DeezyMatch v1.3.4
What's Changed
- Iss131/disable cosine by @kasra-hosseini in #135
- v1.3.4 by @kasra-hosseini in #136
Full Changelog: v1.3.3...v1.3.4
DeezyMatch v1.3.3
Support python 3.9
v1.3.2
DeezyMatch v1.3.1
- 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
- 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
andstring_split
functions are reviewed- Improve documentation
- Several tests are added
DeezyMatch v1.2.4
- Update requirements.txt
- Test on python 3.9
- BUGFIX: change scenario in candidate_scenario in
candidateRanker.py
DeezyMatch v1.2.3
Merge pull request #93 from Living-with-machines/dependabot/pip/pyyam…
DeezyMatch v1.2.2
Merge pull request #89 from Living-with-machines/develop v1.2.2
DeezyMatch v1.2.1
- 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
Merge pull request #75 from Living-with-machines/develop version 1.2.0