Mentions légales du service

Skip to content
minimalkb 0.9

Main changes since 0.8.1:

- fixes + doc in the reasoning engine
- clean-up of unit-tests (cf current results below)
- a few other minor bugfixes

---

Unit-tests results:

- `testing/test.py`: 17 tests, 1 expected error (unsupported feature: multiple var in multi-pattern queries) , 0 failure
- `testing/test_reasoner.py`: 5 tests, 0 errors, 0 failures
- `testing/test_embedded.py`: 17 tests, 4 errors, 3 failures

---

Some stats regarding the Dialogs unit-tests (unchanged since 0.8.1):
(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    |     6    |    5   ||   2 |
|--------------------------------------------------------------------|
| parser           |    72    |     72    |     7    |    0   ||  65 |
|--------------------------------------------------------------------|
| verbalization    |    76    |     76    |     4    |    0   ||  72 |
|--------------------------------------------------------------------|
| questions        |    42    |     42    |    13    |    0   ||  29 |
|--------------------------------------------------------------------|
| TOTAL            |   299    |    299    |    42    |    7   ||  250|
======================================================================

Total time: 14.257743sec