mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-04-09 13:09:33 -06:00
GFEP: updated page
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user