<feed xmlns='http://www.w3.org/2005/Atom'>
<title>gf-core.git/src/runtime/haskell/PGF/Morphology.hs, branch optimize</title>
<subtitle>Unnamed repository; edit this file 'description' to name the repository.
</subtitle>
<id>https://git.adelon.net/gf-core.git/atom?h=optimize</id>
<link rel='self' href='https://git.adelon.net/gf-core.git/atom?h=optimize'/>
<link rel='alternate' type='text/html' href='https://git.adelon.net/gf-core.git/'/>
<updated>2013-11-05T13:11:10+00:00</updated>
<entry>
<title>Eliminate mutual dependencies between the GF compiler and the PGF library</title>
<updated>2013-11-05T13:11:10+00:00</updated>
<author>
<name>hallgren</name>
<email>hallgren@chalmers.se</email>
</author>
<published>2013-11-05T13:11:10+00:00</published>
<link rel='alternate' type='text/html' href='https://git.adelon.net/gf-core.git/commit/?id=3814841d7d3b77b3f033cb98c1c0a04ac39435d7'/>
<id>urn:sha1:3814841d7d3b77b3f033cb98c1c0a04ac39435d7</id>
<content type='text'>
+ References to modules under src/compiler have been eliminated from the PGF
  library (under src/runtime/haskell). Only two functions had to be moved (from
  GF.Data.Utilities to PGF.Utilities) to make this possible, other apparent
  dependencies turned out to be vacuous.

+ In gf.cabal, the GF executable no longer directly depends on the PGF library
  source directory, but only on the exposed library modules. This means that
  there is less duplication in gf.cabal and that the 30 modules in the
  PGF library will no longer be compiled twice while building GF.

  To make this possible, additional PGF library modules have been exposed, even
  though they should probably be considered for internal use only. They could
  be collected in a PGF.Internal module, or marked as "unstable", to make
  this explicit.

+ Also, by using the -fwarn-unused-imports flag, ~220 redundant imports were
  found and removed, reducing the total number of imports by ~15%.

</content>
</entry>
<entry>
<title>a major refactoring in the C and the Haskell runtimes. Note incompatible change in the PGF format!!!</title>
<updated>2013-09-27T15:09:48+00:00</updated>
<author>
<name>kr.angelov</name>
<email>kr.angelov@gmail.com</email>
</author>
<published>2013-09-27T15:09:48+00:00</published>
<link rel='alternate' type='text/html' href='https://git.adelon.net/gf-core.git/commit/?id=426bc49a52b4efa0ef0129d713842d8c9abdf0ff'/>
<id>urn:sha1:426bc49a52b4efa0ef0129d713842d8c9abdf0ff</id>
<content type='text'>
The following are the outcomes:

   - Predef.nonExist is fully supported by both the Haskell and the C runtimes

   - Predef.BIND is now an internal compiler defined token. For now
     it behaves just as usual for the Haskell runtime, i.e. it generates &amp;+.
     However, the special treatment will let us to handle it properly in 
     the C runtime.

   - This required a major change in the PGF format since both 
     nonExist and BIND may appear inside 'pre' and this was not supported
     before.

</content>
</entry>
<entry>
<title>command option ma -known to drop unknown words</title>
<updated>2012-06-10T10:43:57+00:00</updated>
<author>
<name>aarne</name>
<email>aarne@chalmers.se</email>
</author>
<published>2012-06-10T10:43:57+00:00</published>
<link rel='alternate' type='text/html' href='https://git.adelon.net/gf-core.git/commit/?id=191ecc71b8b4645caf992822e18d4b506f0e55a4'/>
<id>urn:sha1:191ecc71b8b4645caf992822e18d4b506f0e55a4</id>
<content type='text'>
</content>
</entry>
<entry>
<title>a simple clitic analysis command 'ca'</title>
<updated>2011-02-06T16:19:24+00:00</updated>
<author>
<name>aarne</name>
<email>aarne@chalmers.se</email>
</author>
<published>2011-02-06T16:19:24+00:00</published>
<link rel='alternate' type='text/html' href='https://git.adelon.net/gf-core.git/commit/?id=7445e5638713276b471a0c8d5a53940704e8239d'/>
<id>urn:sha1:7445e5638713276b471a0c8d5a53940704e8239d</id>
<content type='text'>
</content>
</entry>
<entry>
<title>optimization in the parser for large lexicons. Now, the parser is slightly slower for grammars with a small lexicon but 3-4 times faster for the English Resource Grammar used in combination with Oxford Advanced Learners Dictionary</title>
<updated>2010-12-14T08:46:22+00:00</updated>
<author>
<name>krasimir</name>
<email>krasimir@chalmers.se</email>
</author>
<published>2010-12-14T08:46:22+00:00</published>
<link rel='alternate' type='text/html' href='https://git.adelon.net/gf-core.git/commit/?id=7d58efb6600d164101c439cf8954de637ea35c34'/>
<id>urn:sha1:7d58efb6600d164101c439cf8954de637ea35c34</id>
<content type='text'>
</content>
</entry>
<entry>
<title>in example-based grammar conversion, warnings about unknown words</title>
<updated>2010-01-28T10:06:16+00:00</updated>
<author>
<name>aarne</name>
<email>aarne@chalmers.se</email>
</author>
<published>2010-01-28T10:06:16+00:00</published>
<link rel='alternate' type='text/html' href='https://git.adelon.net/gf-core.git/commit/?id=e056cc2bfd2e5e152edd9829b8d4d77637536a14'/>
<id>urn:sha1:e056cc2bfd2e5e152edd9829b8d4d77637536a14</id>
<content type='text'>
</content>
</entry>
<entry>
<title>cleanup the code of the PGF interpreter and polish the binary serialization to match the preliminary specification</title>
<updated>2010-01-27T09:39:14+00:00</updated>
<author>
<name>krasimir</name>
<email>krasimir@chalmers.se</email>
</author>
<published>2010-01-27T09:39:14+00:00</published>
<link rel='alternate' type='text/html' href='https://git.adelon.net/gf-core.git/commit/?id=890d45579300f39d50a5a18a9f6feed8634ae8ba'/>
<id>urn:sha1:890d45579300f39d50a5a18a9f6feed8634ae8ba</id>
<content type='text'>
</content>
</entry>
<entry>
<title>PGF is now real synchronous PMCFG</title>
<updated>2010-01-17T21:35:36+00:00</updated>
<author>
<name>krasimir</name>
<email>krasimir@chalmers.se</email>
</author>
<published>2010-01-17T21:35:36+00:00</published>
<link rel='alternate' type='text/html' href='https://git.adelon.net/gf-core.git/commit/?id=9b362ff231efbd43ffb4f1c6285c41a34caf3777'/>
<id>urn:sha1:9b362ff231efbd43ffb4f1c6285c41a34caf3777</id>
<content type='text'>
</content>
</entry>
<entry>
<title>now the linearization is completely based on PMCFG</title>
<updated>2010-01-17T17:05:21+00:00</updated>
<author>
<name>krasimir</name>
<email>krasimir@chalmers.se</email>
</author>
<published>2010-01-17T17:05:21+00:00</published>
<link rel='alternate' type='text/html' href='https://git.adelon.net/gf-core.git/commit/?id=af13bae2dfb9adaa7c4aa273961fc09cc7ba1b7a'/>
<id>urn:sha1:af13bae2dfb9adaa7c4aa273961fc09cc7ba1b7a</id>
<content type='text'>
</content>
</entry>
<entry>
<title>reorganize the directories under src, and rescue the JavaScript interpreter from deprecated</title>
<updated>2009-12-13T18:50:29+00:00</updated>
<author>
<name>krasimir</name>
<email>krasimir@chalmers.se</email>
</author>
<published>2009-12-13T18:50:29+00:00</published>
<link rel='alternate' type='text/html' href='https://git.adelon.net/gf-core.git/commit/?id=f85232947e74ee7ef8c7b0ad2338212e7e68f1be'/>
<id>urn:sha1:f85232947e74ee7ef8c7b0ad2338212e7e68f1be</id>
<content type='text'>
</content>
</entry>
</feed>
