Skip to content

Commit bd7d961

Browse files
authored
Update README.md
1 parent 4c3efbc commit bd7d961

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

README.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,11 @@ Anyone wishing to use PyGol for commercial purposes should contact either Dany V
1818
* **Abductive Learning** using MIE
1919
* Meta Inverse Entailment (MIE) for the purpose of **automated data science**
2020

21+
#### Requirements
22+
* [SWI-Prolog](https://www.swi-prolog.org) (9.2.0 or above)
23+
* [Janus-swi](https://github.com/SWI-Prolog/packages-swipy)
24+
* [Cython](https://cython.org/)
25+
2126
## Using PyGol
2227
**PyGol** package is provided as a **C** code. The shared-object file **pygol.so** runs in Python. The current shared-object file is compiled for **Mac M1** systems.
2328

@@ -137,7 +142,7 @@ PyGol can also perform automatic predicate invention and for that **pi** varibal
137142
model= pygol.pygol_learn(_ ,_ , ... , rule_noise_check = True, recursive = True)
138143
```
139144

140-
_Please refer to [grandparent relation learning problem](https://github.com/danyvarghese/PyGol/tree/main/examples/gp)._
145+
_Please refer to [grandparent relation learning problem](https://github.com/danyvarghese/PyGol/tree/main/examples/grand_parent)._
141146

142147
## Learning settings
143148
- ILP Learning Approach :- **pygol_learn()**

0 commit comments

Comments
 (0)