Commit Graph

14 Commits

Author SHA1 Message Date
5297158110 Package as tree_nlu. 2017-05-23 19:04:44 +02:00
ec17fca6cf Add unpassed test. 2017-05-23 18:56:04 +02:00
f338fb786d Set base logging level as info, remove unused debug strings. 2017-05-22 22:06:49 +02:00
393527590c Convert the linear exploration into a more tree-like. 2017-05-22 20:20:53 +02:00
851ab1de20 Blindly replace all prints by logging.debug.
Also, add a "depth" meter to measure the depth level in the
tree matching.
2017-05-17 23:54:18 +02:00
63227c4f3e Fix exploration of multiple options on a sub-level. 2017-05-17 00:27:23 +02:00
42cb4cb8f1 Add interpretation phase to shallow (1 level) nested structures. 2017-05-16 22:46:22 +02:00
5f6b067e17 Add learning phase to shallow (1 level) nested structures. 2017-05-15 16:51:39 +02:00
c6eaf056aa Comment tests outside current development scope. 2017-05-13 20:28:27 +02:00
a94fd31af1 Add base test. 2017-05-11 21:13:27 +02:00
ad975015a6 Move pieces of parsing code in parsing module. 2017-05-11 20:56:01 +02:00
3cc1f9bcde Add question asking operator. 2017-05-11 20:36:55 +02:00
e42ef8f415 Integrate elements.
* Move interface to KnowledgeBase object.
 * Connect process and evaluate calls.
2017-05-11 20:00:10 +02:00
5b30713df1 Use a single object for both parts of the training. 2017-05-11 01:05:07 +02:00