Skip to content

gabrer/gi-learning

Repository files navigation

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.

About

Software library in C++ for grammatical inference

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published