Material associated with the paper:

"A Parser for the Efficient Induction of Biological Grammars"

Paper reference

For any questions, bug report or remarks on the content of this page, please contact the authors. We always enyoy feedback and questions.

Software

To run experiments of the paper, or to use our software for your own experiments using parsing, you will first need to install Yap, and if you want to reproduce/realise experiments related to inference you have also to install Aleph.

The software presented in the paper provides new predicates in Yap. These predicates are related to context-free grammar parsing with the DFTD algorithm. To use these predicates, you will need to download and compile (gcc compilation) the following package: dftdp_in_yap.tar.gz.

You will find in this package:

Data sets

Experiments of Section 2: "Introducing the parser in a Prolog engine"

These experiments consisted in parsing grammars obtained during an ILP process with both Yap Prolog engine and our parsers called from Yap.

Available files to reproduce the experiments:

Experiments of Section 3: "Introducing the parser in ILP"

These experiments consisted in inferring grammars from sets of sequences and background knowledge, and measuring inference times when the sequences are analysed using Yap, or when using our parser.

Here is the package to reproduce these experiments [*]: infer_on_middles.tar.gz
The package contains:

Footnotes

[*] To use this package, you should have installed the software to call the DFTD parser from Yap (see Section "software").