1
0
forked from GitHub/gf-core

release-3.4.t2t updates

Don't include names of contributors, link to additional info instead.
This commit is contained in:
hallgren
2013-01-30 15:08:26 +00:00
parent 602cbc953c
commit 3ebf878281
2 changed files with 18 additions and 13 deletions

View File

@@ -19,9 +19,8 @@ What's new? See the [Release notes release-3.3.3.html].
| Linux (64-bit) | [gf-3.3.3-bin-amd64-linux.tar.gz gf-3.3.3-bin-amd64-linux.tar.gz] | ``sudo tar -C /usr/local -zxf gf-3.3.3-bin-amd64-linux.tar.gz`` | Linux (64-bit) | [gf-3.3.3-bin-amd64-linux.tar.gz gf-3.3.3-bin-amd64-linux.tar.gz] | ``sudo tar -C /usr/local -zxf gf-3.3.3-bin-amd64-linux.tar.gz``
| MacOS X | [gf-3.3.3-bin-intel-mac.tar.gz gf-3.3.3-bin-intel-mac.tar.gz] | ``sudo tar -C /usr/local -zxf gf-3.3.3-bin-intel-mac.tar.gz`` | MacOS X | [gf-3.3.3-bin-intel-mac.tar.gz gf-3.3.3-bin-intel-mac.tar.gz] | ``sudo tar -C /usr/local -zxf gf-3.3.3-bin-intel-mac.tar.gz``
| Windows | [gf-3.3.3-bin-windows.zip gf-3.3.3-bin-windows.zip] | ``unzip gf-3.3.3-bin-windows.zip`` | Windows | [gf-3.3.3-bin-windows.zip gf-3.3.3-bin-windows.zip] | ``unzip gf-3.3.3-bin-windows.zip``
| ... | ... | ...
More packages might be added later. %More packages might be added later.
===Notes=== ===Notes===

View File

@@ -1,9 +1,9 @@
GF Version 3.4 Release Notes GF Version 3.4 Release Notes
January 2013? January 2013
%!style:../css/style.css %!style:../css/style.css
%!postproc(html): <TITLE> <meta charset="UTF-8"><meta name = "viewport" content = "width = device-width"> <TITLE> %!postproc(html): <TITLE> <meta charset="UTF-8"><meta name = "viewport" content = "width = device-width"> <TITLE>
%!postproc(html): <H1> <H1><IMG src="../doc/Logos/gf0.png"> %!postproc(html): <H1> <H1><a href="../"><IMG src="../doc/Logos/gf0.png"></a>
==Installation== ==Installation==
@@ -16,27 +16,33 @@ See the [download page http://www.grammaticalframework.org/download/index.html].
- A new partial evaluator that should provide more efficient grammar - A new partial evaluator that should provide more efficient grammar
complilation, and solve problems with stack overflows and overly long complilation, and solve problems with stack overflows and overly long
compilaton times for certain grammars. compilaton times for certain grammars.
- Better visualization of parse trees (contributed by Peter Ljunglöf). - New options for visualization of parse trees with the
shell command [``visualize_parse`` ../doc/gf-shell-reference.html#toc39].
- ``alltenses`` is now part of the default search path, eliminating the need for - ``alltenses`` is now part of the default search path, eliminating the need for
``-path=…`` flags in many cases. ``-path=…`` flags in many cases.
- Various other small improvements and bug fixes. - Various other small improvements and bug fixes.
- [...] %- [...]
===Resource Grammar Library=== ===Resource Grammar Library===
- New languages in the Resource Grammar Library: Japanese, Chinese (complete); - New languages in the Resource Grammar Library: Japanese, Chinese (complete);
Maltese, Hebrew (partial) Maltese, Hebrew (partial).
[more?]. % [more?]
(see the [updated synopsis ../lib/doc/synopsis.html]). (see the [updated synopsis ../lib/doc/synopsis.html]).
- Improvements for other languages, e.g. Latvian, [more?]. - Improvements for other languages, e.g. Latvian.
- Large morphological dictionaries for German, Urdu [more?] % [more?]
- Updated web-based RGL browser (/lib/doc/browse/) - Large morphological dictionaries for German, Urdu.
% [more?]
- Updated web-based RGL browser ([/lib/doc/browse/ ../lib/doc/browse/]).
===GF Cloud services=== ===GF Cloud services===
- A Simple Translation Tool (a bilingual document editor) has been added. - A [Simple Translation Tool http://cloud.grammaticalframework.org/translator/about.html]
- A syntax tree editor has been added (contributed by John J. Camilleri). (a bilingual document editor) has been added.
- A [syntax tree editor http://cloud.grammaticalframework.org/syntax-editor/about.html]
has been added.
- Some new functionality in the web-based grammar editor, e.g. preliminary - Some new functionality in the web-based grammar editor, e.g. preliminary
support for public grammars. support for public grammars.
- Various other small improvements and bug fixes. - Various other small improvements and bug fixes.