Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge pull request #1 from yigitsever/dependabot/pip/nltk-3.6.5HEADmaster | Yigit Sever | 2021-10-18 | 1 | -1/+1 |
|\ | | | | | Bump nltk from 3.4.5 to 3.6.5 | ||||
| * | Bump nltk from 3.4.5 to 3.6.5 | dependabot[bot] | 2021-10-18 | 1 | -1/+1 |
|/ | | | | | | | | | | | | | | Bumps [nltk](https://github.com/nltk/nltk) from 3.4.5 to 3.6.5. - [Release notes](https://github.com/nltk/nltk/releases) - [Changelog](https://github.com/nltk/nltk/blob/develop/ChangeLog) - [Commits](https://github.com/nltk/nltk/compare/3.4.5...3.6.5) --- updated-dependencies: - dependency-name: nltk dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com> | ||||
* | Set theme jekyll-theme-slate | Yiğit Sever | 2020-07-03 | 1 | -1/+1 |
| | |||||
* | Set theme jekyll-theme-minimal | Yiğit Sever | 2020-07-03 | 1 | -1/+1 |
| | |||||
* | Set theme jekyll-theme-dinky | Yiğit Sever | 2020-07-03 | 1 | -1/+1 |
| | |||||
* | Clean supervised matching | Yigit Sever | 2020-07-03 | 1 | -26/+52 |
| | |||||
* | Include citation & paper | Yigit Sever | 2020-07-01 | 1 | -0/+22 |
| | |||||
* | Include batch scripts | Yigit Sever | 2019-09-27 | 4 | -3/+66 |
| | |||||
* | Merge branch 'master' of github.com:yigitsever/Evaluating-Dictionary-Alignment | Yigit Sever | 2019-09-27 | 1 | -0/+40 |
|\ | |||||
| * | Include supervised usage | Yigit Sever | 2019-09-27 | 1 | -0/+40 |
| | | |||||
* | | Clean up supervised | Yigit Sever | 2019-09-27 | 1 | -2/+3 |
|/ | |||||
* | Use proper required arguments for supervised | Yigit Sever | 2019-09-27 | 1 | -11/+18 |
| | |||||
* | Update requirements for supervised | Yigit Sever | 2019-09-27 | 1 | -0/+4 |
| | |||||
* | Call tsv creator properly | Yigit Sever | 2019-09-26 | 2 | -3/+5 |
| | |||||
* | Create .tsv files in get_data | Yigit Sever | 2019-09-26 | 1 | -0/+5 |
| | |||||
* | Bugfix | Yigit Sever | 2019-09-26 | 1 | -7/+9 |
| | |||||
* | Add missing percent sign | Yigit Sever | 2019-09-26 | 1 | -1/+1 |
| | |||||
* | Include sentence embedding usage | Yigit Sever | 2019-09-26 | 2 | -6/+46 |
| | |||||
* | Fix typos | Yigit Sever | 2019-09-26 | 1 | -7/+7 |
| | |||||
* | Include WMD usage | Yigit Sever | 2019-09-26 | 2 | -1/+41 |
| | |||||
* | demo clarification | Yigit Sever | 2019-09-26 | 2 | -2/+2 |
| | |||||
* | Update readme | Yigit Sever | 2019-09-26 | 1 | -11/+10 |
| | |||||
* | Clean up tsv creator script | Yigit Sever | 2019-09-25 | 1 | -67/+93 |
| | |||||
* | Merge branch 'master' of github.com:yigitsever/Evaluating-Dictionary-Alignment | Yigit Sever | 2019-09-25 | 1 | -1/+1 |
|\ | |||||
| * | Update README.md | Yiğit Sever | 2019-09-25 | 1 | -1/+1 |
| | | |||||
* | | Include .tsv creator | Yigit Sever | 2019-09-25 | 1 | -0/+101 |
|/ | |||||
* | Include supervised code | Yigit Sever | 2019-09-25 | 2 | -0/+359 |
| | | | | | Due to how we handle data, supervised approaches are hardcoded to work on 1000 instances for now | ||||
* | Bugfix | Yigit Sever | 2019-09-25 | 1 | -6/+6 |
| | |||||
* | Better non-batch output for WMD | Yigit Sever | 2019-09-25 | 1 | -9/+7 |
| | |||||
* | Fix small typo | Yigit Sever | 2019-09-25 | 1 | -1/+1 |
| | |||||
* | Fix argument typo | Yigit Sever | 2019-09-25 | 1 | -6/+8 |
| | |||||
* | Clean up sentence embeddings | Yigit Sever | 2019-09-25 | 3 | -304/+179 |
| | |||||
* | Merge WMD/SNK matching and retrieval | Yigit Sever | 2019-09-25 | 3 | -187/+60 |
| | |||||
* | Use black linter for WMD | Yigit Sever | 2019-09-24 | 3 | -167/+163 |
| | |||||
* | Use full langauge names | Yigit Sever | 2019-09-23 | 1 | -15/+15 |
| | |||||
* | Fix table | Yigit Sever | 2019-09-23 | 1 | -0/+2 |
| | |||||
* | Add demo instructions and # of pairs | Yigit Sever | 2019-09-23 | 1 | -0/+29 |
| | |||||
* | Unified WMD/SNK matching & retrieval | Yigit Sever | 2019-09-22 | 3 | -43/+46 |
| | |||||
* | Introduce linter, stylize | Yigit Sever | 2019-09-22 | 3 | -116/+219 |
| | |||||
* | Fix typo | Yigit Sever | 2019-09-22 | 1 | -1/+1 |
| | |||||
* | Preparing for merging two WMD scripts | Yigit Sever | 2019-09-22 | 2 | -3/+15 |
| | | | | | * Added align() to return p_at_one, percentage for both metrics | ||||
* | Roll the methods to a for, like retrieval | Yigit Sever | 2019-09-22 | 1 | -31/+17 |
| | |||||
* | Clean up WMD_retrieval | Yigit Sever | 2019-09-22 | 1 | -5/+4 |
| | |||||
* | Fix typo | Yigit Sever | 2019-09-21 | 1 | -2/+2 |
| | |||||
* | Cleaned up WMD_retrieval | Yigit Sever | 2019-09-21 | 2 | -234/+101 |
| | |||||
* | Merge branch 'master' of github.com:yigitsever/Evaluating-Dictionary-Alignment | Yigit Sever | 2019-09-21 | 0 | -0/+0 |
|\ | |||||
| * | Fix imports | Yigit Sever | 2019-09-21 | 2 | -2/+1 |
| | | |||||
* | | Fix imports | Yigit Sever | 2019-09-21 | 2 | -2/+1 |
|/ | |||||
* | Move functions to centralize | Yigit Sever | 2019-09-21 | 2 | -63/+66 |
| | |||||
* | Tidy up Wasserstein classes into one file | Yigit Sever | 2019-09-21 | 3 | -74/+65 |
| |