-
[Additional reverse synonyms.xlsx](https://github.com/user-attachments/files/17370026/Additional.reverse.synonyms.xlsx)
Scientific name changes for a variety of lists. Generated from review of list …
-
**Issue by [Lysxia](https://github.com/Lysxia)**
_Friday Aug 28, 2020 at 23:49 GMT_
_Originally opened as https://github.com/antalsz/hs-to-coq/issues/164_
----
Is there an edit to skip `pattern` de…
-
Original [issue 18](https://code.google.com/p/termgenie/issues/detail?id=18) created by hdietze on 2012-02-14T15:51:47.000Z:
Val and Kimberly would like the option of having a TG1 template to add syn…
-
Review our synonyms and suffixes compared to [Nominatim's list](https://github.com/twain47/Nominatim/blob/80df4d3b560f5b1fd550dcf8cdc09a992b69fee0/module/tokenstringreplacements.inc) & [USPS List of O…
-
So today I had a pretty radical idea for type signatures... a little background first...
I have been mulling over the idea of a language much like Kitten for years now. Unlike Kitten however I planne…
trans updated
7 years ago
-
We could start from 'pattern definitions':
```aya
\def addN (a, b : Nat) : Nat
| zero, a => a
| a, zero => a
| suc a, b => suc (addN a b)
| a, suc b => suc (addN a b)
\pat one : Nat => …
-
Is there an edit to skip `pattern` declarations? hs-to-coq just chokes on them:
```
non-function top level bindings: pattern Em = () unsupported [in module A]
```
Context: there are some of th…
-
at ingestion time or at query time?
rraub updated
8 years ago
-
I am translating MapComplete into Hungarian and it is unclear what the **difference is between trace and track**.
Or, actually, they are simply synonyms.
Thanks
-
I have been playing with KeyBERT and KeyLLM for a while now. And here is something I would like to achieve.
If have a text "CO2 emissions are high these days" and a list of candidate words, which m…