Skip to content

Commit

Permalink
Documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
Jeffrey Kegler authored and Jeffrey Kegler committed Jun 30, 2012
1 parent edfe265 commit b7bb36f
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions r2/libmarpa/dev/api.texi
Expand Up @@ -642,15 +642,18 @@ until the current earleme is equal to the furthest earleme.
The lastest earleme is the earleme of the last Earley set.
The latest earleme is different from the current earleme if and only if
there is no Earley set at the current earleme.
Once recognition is complete, parsing must take place over
a range of Earley sets.
A different end of parsing can be specified,
but by default, parsing is of the input
in the range
from earleme 0 to the latest earleme.

@node The initial earleme settings, The standard model of input, The significances of the earleme variables, Earlemes
@subsection The initial earleme settings

All input models have the same initial values.
Initially the current, latest and furthest earleme
are always earleme 0.

Understanding the
settings of current, latest and furthest earleme is
crucial to working with advanced input models,
Expand All @@ -660,10 +663,6 @@ The presentation will start with the most traditional
and restrictive models.
It will proceed to less restrictive models.

All input models have the same initial values.
Initially the current, latest and furthest earleme
are always earleme 0.

@node The standard model of input, Ambiguous input, The initial earleme settings, Earlemes
@subsection The standard model of input

Expand Down

0 comments on commit b7bb36f

Please sign in to comment.