From 28f8545efa86d5b41da95ccc64793abcba128eb0 Mon Sep 17 00:00:00 2001 From: "john.j.camilleri" Date: Tue, 6 Mar 2012 12:07:51 +0000 Subject: [PATCH] GFEP: updated page --- eclipse/index.html | 21 +++++++++++++++++---- 1 file 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 @@

The GF Eclipse Plugin

John J. Camilleri
-Updated: 5 March 2012

+Updated: 6 March 2012

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.

@@ -53,7 +53,7 @@ Updated: 5 March 2012

Major release history

-
05/03/12
+
06/03/12
(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.
07/02/12
@@ -272,12 +272,12 @@ Updated: 5 March 2012

Treebank Manager view

-

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:

+

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 GF Book (Section 10.5), the general development-test cycle (independent of GFEP) is as follows:

  1. Create a file test.trees which contains a bunch of abstract syntax trees, which you want to test
  2. Compile your grammar and linearise the trees one by one, using some command like rf -lines -tree -file=test.trees | l -table | wf -file=test.trees.out
  3. -
  4. Manually correct the output in test.trees.out and save it as your gold standard file test.gold.
  5. +
  6. Manually correct the output in test.trees.out and save it as your gold standard file test.trees.gold.
  7. Each time you update your grammar, repeat step 2, then compare your new output against the gold standard using diff or some other comparison tool.
@@ -285,6 +285,19 @@ Updated: 5 March 2012

Treebank Manager view

+

Note that GFEP assumes the following convention:

+ +
+
nouns.trees
+
Treebank file (abstract trees)
+ +
nouns.trees.out
+
Output file (generated linearisations)
+ +
nouns.trees.gold
+
Gold standard file (manually corrected linearisations)
+
+

Logs

The GFEP writes to the Eclipse platform log. This can be accessed in two ways: