Difference between revisions of "Release policy"

From Apertium
Jump to navigation Jump to search
 
(17 intermediate revisions by 4 users not shown)
Line 1: Line 1:
[[Politique de version|En français]]
==Apertium 3.0==


When the stuff is ready?
===Open tasks===


Some things that should always be checked:
* <code>lttoolbox</code>

** Done!
* [[Testvoc]] should be clean
* <code>apertium</code>
* Whether it compiles and runs with the latest _release_ of apertium/lttoolbox (and other required packages)
** Done!
* Whether it compiles and installs correctly as a tarball created with make dist (see [[Making_a_release#Testing]])
* <code>apertium-es-ca</code>
* If there are regression tests, check that these pass
** Change default mode to -unicode, -latin1 as backup.
* Run a corpus through it, and ensure there are no debug symbols (#, @)
* <code>apertium-es-ro</code>
* Some transfer bugs can be rooted out by compiling the transfer files with either [https://github.com/ggm/vm-for-transfer-cpp vm-for-transfer-cpp] or <code>apertium-preprocess-transfer-bytecode-j</code> from [[Lttoolbox-java]]
** Convert to unicode

** Find corpora
==See also==
** Train tagger (both directions)

* <code>apertium-es-gl</code>
* [[Making a release]]
** Find tagged corpus for es-gl direction.

** Train tagger (for direction es-gl)
[[Category:Documentation in English]]
* <code>apertium-es-pt</code>
[[Category:Development]]
** Convert to unicode
** Find corpora
** Train tagger (both directions)
* <code>apertium-en-ca</code>
** Convert to unicode
** Find corpora
** Train tagger (both directions)

Latest revision as of 12:07, 18 September 2015

En français

When the stuff is ready?

Some things that should always be checked:

  • Testvoc should be clean
  • Whether it compiles and runs with the latest _release_ of apertium/lttoolbox (and other required packages)
  • Whether it compiles and installs correctly as a tarball created with make dist (see Making_a_release#Testing)
  • If there are regression tests, check that these pass
  • Run a corpus through it, and ensure there are no debug symbols (#, @)
  • Some transfer bugs can be rooted out by compiling the transfer files with either vm-for-transfer-cpp or apertium-preprocess-transfer-bytecode-j from Lttoolbox-java

See also[edit]