Skip to content

Latest commit

 

History

History
23 lines (18 loc) · 546 Bytes

README.md

File metadata and controls

23 lines (18 loc) · 546 Bytes

GI-LEARNING LIBRARY

GI-LEARNING LIBRARY is a C++ framework for grammatical inference.

Grammar induction algorithms:

  • RPNI
  • EDSM
  • Blue*
  • L*

Easy configuration instructions:

1. Go inside the project folder "GI-learning"

2. make distclean
   autoreconf -i
   ./configure
   make
   cd src/
   ./giLearning ../examples/examples_big.txt ../examples/lstar.txt

If you obtain some error from the "configure" command, you must resolve it installing the necessary libraries or tools.