Difference between revisions of "Task ideas for Google Code-in"

From Apertium
Jump to navigation Jump to search
Line 42: Line 42:
 
{{Taskidea|type=quality|mentors=Fran, Masha|tags=annotation, annotatrix
 
{{Taskidea|type=quality|mentors=Fran, Masha|tags=annotation, annotatrix
 
|title=Use a cytoscape function to detect invalid trees in annotatrix and advise the user
 
|title=Use a cytoscape function to detect invalid trees in annotatrix and advise the user
|description=It is possible to detect invalid trees (such as those that have cycles) in
+
|description=It is possible to detect invalid trees (such as those that have cycles) in Cytoscape. We would like to detect those kinds of trees and advise the user. The GitHub issue is [https://github.com/jonorthwash/ud-annotatrix/issues/96 here].
Cytoscape. We would like to detect those kinds of trees and advise the user. The GiThub issue
 
is [https://github.com/jonorthwash/ud-annotatrix/issues/96 here].
 
 
}}
 
}}
 
</table>
 
</table>

Revision as of 13:29, 10 October 2017

Contents

This is the task ideas page for Google Code-in, here you can find ideas on interesting tasks that will improve your knowledge of Apertium and help you get into the world of open-source development.

The people column lists people who you should get in contact with to request further information. All tasks are 2 hours maximum estimated amount of time that would be spent on the task by an experienced developer, however:

  1. this does not include time taken to install / set up apertium.
  2. this is the time expected to take by an experienced developer, you may find that you spend more time on the task because of the learning curve.

Categories:

  • code: Tasks related to writing or refactoring code
  • documentation: Tasks related to creating/editing documents and helping others learn more
  • research: Tasks related to community management, outreach/marketting, or studying problems and recommending solutions
  • quality: Tasks related to testing and ensuring code is of high quality.
  • interface: Tasks related to user experience research or user interface design and interaction

You can find descriptions of some of the mentors here: List_of_Apertium_mentors.

Task ideas

typetitledescriptiontagsmentorsbgnr?multi?
interface Nicely laid out interface for ud-annotatrix Design an HTML layout for the annotatrix tool that makes best use of the space and functions nicely at different screen resolutions. annotation, annotatrix Fran, Masha
interface Come up with a CSS style for annotatrix annotation, annotatrix Fran, Masha
code SDparse to CoNLL-U converter in JavaScript SDparse is a format for describing dependency trees, they look like relation(head, dependency). CoNLL-U is another format for describing dependency trees. Make a converter between the two formats. The GitHub issue is here. annotation, annotatrix Fran, Masha
quality Write a test for the format converters in annotatrix annotation, annotatrix Fran, Masha yes
quality Use a cytoscape function to detect invalid trees in annotatrix and advise the user It is possible to detect invalid trees (such as those that have cycles) in Cytoscape. We would like to detect those kinds of trees and advise the user. The GitHub issue is here. annotation, annotatrix Fran, Masha