aparatext

Results 54 issues of aparatext

Beam search is a sampling mechanism by which we maximize probability of not just the next token, but the entire completion. While it can be ignored for simpler uses, any...

feature request

## Problem Bat's headings take up quite a bit of vertical space, especially with larger fonts. `--decorations never` removes them, but also looses the line numbers and file name. ##...

feature-request

- Directory: `~/nltk-data` - Environment variable: NLTK_DATA - Discussion: https://github.com/nltk/nltk/issues/1997

When forwarding multiple packets immediately (e.g., proxy use case), there's no way to batch writes before TCP flush. With TCP_NODELAY enabled (as in examples), each `Connection::write()` call sends a separate...