naive-rete
naive-rete copied to clipboard
Python RETE algorithm
Results
1
naive-rete issues
Sort by
recently updated
recently updated
newest added
In file `ncc_node.py`, line 65: Token.delete_token_and_descendents(token) should actually be `Token.delete_descendents_of_token(token)`. This function is explained in [Doorenbos 1995] section 2.8 (p.49). The pseudo-code is in p.158 of Appendix A. Just add...