Difference between revisions of "Ideas for Google Summer of Code"

From Apertium
Jump to navigation Jump to search
Line 1: Line 1:
  +
{{TOCD}}
 
This is the ideas page for [[Google Summer of Code]], here you can find ideas on interesting projects that would make Apertium more useful for people and improve or expand our functionality. If you have an idea please add it below, if you think you could mentor someone in a particular area &mdash; or just have interests or ideas for that, add your name to "Interested parties" using <nowiki>~~~</nowiki>
 
This is the ideas page for [[Google Summer of Code]], here you can find ideas on interesting projects that would make Apertium more useful for people and improve or expand our functionality. If you have an idea please add it below, if you think you could mentor someone in a particular area &mdash; or just have interests or ideas for that, add your name to "Interested parties" using <nowiki>~~~</nowiki>
   
Line 7: Line 8:
 
:Difficulty = 1 (Very Hard) ... 4 (Entry level)
 
:Difficulty = 1 (Very Hard) ... 4 (Entry level)
   
  +
See the list sorted by: [[/Difficulty|difficulty level]], [[/Thematic|theme]].
{|class="wikitable sortable"
 
  +
! Task !! Difficulty !! Description !! Rationale !! Requirements !! Interested<br/>parties
 
|-
 
| '''Improve interoperability''' || 3.&nbsp;Medium || Either to modify Apertium to accept different formats, or to modify the other tools to accept the Apertium format, or alternatively write some kind of generic "glue" code that converts between them. || There is a lot of great free software that could be used with the Apertium engine. For example <s>the [http://www.ims.uni-stuttgart.de/projekte/gramotron/SOFTWARE/SFST.html Stuttgart FST] (SFST) tools for morphological analysis/generation could be used in place of [[lttoolbox]]</s> (done 11:07, 5 June 2008 &mdash; see [[SFST]]), <s>and the [http://visl.sdu.dk/constraint_grammar.html constraint grammars] from VISL could be used in place of apertium-tagger</s> (done 15:02, 23 April 2008 &mdash; see [[Apertium and Constraint Grammar]]). Unfortunately these, along with many other tools have incompatible input/output formats. || C, C++, XML || [[User:Francis Tyers|Francis Tyers]], [[User:Jimregan|Jimregan]]
 
|-
 
| '''Accent and diacritic'''<br/>'''restoration''' || 3.&nbsp;Medium || Create an optional module to restore diacritics and accents on input text, and integrate it into the Apertium pipeline. || Many languages use diacritics and accents in normal writing, and Apertium is designed to use these, however in some places, especially for example. instant messaging, irc, searching in the web etc. these are often not used or untyped. This causes problems as for the engine, ''traduccion'' is not the same as ''traducción''. || C, C++, XML, familiarity with linguistic issues || [[User:Francis Tyers|Francis Tyers]]
 
|-
 
| '''Handling texts without'''<br/>'''accents or diacritics''' || 3.&nbsp;Medium || Modify the linguistic data in an Apertium language-pair package so that it can accept text without accents or diacritics (or partially diacriticized). The task may constitute an alternative solution to the problem in the previous task. || see: Accent and diacritic restoration || Perl or Python, familiarity with linguistic issues. || [[User:Mlforcada|Mlforcada]], [[User:Jimregan|Jimregan]]
 
|-
 
| '''Porting''' || 3.&nbsp;Medium || Port Apertium to Windows and (<s>Mac OS/X</s> - hecho. 17:32, 4 November 2008) complete with nice installers and all that jazz. Apertium currently compiles on Windows (see [[Apertium on Windows]]), but we'd like to see it compile with a free tool-chain (MingGW, etc.) || While we all might use GNU/Linux, there are a lot of people out there who don't, some of them use Microsoft's Windows, others use Mac OS. It would be nice for these people to be able use Apertium too. || C++, autotools, experience in programming on Windows.|| [[User:Francis Tyers|Francis Tyers]], [[User:Jimregan|Jimregan]], [[User:Xavivars|Xavi Ivars]]
 
|-
 
| '''Lexical selection''' || 1.&nbsp;Very&nbsp;Hard || Write a prototype lexical selection module for Apertium using a combination of rule-based and statistical approaches, or maybe only an statistical approach. || Lexical selection is the task of choosing a sense (meaning) for a word out of a number of possible senses (related to [[word sense disambiguation]]), when languages are close, they often share semantic ambiguity, when they are further apart they do not, so for example Spanish "estación" can be either "station", "season" or "resort" in English. Lexical selection is the task of choosing the right one. See also: [[:Category:Lexical selection]] || C++, XML, good knowledge of statistics. || [[User:Jimregan|Jimregan]], [[User:Fsanchez|Fsanchez]]
 
|-
 
| '''Interfaces''' || 4.&nbsp;Entry&nbsp;level || Create plugins or extensions for popular free software applications to include support for translation using Apertium. We'd expect at least <s>OpenOffice and</s> Firefox, but to start with something more easy we have half-finished plugins for Pidgin and XChat that could use some love. The more the better! || Apertium currently runs as a stand alone translator. It would be great if it was integrated in other free software applications. For example so instead of copy/pasting text out of your email, you could just click a button and have it translated in place. || Depends on the application chosen, but probably C, C++, Python or Perl. || [[User:Francis Tyers|Francis Tyers]], [[User:Jimregan|Jimregan]]
 
|-
 
| '''Linguistically-driven filtering of the bilingual phrases used to infer shallow-transfer rules''' || 3.&nbsp;Medium || Re-working apertium-transfer-training-tools to filter the set of bilingual phrases automatically obtained from a word-aligned sentence pair by using linguistic criteria. <s>This may also involve porting it to use Unicode.</s> || Apertium-transfer-training-tools is a cool piece of software that generates shallow-transfer rules from aligned parallel corpora. It could greatly speed up the creation of new language pairs by generating rules that would otherwise have to be written by human linguists || C++, general knowledge of GIZA++, Perl considered a plus. || [[User:Fsanchez|Fsanchez]]
 
|-
 
| '''Use of context-dependent lexicalized categories in the inference of shallow-transfer rules''' || 2.&nbsp;Hard || Re-working apertium-transfer-training-tools to use context-dependent lexicalized categories in the inference of shallow-transfer rules. <s>This may also involve porting it to use Unicode.</s> || Apertium-transfer-training-tools generates shallow-transfer rules from aligned parallel corpora. It uses an small set of lexicalized categories, categories that are usually involved in lexical changes, such as prepositions, pronouns or auxiliary verbs. Lexicalized categories differentiate from the rest of categories because their lemmas are taken into account in the generation of rules. || C++, general knowledge of GIZA++, XML. || [[User:Fsanchez|Fsanchez]]
 
|-
 
| '''Automated lexical'''<br/>'''extraction''' || 2.&nbsp;Hard || Writing a C++ wrapper around Markus Forsberg's [[Extract]] tool (version 2.0) as a library to allow it to be used with Apertium paradigms and TSX files as input into its paradigms and constraints. || One of the things that takes a lot of time when creating a new language pair is constructing the [[monodix|monodices]]. The extract tool can greatly reduce the time this takes by matching lemmas to paradigms based on distribution in a corpus. || Haskell, C++, XML || [[User:Francis Tyers|Francis Tyers]]
 
|-
 
| '''Generating grammar'''<br/>'''checkers''' || 3.&nbsp;Medium || The data that come with Apertium (morphological analysers) could be used to create grammar checkers. This task would be to work on an automatic converter for Apertium formats (dictionaries, disambiguation rules) to other popular grammar checker formats, or alternatively work on a standalone grammar checker. Maybe using something like [http://www.languagetool.org/ languagetool] or [http://borel.slu.edu/gramadoir/ An Gramadóir] || Grammar checkers can be useful, for languages other than English moreso. They are one of the "must have" items of language technology. If we can re-use Apertium data for this purpose it will help both the project (by making creating new language pairs more rewarding) and the language communities (by making more useful software). || XML, whatever programming language and natural language are used for testing. || [[User:Francis Tyers|Francis Tyers]], [[User:Jimregan|Jimregan]], [[User:Milek pl|Marcin Miłkowski]]
 
|-
 
| '''Support for agglutinative'''<br/>'''languages''' || 2.&nbsp;Hard || Propose a new dictionary format that is suited to languages with agglutinative morphology and modify the morphological compiler/analyser. || Our dictionary format isn't particularly suited to agglutinative languages, and those with complex morphologies. There are many of these types of languages in the world, so it would be good to support them better. See also: [[Agglutination]] || C++, XML, knowledge of a language with these features (e.g. Finnish, Basque, Turkish, Estonian, [[Aymara]], etc.) || [[User:Sortiz|Sortiz]]
 
|-
 
| '''Complex multiwords''' || 2.&nbsp;Hard || Write a bidirectional module for specifying complex multiword units, for example ''dirección general'' and ''zračna luka''. See ''[[Multiwords]]'' for more information. || 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, German, etc.) the problem comes that you can't define a multiword of <code>adj nom</code> because the adjective has a lot of inflection. || C, C++, XML || [[User:Francis Tyers|Francis Tyers]], [[User:Jimregan|Jimregan]]
 
|-
 
| '''Adopt a'''<br/>'''language pair''' || 4.&nbsp;Entry&nbsp;level || Take on an orphaned language pair, and bring it up to release quality results. What this quality will be will depend on the language pair adopted, and will need to be discussed with the prospective mentor. This will involve writing linguistic data (including morphological rules and transfer rules &mdash; which are specified in a declarative language) || Apertium has a few pairs of languages (e.g. sv-da, sh-mk, en-af, <s>cy-en</s>, etc...) that are orphaned, they don't have active maintainers. A lot of these pairs have a lot of work already put in, just need another few months to get them to release quality. || XML, a scripting language (Python, Perl), good knowledge of the language pair adopted. || [[User:Francis Tyers|Francis Tyers]], [[User:Jimregan|Jimregan]]
 
|-
 
| '''Word compounder'''<br/>'''and de-compounder''' || 4.&nbsp;Entry&nbsp;level || Write a de-compounder and compounder for Apertium. || Many languages in the world have [[compounds|compound]] words, in Europe e.g. German, Dutch, Danish, etc. These are often very low frequency or completely novel, and as such do not exist in our dictionaries. If we had some software to split these into their constituent parts we might be able to translate them, and improve accuracy on our pairs with these languages. See also bug [http://bugs.apertium.org/cgi-bin/bugzilla/show_bug.cgi?id=13 #13], and the page [[Compounds]] || C, C++, XML || [[User:Francis Tyers|Francis Tyers]]
 
|-
 
| '''Post-edition '''<br/>'''tool''' || 3.&nbsp;Medium || Make a post-edition tool to speed up revision of Apertium translations. It would likely include at least support for spelling and grammar checking, along with defining user-specified rules for fixing translations (search and replace, etc.). This tool can reuse an existing grammar checker such as [http://www.languagetool.org LanguageTool]. || After translating with Apertium revision work has to be done to consider a translation as an "adequate" translation. An intelligent post-edition environment will help doing this task. In this environment some typical mistakes in the translation process that can be automatically detected (for example unknown words and homographs) could be highlighted to be taken in consideration while doing post-edition. Some typical mistakes could also be defined to advise the post-editor to check them. || XML, PHP, Python, C, C++, whichever programming language. || [[User:Sortiz|Sortiz]], [[User:Jimregan|Jimregan]], [[User:Milek pl|Marcin Miłkowski]]
 
|-
 
| '''Lexical insertion '''<br/>'''tool''' || 3.&nbsp;Medium || Improving the current web based dictionary application to insert new word pairs into the Apertium dictionaries. This would involve both improving the functionality, and efficiency of the software. || Currently people have to edit XML in order to add words to the dictionaries. We have a web application, written in Python that does a lot of this work, but it still lacks some functionality, for example multiwords, and complete support for the new dictionary format. What is more it is quite slow and memory intensive. || Python || [[User:Francis Tyers|Francis Tyers]]
 
|-
 
| '''Generating spell '''<br/>'''checkers''' || 4.&nbsp;Entry&nbsp;level || The data that come with Apertium (morphological analysers) could be used to create spell checkers. This task would be to work on an automatic converter for Apertium formats to other popular spell checker formats. Maybe using something ispell, myspell, hunspell, youspell, etc. || Spell checkers can be useful especially before translating. They are one of the basic items of language technology. If we can re-use Apertium data for this purpose it will help both the project (by making creating new language pairs more rewarding) and the language communities (by making more useful software). This will be particulary useful for minority languages having an Apertium translator but not having a free spell checker, and also to use spell checking tools as a controlled language tool. || XML, whatever programming language and natural language are used for testing. || [[User:Sortiz|Sortiz]]
 
|-
 
| '''Detect 'hidden' unknown words''' || 3.&nbsp;Medium || The part-of-speech tagger of Apertium can be modified to work out the likelihood of each 'tag' in a certain context, this can be used to detect missing entries in the dictionary. || Apertium dictionaries may have incomplete entries, that is, surface forms (lexical units as they appear in running texts) for which the dictionary does not provided all the possible lexical forms (consisting of lemma, part-of-speech and morphological inflection information). As those surface form for which there is at least one lexical form cannot be considered unknown words, it is difficult to know whether all lexical forms for a given surface form have been included in the dictionaries or not. This feature will detect 'possible' missing lexical forms for those surface forms in the dictionaries. || C++ if you plan to modify the part-of-speech tagger; whatever if rewriting it from scratch. || [[User:Sortiz|Sortiz]], [[User:Fsanchez|Fsanchez]]
 
|-
 
| '''Format filters''' || 4.&nbsp;Entry&nbsp;level || Making apertium capable of dealing with more different formats, for the minimum: files marked up with LaTeX and Wiki. || Apertium can currently deal with texts in plain-text, RTF, HTML and ODT formats by means of a format definition file. It should be easy to use the same language to define filters for other formats. || Apertium format definition language and/or scripting languages. || [[User:Mlforcada|Mlforcada]] [[User:Francis Tyers|Francis Tyers]], [[User:Jimregan|Jimregan]]
 
|-
 
| '''Part of speech detection for unknown words''' || 3.&nbsp;Medium || Allow unknown words to be processed by transfer rules || At the moment, unknown words are ignored by transfer rules; however, the part-of-speech tagger could be modified to add likely tags for unknown words, which could then be used in transfer, which would improve sentence level translation. In addition, certain factors of the morphology of the unknown word could be taken into account (e.g., the suffix '-ing' in an unknown English word implies a verb) to increase the 'confidence' in an analysis. || C++ preferable || [[User:Jimregan|Jimregan]]
 
|-
 
| '''Multi-engine translation synthesiser''' || 3.&nbsp;Medium || Write synthesiser to make a "better" translation out of several translations. || There are other open-source machine translation systems in existence (for example Moses and OpenLogos), the point of this project would be to write a "synthesiser" which can, given several translations, produce a better translation. The program will probably take each of the output sentences from each system, decompose them into chunks or phrases and then score them against a language model to come to the final synthesised translation. Care should be taken to not overly bias ''fluent'' translations over ''adequate'' translations. || C++ or Python (for prototyping) || [[User:Francis Tyers|Francis Tyers]]
 
|-
 
| '''Trigram tagger''' || 3.&nbsp;Medium || Modify the tagger to use trigrams instead of bigrams || We use bigrams -- for speed -- in the tagger, but now computers have improved and we have 3-stage transfer which will dominate CPU usage anyway. See also [[Unsupervised_tagger_training#Some_questions_and_answers_about_unsupervised_tagger_training|these questions]] || C++. || [[User:Jacob Nordfalk|Jacob Nordfalk]]
 
|-
 
| '''Language independent<br/>target-language tagger training''' || 2.&nbsp;Hard || Modify apertium-tagger-training-tools so that it does not need the segmentation provided by the transfer rules in order to score translations, and to prune the k-best list of possible translations at run-time for efficiency || apertium-tagger-training-tools is a program for doing target language tagger training. This means that it tunes the parameters of an HMM model based on the quality of the translations through the whole system. At the moment this relies on the segmentation of the input by the transfer rules, and also runs all the possible translations (undisambiguated). It would be good to be able to run it without having this segmentation. || C++ || [[User:Fsanchez|Fsanchez]] [[User:Francis Tyers|Francis Tyers]] [[User:Mlforcada|Mlforcada]]
 
|-
 
| '''Daemon mode''' || 3.&nbsp;Medium || Write a program to allow Apertium to be run in "server" or "daemon" mode. || When a lot of documents are translated, we launch the translator (the whole pipeline) multiple times, this is results in it being slower than ideal because of the time taken in process creation, loading transducers, grammars etc. and OS overheads. If it were to be run as a server or daemon, then these operations would only need to be performed once. || C++ || [[User:Xerakko|Xerakko]]
 
|-
 
| '''Geriaoueg<br/>vocabulary assistant''' || 4.&nbsp;Entry&nbsp;level || Extend [[Geriaoueg]] so that it works more reliably with broken HTML and with any given language pair. || [[Geriaoueg]] is a program that provides "popup" vocabulary assistance, something like BBC Vocab or Lingro. Currently it only works with Breton--French, Welsh--English and Spanish--Breton. This task would be to develop it to work with any language in our SVN and fix problems with processing and displaying non-standard HTML. || PHP, C++, XML || [[User:Francis Tyers|Francis Tyers]]
 
|-
 
|}
 
   
 
==Notes==
 
==Notes==

Revision as of 23:37, 7 March 2009

This is the ideas page for Google Summer of Code, here you can find ideas on interesting projects that would make Apertium more useful for people and improve or expand our functionality. If you have an idea please add it below, if you think you could mentor someone in a particular area — or just have interests or ideas for that, add your name to "Interested parties" using ~~~

The page is intended as an overview of the kind of projects we have in mind. If one of them particularly piques your interest, please come and discuss with us on #apertium on irc.freenode.net, mail the mailing list, or draw attention to yourself in some other way.

Maybe take a look at some open bugs ?

Difficulty = 1 (Very Hard) ... 4 (Entry level)

See the list sorted by: difficulty level, theme.


Notes

Further reading

Accent and diacritic restoration
Lexical selection
Automated lexical extraction
Support for agglutinative languages
Transfer rule learning
  • Sánchez-Martínez, F. and Forcada, M.L. (2007) "Automatic induction of shallow-transfer rules for open-source machine translation", in Proceedings of TMI 2007, pp.181-190 (paper, poster)
Compounding and de-compounding
Multi-engine machine translation