Precluding Iteration

The by-default parsing algorithm consists of the following iterative process: rules are applied sequencially in an iterative process. The process stops when no rule can be applied. However, the linguist can choose an algorithm where iteration is precluded. The parsing algorithm without iteration consists in applying rules sequencially; the process stops when the parser achieves the last rule to be applied. In order to set up the restrictive algorithm without iteration, copy the files within 'src/iterationOFF' into the 'src' folder:

 cp  src/iterationOFF/*  src/.



Pablo Gamallo 2009-10-02