Ideas for Google Summer of Code/Complex multiwords
< Ideas for Google Summer of Code
Jump to navigation
Jump to search
Revision as of 13:27, 14 March 2013 by Francis Tyers (talk | contribs)
Write a bidirectional module for specifying complex multiword units, for example dirección general and zračna luka. Although in the Romance languages it is not a big problem, as soon as you start to get to languages with cases (e.g. Serbo-Croatian, Slovenian, Russian, German, Icelandic, etc.) the problem comes that you can't define a multiword of adj nom because the adjective has a lot of inflection.
The module should be bidirectional, that is, it should be able to be used for both analysing and for generating these multiwords. So, given an input of:
- Još jedna očekivana posledica biće porast potrošnje za zdravstvo da bi se zadovoljila veća tražnje osoba te starosne grupe za ambulantnim uslugama.
- Another expected consequence is that health care spending will have to grow to meet the higher demands of people in this group for outpatient services.
Default translation of "ambulantni" would be "ambulatory", but in this case we want to translate "ambulantnim uslugama" as "outpatient services".
Coding challenge
- Write a stream processor (see Apertium stream format) for the output of lt-proc that parses character by character, respecting superblanks.