diff options
| author | hallgren <hallgren@chalmers.se> | 2013-11-14 12:54:25 +0000 |
|---|---|---|
| committer | hallgren <hallgren@chalmers.se> | 2013-11-14 12:54:25 +0000 |
| commit | 982befac20880be9e047eb10b815a905dc08e191 (patch) | |
| tree | 0cdc33bc5d9b1cf4054ce3f670f5e07d2352a7f8 /src/www/gfse/example_based.js | |
| parent | 198f5272556d406cb252ecc0728dcdc273dd44ab (diff) | |
gfse: re-enable example-based grammar construction
Diffstat (limited to 'src/www/gfse/example_based.js')
| -rw-r--r-- | src/www/gfse/example_based.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/www/gfse/example_based.js b/src/www/gfse/example_based.js index bcdf110af..22fddd2de 100644 --- a/src/www/gfse/example_based.js +++ b/src/www/gfse/example_based.js @@ -59,7 +59,7 @@ function ask_possibilities(g,ci) { } var parser = { Eng: "ParseEngAbs.pgf", - Swe: "AllSweAbs.pgf" + Swe: "ParseSwe.pgf" } function exb_extra(g,ci) { |
