Mentions légales du service

Skip to content
minimalkb 0.8

Main changes since 0.7:

- improved a bit behaviour of memoization: 'undecided' reasoning results are not memoized anymore; 'clear' also clear memoized results
- use only the default model (previously all) when no model is specified
- 'lookup' request has been significantly improved, in particular by taking into account labels.
- 'check' has a first partial implementation (by just checking if checked statement are already asserted)
- fix a bad bug leading to models being ignored in an 'about' request
- fix a race with the reasoner when clearing the database

---

Some stats regarding the Dialogs unit-tests:
(note that some of the failures are Dialogs bugs, not minimalkb ones)

======================================================================
| suite            | nb tests | tests run | failures | errors ||  OK |
|--------------------------------------------------------------------|
| statements       |    63    |     63    |    12    |    2   ||  49 |
|--------------------------------------------------------------------|
| sentence         |    33    |     33    |     0    |    0   ||  33 |
|--------------------------------------------------------------------|
| discrimination   |    13    |     13    |     5    |    6   ||   2 |
|--------------------------------------------------------------------|
| parser           |    72    |     72    |     7    |    0   ||  65 |
|--------------------------------------------------------------------|
| verbalization    |    76    |     76    |     4    |    0   ||  72 |
|--------------------------------------------------------------------|
| questions        |    42    |     42    |    13    |    0   ||  29 |
|--------------------------------------------------------------------|
| TOTAL            |   299    |    299    |    41    |    8   ||  250 |
======================================================================

Total time: 23.148309sec