Dave Howcroft
Dave Howcroft
I see that the first GitHub commit included the change to LGPL, but several of the Java files include the original license issued by BBN and UMD. Were those files...
https://github.com/twintproject/twint/blob/e7c8a0c764f6879188e5c21e25fb6f1f856a7221/twint/cli.py#L335 twint raises an error that "TWINT requires Python version 3.6+" when you try to run it in Python 3.10 because the comparison casts the version as a float. It...
Detailed lists of the changes can be found in the commit messages from 9 September 2016. I've tested this by running the sclstm train and test as described in `README.md`...
The documentation/repo does not say what others are authorized to do with this code or data.
### Anthology ID 2023.inlg-main.34 ### Type of Change Revision ### PDF of the Revision or Erratum [2023_sgge_paper-2.pdf](https://github.com/acl-org/acl-anthology/files/13481374/2023_sgge_paper-2.pdf) [2023_sgge_paper-2_supplemental.pdf](https://github.com/acl-org/acl-anthology/files/13459670/2023_sgge_paper-2_supplemental.pdf) ### Brief Description of Changes This version corrects descriptive corpus statistics, because...
**Expected behavior**: running `pip install -r requirements.txt` successfully installs Python libraries to reproduce the code. **Observed behavior**: errors due to differences between `conda` requirements files and Python requirements files (see...