Kyle Gorman
Kyle Gorman
Closes #60. Closes #218. LightningCLI removes our need to create separate training and prediction CLI programs, moving nearly all of that logic into the base model. This commit in particular...
### Bug description `LightningCLI`'s method `add_lightning_class_args` has an optional argument `required` which defaults to `True`. According to the documentation, when `required=True`, the user must specify the callback/class (or it must...
In Latin, for instance, Wiktionary uses the ASCII-like entries as headwords, but the lemma form on the page has additional information (macrons, diaeresis) etc. (Handling this for Latin is also...
By default, we `--skip-parens`. But in English and perhaps a few other languages, there is a common pattern where parentheses are used in pronunciations to indicate optionality. For instance, for...
The integration tests depend on config files I generated in a hurry, using default-like hyperparameters. The natural thing to do, though, is to conduct some degree of hyperparameter tuning for...
There aren't good tests of the transducer yet. To do so, we need: 1. Specialize the Makefile rules in the test data to run Maxwell before doing the rest of...
**Describe the bug** U+22BB is apparently not supported by the LaTeX `libertinus` package, and I don't see it in list of supported symbols; this symbol, usually denoted `\veebar` in LaTeX...
## 🚀 Feature Edit distance is well-defined over arrays of any kind of categorical values (like integers standing in for characters or strings), not just strings. However, the implementation of...