-
Some lemmas have an accent (see CORUCHE’O [pinnacle]). Thinking about the future search of these lexical units, we have created a normalised version of the lemmas (without the accents) and placed them…
-
I would like to add lemas in this corpus. Let us use this issue for discussing possible alternatives for that.
-
I noticed a few possible issues in the Cicero Cat. 1 data:
regie lemmatized as adv (regius1)
ut as conj (ut1)
3 numerals were lemmatized as NUMERAL1 (maybe this is standard?)
v (quinque1)
xii (duodec…
-
```coq
Lemma subset_trans {T : eqType} (s1 s2 s3 : seq T) :
{subset s1 {subset s2 {subset s1 all p s1.
Lemma subset_cons {T : eqType} (s: seq T) (x : T):
{subset s
-
Consider the following minimal code snippet (done with @W95Psp and @TWal)
```fstar
assume val p: int -> int -> prop
assume val test: x:int -> y:int -> Lemma (p x y) [SMTPat (p x y)]
assume val …
-
It is not obvious how pronouns should be lemmatized (cf. #276 for Slavic). The [UD_English](/UniversalDependencies/UD_English) corpus does the following:
Nominative (`PRP`):
I -> I
you …
-
If a theorem disappeared and a new of the same type appeared, then show as "`abc` renamed to `cde`".
urkud updated
9 months ago
-
When dealing with recursive functions (in particular, but not exclusively, those defined by well-founded recursion), one often encounters the problem of equational theorems that will make `simp` loop.…
-
Quite a few words in the treebank have no lemmas on the words, such as
```
# sent_id = s1802
# text = سەن شۇ چاققىچە سەۋر قىلىپ تۇرالامسەن؟
1 سەن سەن PRON P Case=Nom|Number=Sing|Person=2|PronTyp…
-
Add a command or an attribute that generates lemmas about `OfNat.ofNat` from lemmas about `Nat.cast`.
The initial version should work if the original lemma has exactly one argument `n` of type `Nat…
urkud updated
4 months ago