Kyle Gorman

Results 60 issues of Kyle Gorman

new architecture

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...

bug
needs triage
ver: 2.5.x

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...

bug
language support
hacktoberfest

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...

enhancement

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...

enhancement

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...

enhancement
good first issue

**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...

enhancement