Mentions légales du service
Skip to content
GitLab
Explore
Sign in
Admin message
GitLab upgrade completed. Current version is 17.11.6.
Changes
Page history
Update Getting Started
authored
May 29, 2024
by
MUGNIER Marie Laure
Hide whitespace changes
Inline
Side-by-side
Getting-Started.md
View page @
e4b87b51
...
@@ -85,7 +85,7 @@ The previous example includes rules but these are not taken into account for ans
...
@@ -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
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
-
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);
ForwardChainingAlgorithm chase = ChaseBuilder.defaultChase(fb, rb, termfactory);
chase.execute();
chase.execute();
...
...