-
We are missing lemmas that do show up in our lexica. Nice example:
μῆνιν in Il. 1.1: https://beyond-translation.perseus.org/reader/urn:cts:greekLit:tlg0012.tlg001.perseus-grc2:1.1-1.20?mode=diction…
-
I know we have discussed this but I just wanted to reiterate that we need to use an available treebank first when mapping forms to lemmas. It looks like Iliad 1 does not use the treebank (it has the w…
-
Hi,
TL;DR: 30 of 71 reuse lemmas in the regression tests might be unnecessary.
## Summary
- I made some tests wether one can remove [reuse] lemmas for the regression tests.
- The original in…
-
I'm archiving this data:
```
std::vector lemmas;
std::map forms;
```
The size of lemmas vector and forms map is ~100,000 each. The problem is deserializing from portable binary takes 30 secs o…
-
This is an easy problem to prove but the lemma `fluiten` (`nl_core_news_lg`) is a culprit.
```
5310 no
(3209):[5310]p Er is geen meisje dat fluit speelt
(3208):[5310]h Een meisje speelt fluit
```…
-
#36 adds a panic if `Lemma::index` is called on a malformed `Lemma`, i.e. one where any of its sublemmas or itself violates the requirement that `sibling_hash.is_some() == sub_lemma.is_some()`. A malf…
-
I've found some tokens whose form are "a" but are lemmatized as "o". Is this correct?
Some examples:
```# text Co-produção franco-egípcia, «O Emigrante» inspira-se na história de José, filho de Ja…
-
...in the underlying FST.
-
I find myself unable to understand how to use lemmas as is explained in Chapter 10. Is there any other illustrative example available to show how to use it? Do I really need to delve deep into the mat…
-
The tactic `prop2bool` converts a goal in Prop to a goal about booleans.
This is useful because SMTCoq tactics require the goal to be in bool. It is also required that the lemmas are in bool (they…