Shane F. Carr

Results 2031 comments of Shane F. Carr

The bug is likely in the interface between the (rule-based) break iterator and the LSTM. I think anyone can open a pull request to add a test case and fix...

Please propose: 1. What are the aux keys exactly? 2. How do they fall back between each other? Note: adding aux keys is nice because then we can introduce fallback...

We could shorten `Burmese_codepoints_exclusive_model4_heavy` as follows: 1. `Burmese` should probably be either `my` (if langauge-specific) or `Mymr` (if script-specific) 2. `codepoints` is probably okay to write as `cp` 3. `exclusive`...

@robertbastian said: > I'd prefer not to maintain a mapping. Can we change the source repo to use more concise names, or declare short names for each model? I do...

There has never been time put into figuring out what good names would be. These model names were invented by @SahandFarhoodi and I don't think they were intended to be...

> In that case I think we should stick with the upstream names. Neither the size of the keys nor the time it takes the binary search over them are...

We've previously discussed the degree to which we want to allow lenient parsing of locales. There are several toggles that could go into leniency: 1. Whether to accept incorrect case:...

Discuss with: - @zbraniecki - @sffc Optional: - @echeran

Name of the constructor that does not load data: - `Chinese::new_without_data()` - `Chinese::new_calculating()` - `Chinese::new_without_calculated_data()` - `Chinese::new_runtime_calculating()` - `Chinese::new_always_calculating()` Discussion: - @robertbastian - I prefer short - @Manishearth - I...

Does keviyah work over all dates or are there cases where we would need to fall back to the book calculations? If keviyah is a true drop-in replacement, then yeah,...