Commit Graph

11 Commits

Author SHA1 Message Date
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
0e19240720 Building base (extremely naïve) subgraph remix matrix. 2017-05-13 20:28:11 +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
675a494723 Setup an structure to allow setting or getting elements. 2017-05-11 20:24:29 +02:00
e42ef8f415 Integrate elements.
* Move interface to KnowledgeBase object.
 * Connect process and evaluate calls.
2017-05-11 20:00:10 +02:00
edc3cb97ab Separation of functionalities in modules. 2017-05-11 01:09:39 +02:00