... | ... | @@ -85,7 +85,7 @@ The previous example includes rules but these are not taken into account for ans |
|
|
If you want to get familiar with the library you can try to do so by yourself
|
|
|
- Hint: There is 2 lines of code to copy from the documentation
|
|
|
|
|
|
Otherwise, you can add the following 2 lines at line 77, between the parsing of the data file and the evaluation of the queries :
|
|
|
Otherwise, you can add the following 2 lines between the parsing of the data file and the evaluation of the queries :
|
|
|
```
|
|
|
ForwardChainingAlgorithm chase = ChaseBuilder.defaultChase(fb, rb, termfactory);
|
|
|
chase.execute();
|
... | ... | |