Skip to main content

My GCI Experience

Hello, I'm ScoopGracie.

I heard about Google Code-in by reading the Google Open Source blog. I thought it sounded cool, so I decided to participate this year.

When I looked through the orgs list, nothing really caught my attention at first. OpenMRS looked interesting, but I don't know Java. I looked for orgs that use Python, which is my favorite language. The first one I found was Apertium, so I picked that.

Apertium is a free and open-source rule-based machine translation (RBMT) system. It mostly focused on minority languages, which often lack any other machine translation systems.

The Apertium community on IRC is very welcoming and helpful. They always clarified anything I didn't understand, and answered any questions I had.

I ended up doing nine tasks, which is a fairly typical amount for Apertium, although one of them was not done correctly, and one of them was actually supposed to be split into two. That leaves it at nine.

Because I only know English, I wasn't able to do a whole lot on the linguistic data. I don't know much C++, so I couldn't do much on the core translator, either. I ended up doing these tasks:

Adopt a Wiki page
This task was to clean up and update a page on the Apertium Wiki. I did the article on Begiak (Apertium's IRC bot)
Write a scraper for a Website
This task was to scrape a Website assigned by a mentor. Note: you don't need to know the language(s) the site is written in to do this!
Create a nick directory for Apertium's IRC bot
This was to add a new command, .whois, to Begiak. It shows some basic info about a user. Because I did both parts 1 and 2 at once, this was counted as two tasks.
Propose an error reporting system for Apertium's IRC bot
Begiak occasionally frequently crashes. For this task, I needed to suggest an error reporting system. Due to a dependency on the Flask framework, it was never merged, but it worked, so the task was accepted.
Make IRC bot greeting to Matrix users dismissable
Every time a user connects to IRC through Matrix, it adds [m] to the end of his/her nick. Since this is often unwanted, Begiak informs users of this. However, the message is annoying to those who want to keep the [m], so I made it optional in this task.
Categorise 500 words from frequency list in English
This task was to take a list of 500 words in English and tag their parts of speech.
Create a new init script for Apertium's IRC bot
The init script for Begiak was broken; this task was to fix it.
Make Apertium IRC bot's messaging system case-insensitive
This was to make Begiak accept commands case-insensitively. After this was approved, it was decided to not make commands case-insensitive.

Overall, I had an excellent experience working with Apertium and would highly recommend the organization to any future GCI students.

Comments

Popular posts from this blog

Google Code-in Cancelled

All good things must come to an end. Google Code-in 2019 was the last GCI. We want to thank Google and all the open-source projects that participated for all the hard work put into Google Code-in. This was sent to the gci-announce mailing list: Google Code-in wrapped up 10 amazing, productive, exhilarating years in January. There have been 14,700+ teenagers from 115+ countries and over 6,000 schools that have completed an impressive 76,200+ open source tasks with 63 open source organizations over the past decade. The Google Code-in 2019 was our final Google Code-in contest. We've been looking hard at our portfolio of programs and as open source evolves, our programs need to evolve too. We've decided to focus our efforts on Google Summer of Code and programs like Season of Docs that meet projects' sustainability needs going into the next 10 years of open source. The thousands of students that have participated in GCI over the last 10 years have brought fresh, new pers

Why You Should Participate in Google Code-in Next Year

Note Google has cancelled GCI. 😢 This post is now for historical purposes only. 🏛️ Let's start out with defining what Google Code-in, commonly known as GCI, is. Google Code-in is an open-source development contest for 13-17 year old pre-university (a.k.a. high school or secondary school) students. The goal is to encourage students to get involved in open-source software development. If you're not a programmer, don't worry! There are plenty of non-coding tasks, including writing documentation, designing logos, and many other things! Learning more about code (or other things) In Google Code-in, you often don't know exactly how to complete a task. You often have to get help. This is a good thing, because it encourages you to learn more about whatever you're doing. Even if you never finish a particular task, you can still learn from it. For example, in a logo design task that I never finished, I learned that good logos don't rely on text. Communication ski