Version at: 28/10/2018, 01:57 vs. version at: 28/10/2018, 07:16
11Go back to <a href="http://tatoeba.org/">tatoeba.org</a>.
22
33# FAQ
44
55## What should I do if I have trouble logging in?
66
77Try clicking the "Remember Me" checkbox before you type in your username and password. If you still have problems logging in when you do that, try clearing your cache and cookies. Here are some guides:
88
99* [Google Chrome](https://support.google.com/chrome/answer/95582)
1010* [Mozilla Firefox](https://support.mozilla.org/en-US/kb/how-clear-firefox-cache)
1111* [Safari](http://support.apple.com/kb/ph11920)
1212
1313If you still have problems, send an email to Team Tatoeba (team@tatoeba.org) telling us your browser and other details that might be important.
1414
1515
1616## Why are some translations in grey?
1717
1818Grey translations are indirect translations. In other words, they are translations of the translations, and not translations of the main sentence (the main sentence is the sentence in big letters).
1919
2020We display them because they can be useful, but you should be careful. Their meaning may differ a little from the main sentence.
2121
2222
2323## Why do I not see all the translations I expect to see?
2424
2525If you have listed a series of language codes in your settings, Tatoeba will only display translations in the languages you indicated. Leave the field empty to display translations in all languages.
2626
2727
2828## Why are some sentences in red?
2929
3030Red sentences are not approved. They raise copyright issues or are otherwise problematic.
3131
3232You should not translate them.
3333
3434
3535## A sentence is not marked with the right language. How do I fix it?
3636
3737Click on the language icon to the right of the sentence and select the correct language from the list.
3838
3939
4040## How can I add tags to a sentence?
4141
4242To add tags, you must be an advanced contributor.
4343
4444=> [See article: advanced-contributors](http://en.wiki.tatoeba.org/articles/show/advanced-contributors)
4545
4646
4747## How can I link or unlink sentences?
4848
4949To link or unlink sentences, you must be an advanced contributor.
5050
5151=> [See article: advanced-contributors](http://en.wiki.tatoeba.org/articles/show/advanced-contributors)
5252
5353
5454## How can I become an advanced contributor?
5555
5656=> [See article: advanced-contributors](http://en.wiki.tatoeba.org/articles/show/advanced-contributors)
5757
5858
5959## How can I help translate the website?
6060
6161=> [See article: interface-translation](http://en.wiki.tatoeba.org/articles/show/interface-translation)
6262
6363
6464## How can I request a new language?
6565
6666=> [See article: new-language-request](http://en.wiki.tatoeba.org/articles/show/new-language-request)
6767
6868
6969## How do I contribute audio to Tatoeba?
7070
7171=> [See article: contribute-audio](http://en.wiki.tatoeba.org/articles/show/contribute-audio)
7272
7373
7474## When contributing in Chinese, should I use simplified or traditional characters?
7575
7676You can use whichever you like. We have a tool that will automatically convert simplified into traditional, and traditional into simplified.
7777
7878When browsing sentences, if you set the Chinese sentence as the main sentence, you will see an additional icon at the top of the sentence.
7979
8080* ![traditional](http://tatoeba.org/img/traditional_chinese.png) traditional
8181* ![simplified](http://tatoeba.org/img/simplified_chinese.png) simplified
8282
8383Below each Chinese sentence, you will also see the transcription in pinyin, and below the pinyin, the conversion into simplified or traditional.
8484
8585You can browse the Chinese sentences to see what they look like.
8686
8787
8888## How do I delete my account?
8989
9090=> [See article: delete-account](http://en.wiki.tatoeba.org/articles/show/delete-account)
9191
9292
9393## Does Tatoeba provide an API?
9494
9595No, it does not (yet).
9696
9797
9898## I would like to use Tatoeba's data for my project, how do I give proper attribution?
9999
100100**For the textual data**
101101
102102Basically you just need to write somewhere that some/all of your sentences are from Tatoeba, with a link to [https://tatoeba.org](https://tatoeba.org), and mention that Tatoeba's data is released under CC-BY 2.0.
103103
104104Here's an example of good attribution:
105105[https://www.clozemaster.com/about#where-are-the-sentences-from](https://www.clozemaster.com/about#where-are-the-sentences-from)
106106
107107**For the audio data**
108108
109109Our audio corpus has a wider range of licenses and isn't just restricted to CC-BY. You should therefore be more careful about which audio you are using, especially if your project/app is commercial.
110110
111111You can check the license of each audio recording from the file we release under "Sentences with audio" on our [Downloads](https://tatoeba.org/eng/downloads) page.
112112
113113We recommend that you mention the username of each member whose audio you are reusing, as well license they chose.
114114
115115Here's an example of attribution:
116116
117117 All the audio comes from Tatoeba (https://tatoeba.org), more specifically from the following members of Tatoeba:
118118 - userA (license: CC-BY-SA)
119119 - userB (license: CC-BY-NC)
120120 - userC (license: CC-BY)
121121
122122## Where can I download Tatoeba's audio data?
123123
124124Currently the only way you can download audio is by fetching each audio file one by one. We don't have one big ZIP file that contains all our audio.
125125
126We only have one ZIP file for [English](https://downloads.tatoeba.org/audio/tatoeba_audio_eng.zip) which was generated back in November 2017, upon request from the Common Voice project who wanted to mention our data on their [Datasets](https://voice.mozilla.org/en/data) page.
126We only have one ZIP file for English [tatoeba_audio_eng.zip](https://downloads.tatoeba.org/audio/tatoeba_audio_eng.zip) 3.8 GB which was generated back in November 2017, upon request from the Common Voice project who wanted to mention our data on their [Datasets](https://voice.mozilla.org/en/data) page.
127127
128128If you'd like something more up-to-date or in other languages, you would have to do some scripting, using the files on our [Downloads](https://tatoeba.org/eng/downloads) page, more specifically under the sections:
129129
130130- "Sentences with audio": to have the ID's of all the sentences that have audio
131131- "Sentences": to know what is the language of each sentence
132132
133133Once you have the language and the ID, the URL to download the audio file is:
134134`https://audio.tatoeba.org/sentences/{lang}/{id}.mp3`
135135
136136For instance:
137137[https://audio.tatoeba.org/sentences/eng/7347611.mp3](https://audio.tatoeba.org/sentences/eng/7347611.mp3)
138138
139139Note: if you are going to use this data in one of your projects/apps, please be mindful about the license!
diff view generated by jsdifflib

Version at: 28/10/2018, 01:57

Go back to <a href="http://tatoeba.org/">tatoeba.org</a>.

# FAQ

## What should I do if I have trouble logging in?

Try clicking the "Remember Me" checkbox before you type in your username and password. If you still have problems logging in when you do that, try clearing your cache and cookies. Here are some guides:

* [Google Chrome](https://support.google.com/chrome/answer/95582)
* [Mozilla Firefox](https://support.mozilla.org/en-US/kb/how-clear-firefox-cache)
* [Safari](http://support.apple.com/kb/ph11920)

If you still have problems, send an email to Team Tatoeba (team@tatoeba.org) telling us your browser and other details that might be important.


## Why are some translations in grey?

Grey translations are indirect translations. In other words, they are translations of the translations, and not translations of the main sentence (the main sentence is the sentence in big letters).

We display them because they can be useful, but you should be careful. Their meaning may differ a little from the main sentence.


## Why do I not see all the translations I expect to see?

If you have listed a series of language codes in your settings, Tatoeba will only display translations in the languages you indicated. Leave the field empty to display translations in all languages.


## Why are some sentences in red?

Red sentences are not approved. They raise copyright issues or are otherwise problematic.

You should not translate them.


## A sentence is not marked with the right language. How do I fix it?

Click on the language icon to the right of the sentence and select the correct language from the list.


## How can I add tags to a sentence?

To add tags, you must be an advanced contributor.

=>  [See article: advanced-contributors](http://en.wiki.tatoeba.org/articles/show/advanced-contributors)


## How can I link or unlink sentences?

To link or unlink sentences, you must be an advanced contributor.

=>  [See article: advanced-contributors](http://en.wiki.tatoeba.org/articles/show/advanced-contributors)


## How can I become an advanced contributor?

=> [See article: advanced-contributors](http://en.wiki.tatoeba.org/articles/show/advanced-contributors)


## How can I help translate the website?

=> [See article: interface-translation](http://en.wiki.tatoeba.org/articles/show/interface-translation)


## How can I request a new language?

=> [See article: new-language-request](http://en.wiki.tatoeba.org/articles/show/new-language-request)


## How do I contribute audio to Tatoeba?

=> [See article: contribute-audio](http://en.wiki.tatoeba.org/articles/show/contribute-audio)


## When contributing in Chinese, should I use simplified or traditional characters?

You can use whichever you like. We have a tool that will automatically convert simplified into traditional, and traditional into simplified.

When browsing sentences, if you set the Chinese sentence as the main sentence, you will see an additional icon at the top of the sentence.

* ![traditional](http://tatoeba.org/img/traditional_chinese.png) traditional
* ![simplified](http://tatoeba.org/img/simplified_chinese.png) simplified

Below each Chinese sentence, you will also see the transcription in pinyin, and below the pinyin, the conversion into simplified or traditional.

You can browse the Chinese sentences to see what they look like.


## How do I delete my account?

=> [See article: delete-account](http://en.wiki.tatoeba.org/articles/show/delete-account)


## Does Tatoeba provide an API?

No, it does not (yet).


## I would like to use Tatoeba's data for my project, how do I give proper attribution?

**For the textual data**

Basically you just need to write somewhere that some/all of your sentences are from Tatoeba, with a link to [https://tatoeba.org](https://tatoeba.org), and mention that Tatoeba's data is released under CC-BY 2.0.

Here's an example of good attribution:
[https://www.clozemaster.com/about#where-are-the-sentences-from](https://www.clozemaster.com/about#where-are-the-sentences-from)

**For the audio data**

Our audio corpus has a wider range of licenses and isn't just restricted to CC-BY. You should therefore be more careful about which audio you are using, especially if your project/app is commercial.

You can check the license of each audio recording from the file we release under "Sentences with audio" on our [Downloads](https://tatoeba.org/eng/downloads) page.

We recommend that you mention the username of each member whose audio you are reusing, as well license they chose.

Here's an example of attribution:

    All the audio comes from Tatoeba (https://tatoeba.org), more specifically from the following members of Tatoeba:
      - userA (license: CC-BY-SA)
      - userB (license: CC-BY-NC)
      - userC (license: CC-BY)

## Where can I download Tatoeba's audio data?

Currently the only way you can download audio is by fetching each audio file one by one. We don't have one big ZIP file that contains all our audio.

We only have one ZIP file for [English](https://downloads.tatoeba.org/audio/tatoeba_audio_eng.zip) which was generated back in November 2017, upon request from the Common Voice project who wanted to mention our data on their [Datasets](https://voice.mozilla.org/en/data) page.

If you'd like something more up-to-date or in other languages, you would have to do some scripting, using the files on our [Downloads](https://tatoeba.org/eng/downloads) page, more specifically under the sections:

- "Sentences with audio": to have the ID's of all the sentences that have audio
- "Sentences": to know what is the language of each sentence

Once you have the language and the ID, the URL to download the audio file is:
`https://audio.tatoeba.org/sentences/{lang}/{id}.mp3`

For instance:
[https://audio.tatoeba.org/sentences/eng/7347611.mp3](https://audio.tatoeba.org/sentences/eng/7347611.mp3)

Note: if you are going to use this data in one of your projects/apps, please be mindful about the license!

version at: 28/10/2018, 07:16

Go back to <a href="http://tatoeba.org/">tatoeba.org</a>.

# FAQ

## What should I do if I have trouble logging in?

Try clicking the "Remember Me" checkbox before you type in your username and password. If you still have problems logging in when you do that, try clearing your cache and cookies. Here are some guides:

* [Google Chrome](https://support.google.com/chrome/answer/95582)
* [Mozilla Firefox](https://support.mozilla.org/en-US/kb/how-clear-firefox-cache)
* [Safari](http://support.apple.com/kb/ph11920)

If you still have problems, send an email to Team Tatoeba (team@tatoeba.org) telling us your browser and other details that might be important.


## Why are some translations in grey?

Grey translations are indirect translations. In other words, they are translations of the translations, and not translations of the main sentence (the main sentence is the sentence in big letters).

We display them because they can be useful, but you should be careful. Their meaning may differ a little from the main sentence.


## Why do I not see all the translations I expect to see?

If you have listed a series of language codes in your settings, Tatoeba will only display translations in the languages you indicated. Leave the field empty to display translations in all languages.


## Why are some sentences in red?

Red sentences are not approved. They raise copyright issues or are otherwise problematic.

You should not translate them.


## A sentence is not marked with the right language. How do I fix it?

Click on the language icon to the right of the sentence and select the correct language from the list.


## How can I add tags to a sentence?

To add tags, you must be an advanced contributor.

=>  [See article: advanced-contributors](http://en.wiki.tatoeba.org/articles/show/advanced-contributors)


## How can I link or unlink sentences?

To link or unlink sentences, you must be an advanced contributor.

=>  [See article: advanced-contributors](http://en.wiki.tatoeba.org/articles/show/advanced-contributors)


## How can I become an advanced contributor?

=> [See article: advanced-contributors](http://en.wiki.tatoeba.org/articles/show/advanced-contributors)


## How can I help translate the website?

=> [See article: interface-translation](http://en.wiki.tatoeba.org/articles/show/interface-translation)


## How can I request a new language?

=> [See article: new-language-request](http://en.wiki.tatoeba.org/articles/show/new-language-request)


## How do I contribute audio to Tatoeba?

=> [See article: contribute-audio](http://en.wiki.tatoeba.org/articles/show/contribute-audio)


## When contributing in Chinese, should I use simplified or traditional characters?

You can use whichever you like. We have a tool that will automatically convert simplified into traditional, and traditional into simplified.

When browsing sentences, if you set the Chinese sentence as the main sentence, you will see an additional icon at the top of the sentence.

* ![traditional](http://tatoeba.org/img/traditional_chinese.png) traditional
* ![simplified](http://tatoeba.org/img/simplified_chinese.png) simplified

Below each Chinese sentence, you will also see the transcription in pinyin, and below the pinyin, the conversion into simplified or traditional.

You can browse the Chinese sentences to see what they look like.


## How do I delete my account?

=> [See article: delete-account](http://en.wiki.tatoeba.org/articles/show/delete-account)


## Does Tatoeba provide an API?

No, it does not (yet).


## I would like to use Tatoeba's data for my project, how do I give proper attribution?

**For the textual data**

Basically you just need to write somewhere that some/all of your sentences are from Tatoeba, with a link to [https://tatoeba.org](https://tatoeba.org), and mention that Tatoeba's data is released under CC-BY 2.0.

Here's an example of good attribution:
[https://www.clozemaster.com/about#where-are-the-sentences-from](https://www.clozemaster.com/about#where-are-the-sentences-from)

**For the audio data**

Our audio corpus has a wider range of licenses and isn't just restricted to CC-BY. You should therefore be more careful about which audio you are using, especially if your project/app is commercial.

You can check the license of each audio recording from the file we release under "Sentences with audio" on our [Downloads](https://tatoeba.org/eng/downloads) page.

We recommend that you mention the username of each member whose audio you are reusing, as well license they chose.

Here's an example of attribution:

    All the audio comes from Tatoeba (https://tatoeba.org), more specifically from the following members of Tatoeba:
      - userA (license: CC-BY-SA)
      - userB (license: CC-BY-NC)
      - userC (license: CC-BY)

## Where can I download Tatoeba's audio data?

Currently the only way you can download audio is by fetching each audio file one by one. We don't have one big ZIP file that contains all our audio.

We only have one ZIP file for English [tatoeba_audio_eng.zip](https://downloads.tatoeba.org/audio/tatoeba_audio_eng.zip) 3.8 GB which was generated back in November 2017, upon request from the Common Voice project who wanted to mention our data on their [Datasets](https://voice.mozilla.org/en/data) page.

If you'd like something more up-to-date or in other languages, you would have to do some scripting, using the files on our [Downloads](https://tatoeba.org/eng/downloads) page, more specifically under the sections:

- "Sentences with audio": to have the ID's of all the sentences that have audio
- "Sentences": to know what is the language of each sentence

Once you have the language and the ID, the URL to download the audio file is:
`https://audio.tatoeba.org/sentences/{lang}/{id}.mp3`

For instance:
[https://audio.tatoeba.org/sentences/eng/7347611.mp3](https://audio.tatoeba.org/sentences/eng/7347611.mp3)

Note: if you are going to use this data in one of your projects/apps, please be mindful about the license!

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.