Skip to content
Marc-Olivier Buob edited this page Jun 27, 2019 · 6 revisions

Check installation

Just import ̀lstar ̀ from your Python3 interpreter.

python3
>>> import lstar

If it fails, just follow the installation steps

Check code

lstar algorithm comes with a test suite that you can run as follows:

cd regexp-learner/tests
pytest-3
Clone this wiki locally