-
Using a canonical list of latin names (https://github.com/edwardcrompton/appnatur-rhan-cefn/blob/main/web/modules/custom/termau_migrate/data/species.csv) seems to make sense most of the time, but some…
-
| | |
|------------------|-----------------|
|Previous ID | SR-13647 |
|Radar | rdar://problem/69901108 |
|Original Repo…
-
Hey 👋. For the following module:
```ocaml
module M = struct
type t = X of { x : int }
let x = X { x = 1 }
end;;
```
The top-level definition
```ocaml
let (X { x }) = M.x;;
```
yield…
-
https://en.wikipedia.org/wiki/Operation_Repo
This 'competes' with Bitops's "Operations Repository" concept. We should create a wikipedia page for "bitops" and maybe one for "operations repository"…
-
Follow-up to #6952 where @glennsl wrote:
> ... In OCaml, an empty variant type would be `type a = |`. That doesn't seem to be supported in Rescript though.
Do we want to support this in ReScript…
-
Sometimes a repo will have the same name as some other repo. Or maybe it's a fork. In either case, the repo is cloned, but the symbolic link cannot be created today.
```
$ python repo-helper.py ht…
-
Is "Ул/бул" parsed correctly here:
echo "Ул ташламас сине." | apertium-destxt -n | lt-proc -z -w 'apertium-tat/tat.automorf.bin' | cg-proc -z 'apertium-tat/tat.rlx.bin' | apertium-retxt
`^Ул/бул…
-
### Software versions
Python version : 3.10.9 (main, Dec 20 2022, 11:37:34) [GCC 9.4.0]
IPython version : 7.16.1
Tornado version : 6.2
NumPy version : 1.23.5
Boke…
-
Navigli et al. (2017) in both, paper and repository, should be Raganato et al. (2017)!
-
Hi, I want to thank you the code because I'm studying NLP and now I'm working on word sense disambiguation. I have learn a lot of things about your code but I have a problem.
How predict with the m…