Difference between revisions of "User:Firespeaker/Wishlist"

From Apertium
Jump to navigation Jump to search
(init scripts are easy, multiple ports already work)
(comment)
Line 13: Line 13:
 
** write init script for apertium-apy
 
** write init script for apertium-apy
 
*** with crash-detection?
 
*** with crash-detection?
***: http://apertium.codepad.org/vH1xnQLC is one for systemd (Fedora, Arch Linux, SUSE) which makes it restart whenever it exits (unless it was stopped by systemd itself)
+
***: http://apertium.codepad.org/yG39cE81 is one for systemd (Fedora, Arch Linux, SUSE) which makes it restart whenever it exits (unless it was stopped by systemd itself)
***: http://apertium.codepad.org/oGjzmx3o is one for Upstart (Ubuntu)
+
***: http://apertium.codepad.org/oGjzmx3o is one for Upstart (Ubuntu), also restarts on exit
 
***: [http://mywiki.wooledge.org/ProcessManagement?highlight=%28signals%29#How_can_I_check_to_see_if_my_game_server_is_still_running.3F__I.27ll_put_a_script_in_crontab.2C_and_if_it.27s_not_running.2C_I.27ll_restart_it... or you can put it in inittab]
 
***: [http://mywiki.wooledge.org/ProcessManagement?highlight=%28signals%29#How_can_I_check_to_see_if_my_game_server_is_still_running.3F__I.27ll_put_a_script_in_crontab.2C_and_if_it.27s_not_running.2C_I.27ll_restart_it... or you can put it in inittab]
 
*** allow running of multiple instances on different ports
 
*** allow running of multiple instances on different ports

Revision as of 06:39, 16 October 2013

The following are projects that I would love to see working as part of apertium.

Current smallish things

Maybe for GCI 2013?

  • libvoikko support for MS Word (might not be possible)
  • online spell-check interface using apertium API
    • interface
    • code to check via API
  • get apertium-apy working correctly for Turkic pairs
    kaz-tat works now
  • features for apertium-apy
    • better error handling for apertium-apy
    • write init script for apertium-apy
    • set up client to cycle through a list of servers and ports if the default is not responding
      • or would it be better to have a central gateway that does this?
    • a [backwards-compatible?] way to do spell checking
  • get bible aligner working (or rewrite it)
  • migrate apertium-quality away from distribute to newer setup-tools so it installs correctly in more recent versions of python (known incompatible: python3.3 OS X, known compatible: MacPorts python3.2)
  • combine the following features above into one pretty Apertium Turkic website:

integration of twol debugger into apertium-quality

    • I'd also reallly like to see someone adopt apertium-quality and maintain it

module for templatic syntax

    • also, for e.g. compound verbs some sort of interlanguage
      • integrated into bidix format?

an extra module to convert numbers and alphabetisms and acronyms to words (based on something in lexc) so that phonology can happen and then back to its original form

    • you'd need some notation like 10:%{он%} so the form is extracted and popped back in
    • this is likely to only work on stems that don't change, at least with a non-complicated implementation (but that's fine for most Turkic languages)

Bugs

HFST :0 context bug

  1. %{A%}:ә <=> [ :FrontVow :Cns* :Cns ]/[ %>: | % | :0 ] _ ;
    except
    [ %{ъ%}: ]/[ %>: ] _ ;
  2. %{A%}:ә <=> [ :FrontVow :Cns* :Cns ]/[ %>: | % | [ :0 - %{ъ%}: ] ] _ ;
  • (2) avoids applying after %{ъ%}:0 %>:0 and (1) does not, but these should really work the same way

HFST tokenisation bug