diff options
| author | aarne <aarne@cs.chalmers.se> | 2006-03-31 16:30:44 +0000 |
|---|---|---|
| committer | aarne <aarne@cs.chalmers.se> | 2006-03-31 16:30:44 +0000 |
| commit | 82fbc184b6cdb939e5630477d0839786cc19fb5e (patch) | |
| tree | 3132cdaf33a28d8ba43444ffd740a6fff75992c3 /doc | |
| parent | cb046fea18b5e13805a451ce9b1d2430527b1d8e (diff) | |
added some generation facilities
Diffstat (limited to 'doc')
| -rw-r--r-- | doc/gf-history.html | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/doc/gf-history.html b/doc/gf-history.html index 1e91321db..d92146cd2 100644 --- a/doc/gf-history.html +++ b/doc/gf-history.html @@ -14,6 +14,27 @@ Changes in functionality since May 17, 2005, release of GF Version 2.2 <p> +31/3 (AR) Added flags and options to some commands, to help generation: +<ul> +<li> <tt>gt -noexpand=NP,V,TV</tt> does not expand these categories, +but only generates metavariables for them. +<li> <tt>gt -doexpand=NP,V,TV</tt> only expands these categories, +and generates metavariables for others. +<li> <tt>gr -cf</tt> has the same flags. +<li> <tt>l -mark=metacat</tt> marks the metavariables with their categories. +<li> <tt>p -fail</tt> marks with <tt>#FAIL</tt> strings that have no parse. +<li> <tt>p -ambiguous</tt> marks as <tt>#AMBIGUOUS</tt> + strings that have more than one parse. +</ul> + +<p> + +<hr> + +22/12 <b>Release of GF 2.5</b>. + +<p> + 16/3 (AR) Added two flag values to <tt>pt -transform=X</tt>: <tt>nodup</tt> which excludes terms where a constant is duplicated, and |
