Skip to content

Software library in C++ for grammatical inference

License

Notifications You must be signed in to change notification settings

gabrer/gi-learning

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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