| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2022-02-15 | Increase the temperature to 0.9. | Rose Hogenson | 1 | -1/+1 | |
| 2022-02-15 | Use real terminal width instead of assuming 72. | Rose Hogenson | 1 | -3/+5 | |
| 2022-02-15 | Auto-download nltk packages if they're missing. | Rose Hogenson | 1 | -1/+6 | |
| 2022-02-15 | Use an nltk tokenizer to trim sentence output. | Rose Hogenson | 1 | -7/+8 | |
| It kind of feels bad to depend on nltk and hugging face, but we're doing the best we can. Too bad that nltk isn't easier to install, too. | |||||
| 2022-02-15 | Use a naive regexp to strip extra output. | Rose Hogenson | 1 | -7/+10 | |
| The sentence tokenizer wasn't correct because not all sentences end in periods. The current regexp doesn't handle punctuation inside words such as apostrophes or abbreviations, but we're trying it. Maybe a tokenizer would be better? | |||||
| 2022-02-14 | Format with black. | Rose Hogenson | 1 | -60/+57 | |
| 2022-02-14 | Lint the code and clean up a bit. | Rose Hogenson | 1 | -0/+146 | |
