mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-05-21 09:02:50 -06:00
Some adjustments to the GF 3.8 release notes and download page
This commit is contained in:
@@ -27,7 +27,7 @@ What's new? See the [Release notes release-3.8.html].
|
|||||||
Features: GF = GF shell and grammar compiler and the Resource Grammar Library,
|
Features: GF = GF shell and grammar compiler and the Resource Grammar Library,
|
||||||
S = ``gf -server`` mode,
|
S = ``gf -server`` mode,
|
||||||
C = C run-time system,
|
C = C run-time system,
|
||||||
P/J = Python/Java binding to the C run-time system
|
J/P = Java/Python binding to the C run-time system
|
||||||
|
|
||||||
%More binary packages might be added later.
|
%More binary packages might be added later.
|
||||||
|
|
||||||
|
|||||||
@@ -12,7 +12,7 @@ See the [download page http://www.grammaticalframework.org/download/index.html].
|
|||||||
|
|
||||||
==What's new==
|
==What's new==
|
||||||
|
|
||||||
Over 395 changes have been pushed to the source repository since
|
Roughly 400 changes have been pushed to the source repository since
|
||||||
[the release of GF 3.7.1 release-3.7.1.html] in October 2015.
|
[the release of GF 3.7.1 release-3.7.1.html] in October 2015.
|
||||||
|
|
||||||
|
|
||||||
@@ -31,15 +31,6 @@ Over 395 changes have been pushed to the source repository since
|
|||||||
only used in the GF Offline Translator. The library uses
|
only used in the GF Offline Translator. The library uses
|
||||||
the B-tree backend of [SQLite https://www.sqlite.org/]
|
the B-tree backend of [SQLite https://www.sqlite.org/]
|
||||||
which makes it scalable even for non-trivial ontologies.
|
which makes it scalable even for non-trivial ontologies.
|
||||||
- GF Offline Translator now includes a user interface similar
|
|
||||||
to the Phrasomatic. This lets the user to explore the controlled
|
|
||||||
language fragment of the wide coverage grammar. Althought
|
|
||||||
the code is already there, the new release of the app
|
|
||||||
will be postponed to get some of its other features stable.
|
|
||||||
- GF Offline Translator now offers glosses and examples for most of
|
|
||||||
its lexical items. This means that now it can be used as a more
|
|
||||||
explanatory dictionary.
|
|
||||||
- ...
|
|
||||||
|
|
||||||
|
|
||||||
====Other changes and bug fixes====
|
====Other changes and bug fixes====
|
||||||
@@ -50,7 +41,7 @@ Over 395 changes have been pushed to the source repository since
|
|||||||
The problem was introduced before the release of GF 3.7.1 and prevented
|
The problem was introduced before the release of GF 3.7.1 and prevented
|
||||||
commands like ``cc "last"`` and ``cc "last"++"year"`` from working,
|
commands like ``cc "last"`` and ``cc "last"++"year"`` from working,
|
||||||
but they should work again now.
|
but they should work again now.
|
||||||
- Python binding: with the OS X installer package (``gf-3.8.pkg``)
|
- Python binding: with the OS X installer package (``gf-3.8.pkg``),
|
||||||
the Python binding should now work directly out of the package.
|
the Python binding should now work directly out of the package.
|
||||||
(The installer puts the modules under ``/Library/Python/2.7/site-packages``,
|
(The installer puts the modules under ``/Library/Python/2.7/site-packages``,
|
||||||
where the Python interpreter can find them.)
|
where the Python interpreter can find them.)
|
||||||
@@ -79,18 +70,24 @@ Over 395 changes have been pushed to the source repository since
|
|||||||
|
|
||||||
- Numerous fixes in the translation dictionaries.
|
- Numerous fixes in the translation dictionaries.
|
||||||
- two new wide-coverage languages: Estonian and Russian
|
- two new wide-coverage languages: Estonian and Russian
|
||||||
|
|
||||||
- The abstract syntax of the translation dictionary is now annotated
|
- The abstract syntax of the translation dictionary is now annotated
|
||||||
with glosses, examples and sense IDs from WordNet. This gives us
|
with glosses, examples and sense IDs from WordNet. This gives us
|
||||||
a basis on how to choose the best translations for different languages.
|
a basis on how to choose the best translations for different languages.
|
||||||
|
|
||||||
- We have started splitting many of the lexical entries in the abstract
|
- We have started splitting many of the lexical entries in the abstract
|
||||||
syntax of the dictionary into different entries for senses that
|
syntax of the dictionary into different entries for senses that
|
||||||
translate differently accross languages.
|
translate differently accross languages.
|
||||||
|
|
||||||
|
|
||||||
===GF Cloud services===
|
===GF Apps and Cloud services===
|
||||||
|
|
||||||
|
- GF Offline Translator now includes a user interface similar
|
||||||
|
to the Phrasomatic. This lets the user explore the controlled
|
||||||
|
language fragment of the wide coverage grammar. Althought
|
||||||
|
the code is already there, the new release of the app
|
||||||
|
will be postponed to get some of its other features stable.
|
||||||
|
- GF Offline Translator now offers glosses and examples for most of
|
||||||
|
its lexical items. This means that now it can be used as a more
|
||||||
|
explanatory dictionary.
|
||||||
- Minibar can now show universal dependency diagrams for grammars that
|
- Minibar can now show universal dependency diagrams for grammars that
|
||||||
support it (e.g. the ResourceDemo grammar).
|
support it (e.g. the ResourceDemo grammar).
|
||||||
- PGF service: there is a new command ``deptree`` that can output
|
- PGF service: there is a new command ``deptree`` that can output
|
||||||
|
|||||||
Reference in New Issue
Block a user