-
We have been talking about making our output CF-Compliant for awhile. I'm adding this Issue so we can track that effort.
My understanding is that we simply need to add the `standard_name` metadata…
-
For contextual sub/pos lookups, we recently moved from this structure:
```python
# sub a' lookup foo [bc]' lookup bar;
glyphs = [ ["a"], ["b", "c"] ],
lookups = [ foo, …
-
**Proposed Algorithm:**
Get duration of the background file (bg_file) in seconds.
Sample a random value from the range [0, bg_file_seconds - event_file_seconds).
Read the background f…
-
When defining fields/columns in a `CrudController`, the usual way to give the field a translated label is:
CRUD::field('fieldname')->label(trans('my.dictionary.field_fieldname'));
this is a…
pekka updated
1 month ago
-
When I run the training
Step 4: Loading saved models
Errors:
In [10]: model = tools.load_model(embed_map)
Loading dictionary...
Creating inverted dictionary...
Loading model options...
Loading model …
-
I think it may be useful to implement a deterministic generative function which takes in 2 dictionaries `a` and `b` with the same set of keys, and returns a dictionary mapping from `a[k] => b[k]` for …
-
## Description
The converters are many. And because we know that they are locked on the type and does not do any fancy calculations inside the CanConvert method, we might as well toss them into a `…
-
Hello, regarding this User patch, is there a way to copy only the word I looked up? (That is, the highlighted words after selection, not the definitions.)
I tried changing
local text = self.displa…
-
I noticed that you do not have to split v4 and v6 in different dictionaries.
You can combine the v4 and v6 CSVs and still can lookup v4 and v6 addresses correctly. (Would reduce the dictionaries yo…
-
Hello,
I was wondering if it was possible for the dictionary extension to instead open the definition _within_ when inside a browser, rather than inside the dictionary app. For example, in safari, th…