<feed xmlns='http://www.w3.org/2005/Atom'>
<title>gf-core.git/src/www/js/wc.js, branch master</title>
<subtitle>Unnamed repository; edit this file 'description' to name the repository.
</subtitle>
<id>https://git.adelon.net/gf-core.git/atom?h=master</id>
<link rel='self' href='https://git.adelon.net/gf-core.git/atom?h=master'/>
<link rel='alternate' type='text/html' href='https://git.adelon.net/gf-core.git/'/>
<updated>2016-05-19T09:36:40+00:00</updated>
<entry>
<title>Wide Coverage Translation Demo: improvements relating to application grammars</title>
<updated>2016-05-19T09:36:40+00:00</updated>
<author>
<name>hallgren</name>
<email>hallgren@chalmers.se</email>
</author>
<published>2016-05-19T09:36:40+00:00</published>
<link rel='alternate' type='text/html' href='https://git.adelon.net/gf-core.git/commit/?id=7cb01f1ae76feef7cc88aab39da321a13f2ca797'/>
<id>urn:sha1:7cb01f1ae76feef7cc88aab39da321a13f2ca797</id>
<content type='text'>
* Automatically update the translations when the set of selected
  application grammars is changed.
* Skip application grammars that do not support the currently selected
  source &amp; target languages.
</content>
</entry>
<entry>
<title>Wide Coverage Translation Demo: a couple of small fixes</title>
<updated>2016-05-16T14:43:51+00:00</updated>
<author>
<name>hallgren</name>
<email>hallgren@chalmers.se</email>
</author>
<published>2016-05-16T14:43:51+00:00</published>
<link rel='alternate' type='text/html' href='https://git.adelon.net/gf-core.git/commit/?id=5497f88b1535d41344f270a1741a333c60134af4'/>
<id>urn:sha1:5497f88b1535d41344f270a1741a333c60134af4</id>
<content type='text'>
Add missing initalization after a new application grammar has been selected.
Add an "X" close button in the upper left corner of the grammar selection popup.
</content>
</entry>
<entry>
<title>Wide Coverage Translation Demo: you can now reorder the application grammars</title>
<updated>2016-05-16T14:14:55+00:00</updated>
<author>
<name>hallgren</name>
<email>hallgren@chalmers.se</email>
</author>
<published>2016-05-16T14:14:55+00:00</published>
<link rel='alternate' type='text/html' href='https://git.adelon.net/gf-core.git/commit/?id=64058500575039a62316c26c51a28ecd939fb748'/>
<id>urn:sha1:64058500575039a62316c26c51a28ecd939fb748</id>
<content type='text'>
When selecting which application grammars to use for translation, after
pressing the "Grammars..." button, it is now possible to change the order
of the selected grammars by dragging them up and down in the list.
</content>
</entry>
<entry>
<title>Wide Coverage Translation Demo: select application grammars to use from a list</title>
<updated>2016-05-12T17:53:56+00:00</updated>
<author>
<name>hallgren</name>
<email>hallgren@chalmers.se</email>
</author>
<published>2016-05-12T17:53:56+00:00</published>
<link rel='alternate' type='text/html' href='https://git.adelon.net/gf-core.git/commit/?id=2b182c4e634b5270b929ef3968725eb9489f8fdc'/>
<id>urn:sha1:2b182c4e634b5270b929ef3968725eb9489f8fdc</id>
<content type='text'>
There is now a new button "Grammars..." which show a list where users can
select which application grammars to use for translation, in addition to
the wide coverage grammar. Application grammars can give higher quality
translations in the domain they cover.
TODO: make it possible control the order of the selected application grammars.
</content>
</entry>
<entry>
<title>Wide Coveage Translation Demo: sort parse results by probability</title>
<updated>2015-12-10T14:27:15+00:00</updated>
<author>
<name>hallgren</name>
<email>hallgren@chalmers.se</email>
</author>
<published>2015-12-10T14:27:15+00:00</published>
<link rel='alternate' type='text/html' href='https://git.adelon.net/gf-core.git/commit/?id=6b74a90bd476e44f03bdc0b5c9b896bdf136c23d'/>
<id>urn:sha1:6b74a90bd476e44f03bdc0b5c9b896bdf136c23d</id>
<content type='text'>
Because of the "heurisitc factor", the results returned by the parser might
not be in strict probability order. To compensate, a sorting pass has been
added to find and show the translation with the highest probability among the
10 first translations.

However, this means that the translation demo now immediately has to ask for
10 translations of every segment. Before, it initially asked for only one
translation of every segment, and then 9 more translations for a segment
when/if the user clicked on it. This change can slow down translation
noticeably (e.g. from 15s 30s to load an example with fiction in English).

</content>
</entry>
<entry>
<title>Wide coverage translation demo: make it easier to use with different grammars</title>
<updated>2015-09-02T14:44:30+00:00</updated>
<author>
<name>hallgren</name>
<email>hallgren@chalmers.se</email>
</author>
<published>2015-09-02T14:44:30+00:00</published>
<link rel='alternate' type='text/html' href='https://git.adelon.net/gf-core.git/commit/?id=0449784427a165653e1f684e029d6eccc9074870'/>
<id>urn:sha1:0449784427a165653e1f684e029d6eccc9074870</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Wide Coverage Demo: avoid errors if d3 or d3Tree can't be loaded</title>
<updated>2015-07-15T14:07:26+00:00</updated>
<author>
<name>hallgren</name>
<email>hallgren@chalmers.se</email>
</author>
<published>2015-07-15T14:07:26+00:00</published>
<link rel='alternate' type='text/html' href='https://git.adelon.net/gf-core.git/commit/?id=f994d556e0f723a844ad07db1dd763220c182fcd'/>
<id>urn:sha1:f994d556e0f723a844ad07db1dd763220c182fcd</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Wide Coverage Translation Demo: add buttons for speech output</title>
<updated>2015-05-27T13:29:41+00:00</updated>
<author>
<name>hallgren</name>
<email>hallgren@chalmers.se</email>
</author>
<published>2015-05-27T13:29:41+00:00</published>
<link rel='alternate' type='text/html' href='https://git.adelon.net/gf-core.git/commit/?id=f763074eec300d7a0f7573a68577248ebce6e711'/>
<id>urn:sha1:f763074eec300d7a0f7573a68577248ebce6e711</id>
<content type='text'>
Also fixed a problem with showing inflections for words containing underscores
(e.g. race_2_N).
</content>
</entry>
<entry>
<title>Wide coverage translation demo: show an informative error message for sentences that exceed the length limit</title>
<updated>2015-04-09T10:18:41+00:00</updated>
<author>
<name>hallgren</name>
<email>hallgren@chalmers.se</email>
</author>
<published>2015-04-09T10:18:41+00:00</published>
<link rel='alternate' type='text/html' href='https://git.adelon.net/gf-core.git/commit/?id=71de9a26ef5489ab98c85f5e584acdf99d1f4e3c'/>
<id>urn:sha1:71de9a26ef5489ab98c85f5e584acdf99d1f4e3c</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Wide Coverage Translation Demo: zoomable panable collapsible syntax trees</title>
<updated>2015-03-24T18:03:10+00:00</updated>
<author>
<name>hallgren</name>
<email>hallgren@chalmers.se</email>
</author>
<published>2015-03-24T18:03:10+00:00</published>
<link rel='alternate' type='text/html' href='https://git.adelon.net/gf-core.git/commit/?id=12f5dc9ecedf0ad74cc1303c63743b6647e4081e'/>
<id>urn:sha1:12f5dc9ecedf0ad74cc1303c63743b6647e4081e</id>
<content type='text'>
This is an experimental solution using JavaScript code from
https://github.com/christos-c/tree-viewer, d3js.org and jquery.com.
</content>
</entry>
</feed>
