Version at: 29/03/2013, 18:01 vs. version at: 29/03/2013, 18:03
11GSoC ideas for student projects
22===============================
33
44This page lists example ideas for students who would like to take part in Google Summer of Code and be mentored by Tatoeba. To quote [GSoC FAQ](http://www.google-melange.com/gsoc/document/show/gsoc_program/google/gsoc2013/help_page#3._What_is_an_Ideas_list):
55
66<blockquote>
77An Ideas list should be a list of suggested student projects. This list is meant to introduce contributors to your project's needs and to provide inspiration to would-be student applicants. It is useful to classify each idea as specifically as possible, e.g. "must know Python" or "easier project; good for a student with more limited experience with C++." If your organization plans to provide a proposal template for the students, it would be good to include it on your Ideas list.
88
99Keep in mind that your ideas list should be a starting point for student proposals; we've heard from past mentoring organization participants that some of their best student projects are those that greatly expanded on a proposed idea or were blue-sky proposals not mentioned on the ideas list at all. A link to a bug tracker for your open source organization is NOT an ideas list.
1010
1111You can check out the <a href="http://community.kde.org/GSoC/2011/Ideas">Ideas list for KDE</a> for Google Summer of Code in 2011 to get an idea of what we’re looking for in an ideas list.
1212</blockquote>
1313
1414If you're a student, you're invited to discuss any of these ideas, as well as propose your own. To contact us, use one of these:
1515
1616* [Tatoeba Wall page](http://tatoeba.org/wall/index)
1717* Email/Google groups: [Tatoeba GSoC mailing list](https://groups.google.com/forum/?fromgroups=#!forum/tatoeba-gsoc)
1818* IRC: [Tatoeba on #Freenode](irc://irc.freenode.net/tatoeba), [Webchat](http://webchat.freenode.net?channels=tatoeba)
1919* XMPP: [Tatoeba conference room on chat.jabberfr.org](xmpp:tatoeba@chat.jabberfr.org?join)
2020
2121
2222Current site
2323------------
2424
2525Extending current PHP site: programming in PHP, shell tools for maintenance (e.g.: better export scripts?), JavaScript?
2626
2727### Better export scripts
2828
2929Currently CSV dumps are done weekly. They require the database to be switched into a read-only mode, take 5~10 minutes and do not contain some important information, like tag creator, comments etc. CSV dumps are important for people who cooperate with Tatoeba by creating additional tools, so their quality is vital for a healthy collaboration.
3030
3131**Deliverables**: An database export mechanism that:
32* Dumps all interesting information (everything that's currently in the data dumps plus modification history, sentence comments, the wall etc.)
33* Can create an incremental dump (faster dumps will allow making them more often)
34* Provides an interface for collaborators to get notifications about new dumps and allows automatic access.
35* (Advanced) Provides a stream of updates in form of web sockets or a similar mechanism.
32
33 * Dumps all interesting information (everything that's currently in the data dumps plus modification history, sentence comments, the wall etc.)
34 * Can create an incremental dump (faster dumps will allow making them more often)
35 * Provides an interface for collaborators to get notifications about new dumps and allows automatic access.
36 * (Advanced) Provides a stream of updates in form of web sockets or a similar mechanism.
3637
3738**Prerequisite knowledge**: a scripting language (Python preferred), PHP, MySQL.
3839
3940### API
4041
4142Tatoeba database is used either through the main website interface or through data dumps. Having an API (like, something than can be called through AJAX calls) would allow providing real-time access for external applications.
4243
4344**Deliverables**: A web application that provides a set of API calls for data stored in current database. API should cover all data available through the current web interface, including sentence comments, wall comments, recently-added sentences and top recent contributors.
4445
4546**Prerequisite knowledge**: a web application language (Python or PHP preferred), MySQL.
4647
4748### Improvements in user interface for end users
4849
4950Tatoeba now handles several kinds of queries, but more is desired. Especially the translation interface needs improvements. Examples of desired types of queries:
5051
5152* Get all sentences in a given language by a given username not yet translated into a given language.
52** For example: Show me all English sentences by CK not yet translated into Japanese.
53
53 * For example: Show me all English sentences by CK not yet translated into Japanese.
5454* Same as above, but limited to sentences with audio.
55** For example: Show me all English sentences by CK with audio not yet translated into Japanese.
56
55 * For example: Show me all English sentences by CK with audio not yet translated into Japanese.
5756* Get all sentences by native speakers of a given language not yet translated into my own native language.
58** For example: Show me all English sentences by native speakers not yet translated into Japanese.
59
57 * For example: Show me all English sentences by native speakers not yet translated into Japanese.
6058* Get all sentences in a given language with a certain tag not yet translated into a given language.
61** For example: Show me all English sentences with the tag “restaurant.”
62
59 * For example: Show me all English sentences with the tag “restaurant.”
6360* Same as above, but limited to sentences by native speakers not yet translated into a given language.
64** For example: Show me all English sentences by native speakers with the tag "weather" not yet translated into Japanese.
65
61 * For example: Show me all English sentences by native speakers with the tag "weather" not yet translated into Japanese.
6662* Get all sentence in a given language under a certain length not yet translated into a given language.
67** For example: Show me all Japanese sentences less than 50 characters that aren't yet translated into English.
68*** Same as above, but limited to native speaker sentences.
69*** Same as above, but limited to sentences by a given username.
70
63 * For example: Show me all Japanese sentences less than 50 characters that aren't yet translated into English.
64* Same as above, but limited to native speaker sentences.
65* Same as above, but limited to sentences by a given username.
7166* Get all sentences by native speakers of a given language that match a given search keyword that aren't yet translated into a given language.
72** For example: Show all English sentences with the word "mountain" that aren't yet translated into Japanese.
73*** Same as above, but limited to native speaker sentences.
74*** Same as above, but limited to sentences by a given username.
67 * For example: Show all English sentences with the word "mountain" that aren't yet translated into Japanese.
68* Same as above, but limited to native speaker sentences.
69* Same as above, but limited to sentences by a given username.
7570
7671**Deliverables:** Implementation of some (all?) of the above. Project might include additional queries. It would be highly desired to provide a generic way of adding new types of queries.
7772
7873**Prerequisite knowledge**: PHP, CakePHP.
7974
8075New site & CppCMS
8176-----------------
8277
8378Helping Sysko with tatowiki, tatodb. Extending [http://cppcms.com/wikipp/en/page/main CppCMS]. As the new site is still mostly in plans, there are no specific project ideas for the moment. Please ask on the IRC channel for more information. Note that many projects in this category will have an experimental nature, and their scope highly depends on your skills.
8479
8580Standalone user tools
8681---------------------
8782
8883Work on [http://a4esl.com/temporary/tatoeba/shtooka/ shtooka recorder] (or swac-record), [https://github.com/qdii/tatoeba_parser tatoparser], [https://github.com/sadhen/katoeba katoeba] and similar tools. Create new tools for advanced contributors and common users, like apps for smartphones.
8984
9085### Android/iPhone application
9186
9287iPhone users are about 12%, and Android users about 7% of the site visitors. It might immensely help them if they could use a dedicated application
9388
9489**Deliverables**: A smartphone application for easy access to Tatoeba. Example features:
9590* Querying the online Tatoeba site
9691* Adding sentences
9792* Translating
9893* Performing typical corpus maintenance tasks
9994* Wall and sentence comments
10095* Recording voice
10196* Offline database access
10297
10398Note: It is not expected to implement all of these features during a single GSoC event. Depending on your skills you might prepare a proposal for a basic set of features (if you don't have much experience in mobile development yet) or a more complex or targeted application (if you do have experience and want to prepare something more feature-complete).
10499
105100**Prerequisite knowledge**: Java and Android development or iPhone and iOS developement; using web services.
106101
107102### Streamlined linking of multiple sentences
108103
109104Where multiple sentences in a source language have the same translation in the target language, make it easy to link those source sentences to the same target translation. Collecting the sentences that are likely to have the same translation could be as simple as presenting sentences in order of creation, since variants of a sentence that vary only in, e.g., the number of the pronoun (where the singular and plural forms of the second person map to the same word in English) are likely to be entered consecutively.
110105
111106Skills: JavaScript, possibly Java, possibly SQL
112107
113108### Help bots
114109
115110Just like [https://en.wikipedia.org/wiki/Wikipedia:Bots bots in wikipedia], have bots to help doing maintenance and repetitive tasks such as fixing common mistakes, wrong flag etc. Like on wikipedia, users that are actually bots should be identified somehow on the website side. Ideally, create a library to interact with the Tatoeba website, that could be used as a base to create bots.
116111
117112External web applications
118113-------------------------
119114
120115[http://a4esl.com/temporary/tatoeba/ CK's Temporary Tatoeba site] and similar pages.
121116
122117### SRS deck generator
123118
124119Spaced Repetition Systems such as Anki or Mnemosyne are a popular tool for learning languages. However, preparing a good SRS deck is a time consuming task. Therefore an automated way to generate a deck from a list of sentences (e.g. sentences on a Tatoeba list, sentences tagged by some specific tag etc.) would help language learners.
125120
126121**Deliverables**: an application (preferably a web-based one) that would use Tatoeba database (for example in form of a weekly CSV data dump) to create SRS decks for major flash card applications. Example features:
127122* Generate a simple deck from a Tatoeba list, tag, search query.
128123* Generate an N+1-style deck based on user's list of known words and Tatoeba database. (User gives a list of N words that he already knows. System chooses a new sentence where exactly one word is unknown, and the rest belong to the already known set. Therefore, N+1).
129124* Generated decks have proper internal structure (e.g. for Anki decks: proper field scheme is used to store knowledge, so that editing is easy).
130125
131126**Prerequisite knowledge**: any web stack, however Django or CppCMS are prefered; Python or C++; basic knowledge about how SRS works.
132127
133128### Browsable graph of sentences links
134129
135130Given a sentence, display as a [https://en.wikipedia.org/wiki/Graph_%28data_structure%29 graph] [http://blog.tatoeba.org/2010/02/how-to-be-good-contributor-in-tatoeba.html#rule2 like this] the linked sentences up to a given depth. The main purpose of such a graph is to show users how tatoeba is structured at a glance. Because the current interface doesn’t provide such a view whereas it’s important that the users understand the actual structure of Tatoeba. This idea could be freely extended to a complete interface allowing linking and unlinking with a click, filter by language, edit sentences, or whatever you can think of.
136131
137132Other ideas
138133-----------
139134
140135### Show pronunciation in IPA for sentences
141136
142137IPA stands for “International Phonetic Alphabet” and is used to describe pronunciation of human languages in an unambiguous way. As such, it helps learning languages whose pronunciation rules are complex (e.g. English). Tatoeba could display IPA pronunciation for each sentence, basically the same way it currently displays pronunciation for Japanese using kana. One possible way of performing the task is to use an external library or application to prepare IPA annotations. For example, [http://espeak.sourceforge.net/ eSpeak] seems to be able to handle several popular languages and has an IPA converter.
143138
diff view generated by jsdifflib

Version at: 29/03/2013, 18:01

GSoC ideas for student projects
===============================

This page lists example ideas for students who would like to take part in Google Summer of Code and be mentored by Tatoeba. To quote [GSoC FAQ](http://www.google-melange.com/gsoc/document/show/gsoc_program/google/gsoc2013/help_page#3._What_is_an_Ideas_list):

<blockquote>
An Ideas list should be a list of suggested student projects. This list is meant to introduce contributors to your project's needs and to provide inspiration to would-be student applicants. It is useful to classify each idea as specifically as possible, e.g. "must know Python" or "easier project; good for a student with more limited experience with C++." If your organization plans to provide a proposal template for the students, it would be good to include it on your Ideas list.

Keep in mind that your ideas list should be a starting point for student proposals; we've heard from past mentoring organization participants that some of their best student projects are those that greatly expanded on a proposed idea or were blue-sky proposals not mentioned on the ideas list at all. A link to a bug tracker for your open source organization is NOT an ideas list.

You can check out the <a href="http://community.kde.org/GSoC/2011/Ideas">Ideas list for KDE</a> for Google Summer of Code in 2011 to get an idea of what we’re looking for in an ideas list. 
</blockquote>

If you're a student, you're invited to discuss any of these ideas, as well as propose your own. To contact us, use one of these:

* [Tatoeba Wall page](http://tatoeba.org/wall/index)
* Email/Google groups: [Tatoeba GSoC mailing list](https://groups.google.com/forum/?fromgroups=#!forum/tatoeba-gsoc)
* IRC: [Tatoeba on #Freenode](irc://irc.freenode.net/tatoeba), [Webchat](http://webchat.freenode.net?channels=tatoeba)
* XMPP: [Tatoeba conference room on chat.jabberfr.org](xmpp:tatoeba@chat.jabberfr.org?join)


Current site
------------

Extending current PHP site: programming in PHP, shell tools for maintenance (e.g.: better export scripts?), JavaScript?

### Better export scripts

Currently CSV dumps are done weekly. They require the database to be switched into a read-only mode, take 5~10 minutes and do not contain some important information, like tag creator, comments etc. CSV dumps are important for people who cooperate with Tatoeba by creating additional tools, so their quality is vital for a healthy collaboration.

**Deliverables**: An database export mechanism that:
* Dumps all interesting information (everything that's currently in the data dumps plus modification history, sentence comments, the wall etc.)
* Can create an incremental dump (faster dumps will allow making them more often)
* Provides an interface for collaborators to get notifications about new dumps and allows automatic access.
* (Advanced) Provides a stream of updates in form of web sockets or a similar mechanism.

**Prerequisite knowledge**: a scripting language (Python preferred), PHP, MySQL.

### API

Tatoeba database is used either through the main website interface or through data dumps. Having an API (like, something than can be called through AJAX calls) would allow providing real-time access for external applications.

**Deliverables**: A web application that provides a set of API calls for data stored in current database. API should cover all data available through the current web interface, including sentence comments, wall comments, recently-added sentences and top recent contributors.

**Prerequisite knowledge**: a web application language (Python or PHP preferred), MySQL.

### Improvements in user interface for end users

Tatoeba now handles several kinds of queries, but more is desired. Especially the translation interface needs improvements. Examples of desired types of queries:

* Get all sentences in a given language by a given username not yet translated into a given language.
** For example: Show me all English sentences by CK not yet translated into Japanese.

* Same as above, but limited to sentences with audio.
** For example: Show me all English sentences by CK with audio not yet translated into Japanese.

* Get all sentences by native speakers of a given language not yet translated into my own native language.
** For example: Show me all English sentences by native speakers not yet translated into Japanese.

* Get all sentences in a given language with a certain tag not yet translated into a given language.
** For example: Show me all English sentences with the tag “restaurant.”

* Same as above, but limited to sentences by native speakers not yet translated into a given language.
** For example: Show me all English sentences by native speakers with the tag "weather" not yet translated into Japanese.

* Get all sentence in a given language under a certain length not yet translated into a given language.
** For example: Show me all Japanese sentences less than 50 characters that aren't yet translated into English.
*** Same as above, but limited to native speaker sentences.
*** Same as above, but limited to sentences by a given username.

* Get all sentences by native speakers of a given language that match a given search keyword that aren't yet translated into a given language.
** For example: Show all English sentences with the word "mountain" that aren't yet translated into Japanese.
*** Same as above, but limited to native speaker sentences.
*** Same as above, but limited to sentences by a given username.

**Deliverables:** Implementation of some (all?) of the above. Project might include additional queries. It would be highly desired to provide a generic way of adding new types of queries.

**Prerequisite knowledge**: PHP, CakePHP.

New site & CppCMS
-----------------

Helping Sysko with tatowiki, tatodb. Extending [http://cppcms.com/wikipp/en/page/main CppCMS]. As the new site is still mostly in plans, there are no specific project ideas for the moment. Please ask on the IRC channel for more information. Note that many projects in this category will have an experimental nature, and their scope highly depends on your skills.

Standalone user tools
---------------------

Work on [http://a4esl.com/temporary/tatoeba/shtooka/ shtooka recorder] (or swac-record), [https://github.com/qdii/tatoeba_parser tatoparser], [https://github.com/sadhen/katoeba katoeba] and similar tools. Create new tools for advanced contributors and common users, like apps for smartphones.

### Android/iPhone application

iPhone users are about 12%, and Android users about 7% of the site visitors. It might immensely help them if they could use a dedicated application

**Deliverables**: A smartphone application for easy access to Tatoeba. Example features:
* Querying the online Tatoeba site
* Adding sentences
* Translating
* Performing typical corpus maintenance tasks
* Wall and sentence comments
* Recording voice
* Offline database access

Note: It is not expected to implement all of these features during a single GSoC event. Depending on your skills you might prepare a proposal for a basic set of features (if you don't have much experience in mobile development yet) or a more complex or targeted application (if you do have experience and want to prepare something more feature-complete).

**Prerequisite knowledge**: Java and Android development or iPhone and iOS developement; using web services.

### Streamlined linking of multiple sentences

Where multiple sentences in a source language have the same translation in the target language, make it easy to link those source sentences to the same target translation. Collecting the sentences that are likely to have the same translation could be as simple as presenting sentences in order of creation, since variants of a sentence that vary only in, e.g., the number of the pronoun (where the singular and plural forms of the second person map to the same word in English) are likely to be entered consecutively.

Skills: JavaScript, possibly Java, possibly SQL

### Help bots

Just like [https://en.wikipedia.org/wiki/Wikipedia:Bots bots in wikipedia], have bots to help doing maintenance and repetitive tasks such as fixing common mistakes, wrong flag etc. Like on wikipedia, users that are actually bots should be identified somehow on the website side. Ideally, create a library to interact with the Tatoeba website, that could be used as a base to create bots.

External web applications
-------------------------

[http://a4esl.com/temporary/tatoeba/ CK's Temporary Tatoeba site] and similar pages.

### SRS deck generator

Spaced Repetition Systems such as Anki or Mnemosyne are a popular tool for learning languages. However, preparing a good SRS deck is a time consuming task. Therefore an automated way to generate a deck from a list of sentences (e.g. sentences on a Tatoeba list, sentences tagged by some specific tag etc.) would help language learners.

**Deliverables**: an application (preferably a web-based one) that would use Tatoeba database (for example in form of a weekly CSV data dump) to create SRS decks for major flash card applications. Example features:
* Generate a simple deck from a Tatoeba list, tag, search query.
* Generate an N+1-style deck based on user's list of known words and Tatoeba database. (User gives a list of N words that he already knows. System chooses a new sentence where exactly one word is unknown, and the rest belong to the already known set. Therefore, N+1).
* Generated decks have proper internal structure (e.g. for Anki decks: proper field scheme is used to store knowledge, so that editing is easy).

**Prerequisite knowledge**: any web stack, however Django or CppCMS are prefered; Python or C++; basic knowledge about how SRS works.

### Browsable graph of sentences links

Given a sentence, display as a [https://en.wikipedia.org/wiki/Graph_%28data_structure%29 graph] [http://blog.tatoeba.org/2010/02/how-to-be-good-contributor-in-tatoeba.html#rule2 like this] the linked sentences up to a given depth. The main purpose of such a graph is to show users how tatoeba is structured at a glance. Because the current interface doesn’t provide such a view whereas it’s important that the users understand the actual structure of Tatoeba. This idea could be freely extended to a complete interface allowing linking and unlinking with a click, filter by language, edit sentences, or whatever you can think of.

Other ideas
-----------

### Show pronunciation in IPA for sentences

IPA stands for “International Phonetic Alphabet” and is used to describe pronunciation of human languages in an unambiguous way. As such, it helps learning languages whose pronunciation rules are complex (e.g. English). Tatoeba could display IPA pronunciation for each sentence, basically the same way it currently displays pronunciation for Japanese using kana. One possible way of performing the task is to use an external library or application to prepare IPA annotations. For example, [http://espeak.sourceforge.net/ eSpeak] seems to be able to handle several popular languages and has an IPA converter.

version at: 29/03/2013, 18:03

GSoC ideas for student projects
===============================

This page lists example ideas for students who would like to take part in Google Summer of Code and be mentored by Tatoeba. To quote [GSoC FAQ](http://www.google-melange.com/gsoc/document/show/gsoc_program/google/gsoc2013/help_page#3._What_is_an_Ideas_list):

<blockquote>
An Ideas list should be a list of suggested student projects. This list is meant to introduce contributors to your project's needs and to provide inspiration to would-be student applicants. It is useful to classify each idea as specifically as possible, e.g. "must know Python" or "easier project; good for a student with more limited experience with C++." If your organization plans to provide a proposal template for the students, it would be good to include it on your Ideas list.

Keep in mind that your ideas list should be a starting point for student proposals; we've heard from past mentoring organization participants that some of their best student projects are those that greatly expanded on a proposed idea or were blue-sky proposals not mentioned on the ideas list at all. A link to a bug tracker for your open source organization is NOT an ideas list.

You can check out the <a href="http://community.kde.org/GSoC/2011/Ideas">Ideas list for KDE</a> for Google Summer of Code in 2011 to get an idea of what we’re looking for in an ideas list. 
</blockquote>

If you're a student, you're invited to discuss any of these ideas, as well as propose your own. To contact us, use one of these:

* [Tatoeba Wall page](http://tatoeba.org/wall/index)
* Email/Google groups: [Tatoeba GSoC mailing list](https://groups.google.com/forum/?fromgroups=#!forum/tatoeba-gsoc)
* IRC: [Tatoeba on #Freenode](irc://irc.freenode.net/tatoeba), [Webchat](http://webchat.freenode.net?channels=tatoeba)
* XMPP: [Tatoeba conference room on chat.jabberfr.org](xmpp:tatoeba@chat.jabberfr.org?join)


Current site
------------

Extending current PHP site: programming in PHP, shell tools for maintenance (e.g.: better export scripts?), JavaScript?

### Better export scripts

Currently CSV dumps are done weekly. They require the database to be switched into a read-only mode, take 5~10 minutes and do not contain some important information, like tag creator, comments etc. CSV dumps are important for people who cooperate with Tatoeba by creating additional tools, so their quality is vital for a healthy collaboration.

**Deliverables**: An database export mechanism that:

  * Dumps all interesting information (everything that's currently in the data dumps plus modification history, sentence comments, the wall etc.)
  * Can create an incremental dump (faster dumps will allow making them more often)
  * Provides an interface for collaborators to get notifications about new dumps and allows automatic access.
  * (Advanced) Provides a stream of updates in form of web sockets or a similar mechanism.

**Prerequisite knowledge**: a scripting language (Python preferred), PHP, MySQL.

### API

Tatoeba database is used either through the main website interface or through data dumps. Having an API (like, something than can be called through AJAX calls) would allow providing real-time access for external applications.

**Deliverables**: A web application that provides a set of API calls for data stored in current database. API should cover all data available through the current web interface, including sentence comments, wall comments, recently-added sentences and top recent contributors.

**Prerequisite knowledge**: a web application language (Python or PHP preferred), MySQL.

### Improvements in user interface for end users

Tatoeba now handles several kinds of queries, but more is desired. Especially the translation interface needs improvements. Examples of desired types of queries:

* Get all sentences in a given language by a given username not yet translated into a given language.
 * For example: Show me all English sentences by CK not yet translated into Japanese.
* Same as above, but limited to sentences with audio.
 * For example: Show me all English sentences by CK with audio not yet translated into Japanese.
* Get all sentences by native speakers of a given language not yet translated into my own native language.
 * For example: Show me all English sentences by native speakers not yet translated into Japanese.
* Get all sentences in a given language with a certain tag not yet translated into a given language.
 * For example: Show me all English sentences with the tag “restaurant.”
* Same as above, but limited to sentences by native speakers not yet translated into a given language.
 * For example: Show me all English sentences by native speakers with the tag "weather" not yet translated into Japanese.
* Get all sentence in a given language under a certain length not yet translated into a given language.
 * For example: Show me all Japanese sentences less than 50 characters that aren't yet translated into English.
* Same as above, but limited to native speaker sentences.
* Same as above, but limited to sentences by a given username.
* Get all sentences by native speakers of a given language that match a given search keyword that aren't yet translated into a given language.
 * For example: Show all English sentences with the word "mountain" that aren't yet translated into Japanese.
* Same as above, but limited to native speaker sentences.
* Same as above, but limited to sentences by a given username.

**Deliverables:** Implementation of some (all?) of the above. Project might include additional queries. It would be highly desired to provide a generic way of adding new types of queries.

**Prerequisite knowledge**: PHP, CakePHP.

New site & CppCMS
-----------------

Helping Sysko with tatowiki, tatodb. Extending [http://cppcms.com/wikipp/en/page/main CppCMS]. As the new site is still mostly in plans, there are no specific project ideas for the moment. Please ask on the IRC channel for more information. Note that many projects in this category will have an experimental nature, and their scope highly depends on your skills.

Standalone user tools
---------------------

Work on [http://a4esl.com/temporary/tatoeba/shtooka/ shtooka recorder] (or swac-record), [https://github.com/qdii/tatoeba_parser tatoparser], [https://github.com/sadhen/katoeba katoeba] and similar tools. Create new tools for advanced contributors and common users, like apps for smartphones.

### Android/iPhone application

iPhone users are about 12%, and Android users about 7% of the site visitors. It might immensely help them if they could use a dedicated application

**Deliverables**: A smartphone application for easy access to Tatoeba. Example features:
* Querying the online Tatoeba site
* Adding sentences
* Translating
* Performing typical corpus maintenance tasks
* Wall and sentence comments
* Recording voice
* Offline database access

Note: It is not expected to implement all of these features during a single GSoC event. Depending on your skills you might prepare a proposal for a basic set of features (if you don't have much experience in mobile development yet) or a more complex or targeted application (if you do have experience and want to prepare something more feature-complete).

**Prerequisite knowledge**: Java and Android development or iPhone and iOS developement; using web services.

### Streamlined linking of multiple sentences

Where multiple sentences in a source language have the same translation in the target language, make it easy to link those source sentences to the same target translation. Collecting the sentences that are likely to have the same translation could be as simple as presenting sentences in order of creation, since variants of a sentence that vary only in, e.g., the number of the pronoun (where the singular and plural forms of the second person map to the same word in English) are likely to be entered consecutively.

Skills: JavaScript, possibly Java, possibly SQL

### Help bots

Just like [https://en.wikipedia.org/wiki/Wikipedia:Bots bots in wikipedia], have bots to help doing maintenance and repetitive tasks such as fixing common mistakes, wrong flag etc. Like on wikipedia, users that are actually bots should be identified somehow on the website side. Ideally, create a library to interact with the Tatoeba website, that could be used as a base to create bots.

External web applications
-------------------------

[http://a4esl.com/temporary/tatoeba/ CK's Temporary Tatoeba site] and similar pages.

### SRS deck generator

Spaced Repetition Systems such as Anki or Mnemosyne are a popular tool for learning languages. However, preparing a good SRS deck is a time consuming task. Therefore an automated way to generate a deck from a list of sentences (e.g. sentences on a Tatoeba list, sentences tagged by some specific tag etc.) would help language learners.

**Deliverables**: an application (preferably a web-based one) that would use Tatoeba database (for example in form of a weekly CSV data dump) to create SRS decks for major flash card applications. Example features:
* Generate a simple deck from a Tatoeba list, tag, search query.
* Generate an N+1-style deck based on user's list of known words and Tatoeba database. (User gives a list of N words that he already knows. System chooses a new sentence where exactly one word is unknown, and the rest belong to the already known set. Therefore, N+1).
* Generated decks have proper internal structure (e.g. for Anki decks: proper field scheme is used to store knowledge, so that editing is easy).

**Prerequisite knowledge**: any web stack, however Django or CppCMS are prefered; Python or C++; basic knowledge about how SRS works.

### Browsable graph of sentences links

Given a sentence, display as a [https://en.wikipedia.org/wiki/Graph_%28data_structure%29 graph] [http://blog.tatoeba.org/2010/02/how-to-be-good-contributor-in-tatoeba.html#rule2 like this] the linked sentences up to a given depth. The main purpose of such a graph is to show users how tatoeba is structured at a glance. Because the current interface doesn’t provide such a view whereas it’s important that the users understand the actual structure of Tatoeba. This idea could be freely extended to a complete interface allowing linking and unlinking with a click, filter by language, edit sentences, or whatever you can think of.

Other ideas
-----------

### Show pronunciation in IPA for sentences

IPA stands for “International Phonetic Alphabet” and is used to describe pronunciation of human languages in an unambiguous way. As such, it helps learning languages whose pronunciation rules are complex (e.g. English). Tatoeba could display IPA pronunciation for each sentence, basically the same way it currently displays pronunciation for Japanese using kana. One possible way of performing the task is to use an external library or application to prepare IPA annotations. For example, [http://espeak.sourceforge.net/ eSpeak] seems to be able to handle several popular languages and has an IPA converter.

Note

The lines in green are the lines that have been added in the new version. The lines in red are those that have been removed.