Difference between revisions of "Ideas for Google Summer of Code/More robust recursive transfer"

From Apertium
Jump to navigation Jump to search
(Created page with "{{TOCD}} Currently, one has to be very careful in writing recursive transfer rules to ensure they don't get too deep or ambiguous, and that they cover full sentences. See in...")
 
Line 8: Line 8:
 
==Coding challenge==
 
==Coding challenge==
   
# Install Apertium (see [[Minimal installation from SVN]])
+
* Install Apertium (see [[Minimal installation from SVN]])
# Compile apertium-recursive from source
+
* Compile apertium-recursive from source
  +
# ???
 
  +
then
  +
  +
* write a short grammar for a language you know that doesn't have one yet, to get to know the formalism
  +
  +
or
  +
  +
* Add a compiler warning, e.g. https://github.com/apertium/apertium-recursive/issues/89 https://github.com/apertium/apertium-recursive/issues/78
   
 
==Frequently asked questions==
 
==Frequently asked questions==

Revision as of 09:19, 6 February 2024

Currently, one has to be very careful in writing recursive transfer rules to ensure they don't get too deep or ambiguous, and that they cover full sentences. See in particular issues 97 and 80. We would like linguists to be able to fearlessly write recursive (rtx) rules based on what makes linguistic sense, and have rtx-proc/rtx-comp deal with the computational/performance side.

Tasks

Coding challenge

then

  • write a short grammar for a language you know that doesn't have one yet, to get to know the formalism

or

Frequently asked questions

  • none yet, ask us something! :)

See also


Further reading