-
I think it would be useful, when running `impact`, to keep track of "state" information in a file. I think this should be separate from the `impact.json` file. I see `impact.json` as something that …
-
Hello gentlemen,
what is the expected timeline for releasing semanticizest?
I have a client eager to try it out (because semanticizer is so slow, it's a bottleneck for them).
So I'm thinking if the…
-
* The current recommendation is in Template4C&P.md
* Most entries are imported from Anya's glossary and not totally integrated with this yet
* Anya's imports look like this:
# Entry name (abbrevi…
-
The current setup inherits building lexicon FSTs from Kaldi. I think it makes sense to have the ability to build it directly in Python, which should make building new recipes easier, as well as (event…
-
There are some FFI (and C FFI) specific attributes that we might want to add to Rust (e.g. see https://github.com/rust-lang/rust/pull/58327 and https://github.com/rust-lang/rust/pull/58315, amongst ot…
-
### Code of Conduct
- [X] I have read and agree to the GitHub Docs project's [Code of Conduct](https://github.com/github/docs/blob/main/CODE_OF_CONDUCT.md)
### What article on docs.github.com is aff…
-
Hu et al. (2019)'s paper is summarised in #35 . Their code is [here](https://github.com/iris2hu/diachronic-sense-modeling).
@kasparvonbeelen started implementing their method in #18
Currently n…
-
- [x] 1. What is this paper about?
- [x] 2. Is it relevant to our project? If so, why and how?
- [x] 3. What could we use from this work in our project?
- [x] 4. Add some text about it to Overleaf
…
-
(It's likely this is more widespread than predef types, but I can only easily come up with examples that use predef types.)
#11515 makes the type printer more predictable, but I find at least one s…
-
Hello,
The readme show examples with a callback function, and class-based callbacks seems to be outdated :
```
Class-based callbacks
Until v0.37, the class-based callbacks were the standard.…