diff options
| author | john.j.camilleri <john.j.camilleri@chalmers.se> | 2012-03-06 12:07:51 +0000 |
|---|---|---|
| committer | john.j.camilleri <john.j.camilleri@chalmers.se> | 2012-03-06 12:07:51 +0000 |
| commit | 4a4255c1f041fafc3368c24118ac32606e682e9c (patch) | |
| tree | c42a1a63c67a495e0787ffc63555e5162ca83fae /eclipse | |
| parent | f2543125953d8227605606f6b099e3f4f5192263 (diff) | |
GFEP: updated page
Diffstat (limited to 'eclipse')
| -rw-r--r-- | eclipse/index.html | 21 |
1 files changed, 17 insertions, 4 deletions
diff --git a/eclipse/index.html b/eclipse/index.html index 3a4fa6218..6dcfd33a7 100644 --- a/eclipse/index.html +++ b/eclipse/index.html @@ -1,7 +1,7 @@ <h1>The GF Eclipse Plugin</h1> <p>John J. Camilleri<br /> -Updated: 5 March 2012</p> +Updated: 6 March 2012</p> <p><em>The research leading to these results has received funding from the European Union’s Seventh Framework Programme (FP7/2007-2013) under grant agreement no. FP7-ICT-247914.</em></p> @@ -53,7 +53,7 @@ Updated: 5 March 2012</p> <h2>Major release history</h2> <dl> -<dt><strong>05/03/12</strong></dt> +<dt><strong>06/03/12</strong></dt> <dd>(1.4.0.x) Treebank manager view. Updated launch configurations. UI improvements, new icons. Inline contextual documentation. Correct resolution of qualified identifiers. Bug fixes and some refactoring.</dd> <dt><strong>07/02/12</strong></dt> @@ -272,12 +272,12 @@ Updated: 5 March 2012</p> <h3><em>Treebank Manager</em> view</h3> -<p>This feature works together with the launch configurations to make the process of testing treebanks against your grammars quick and easy. The general concept (independent of GFEP) is this:</p> +<p>This feature works together with the launch configurations to make the process of testing treebanks against your grammars quick and easy. As described in the <a href="http://www.grammaticalframework.org/gf-book/">GF Book</a> (Section 10.5), the general development-test cycle (independent of GFEP) is as follows:</p> <ol> <li>Create a file <code>test.trees</code> which contains a bunch of abstract syntax trees, which you want to test</li> <li>Compile your grammar and linearise the trees one by one, using some command like <code>rf -lines -tree -file=test.trees | l -table | wf -file=test.trees.out</code></li> -<li>Manually correct the output in <code>test.trees.out</code> and save it as your gold standard file <code>test.gold</code>.</li> +<li>Manually correct the output in <code>test.trees.out</code> and save it as your gold standard file <code>test.trees.gold</code>.</li> <li>Each time you update your grammar, repeat step 2, then compare your new output against the gold standard using <code>diff</code> or some other comparison tool.</li> </ol> @@ -285,6 +285,19 @@ Updated: 5 March 2012</p> <p><img src="http://www.grammaticalframework.org/eclipse/images/eclipse-treebank-manager.png" alt="Treebank Manager view" /></p> +<p>Note that GFEP assumes the following convention:</p> + +<dl> +<dt><code>nouns.trees</code></dt> +<dd>Treebank file (abstract trees)</dd> + +<dt><code>nouns.trees.out</code></dt> +<dd>Output file (generated linearisations)</dd> + +<dt><code>nouns.trees.gold</code></dt> +<dd>Gold standard file (manually corrected linearisations)</dd> +</dl> + <h3>Logs</h3> <p>The GFEP writes to the Eclipse platform log. This can be accessed in two ways:</p> |
