menu
Tatoeba
language
Zaregistrovat se Přihlásit se
language Čeština
menu
Tatoeba

chevron_right Zaregistrovat se

chevron_right Přihlásit se

Prohlížet věty

chevron_right Náhodná věta

chevron_right Podle jazyka

chevron_right Podle seznamů

chevron_right Podle štítků

chevron_right Podle nahrávek

Komunita

chevron_right Zeď

chevron_right Seznam všech členů

chevron_right Jazyky členů

chevron_right Rodilí mluvčí

search
clear
swap_horiz
search

Zeď (7 148 témat)

Tipy

Před položením dotazu se podívejte na často kladené otázky – FAQ.

We aim to maintain a healthy atmosphere for civilized discussions. Please read our rules against bad behavior.

Poslední zprávy feedback

gillux

Před 10 hodinami

feedback

sharptoothed

Před 1 dnem

subdirectory_arrow_right

frpzzd

Před 11 dny

subdirectory_arrow_right

EugeneGS

Před 11 dny

subdirectory_arrow_right

frpzzd

Před 11 dny

subdirectory_arrow_right

EugeneGS

Před 12 dny

subdirectory_arrow_right

frpzzd

Před 12 dny

subdirectory_arrow_right

gillux

Před 12 dny

feedback

frpzzd

Před 14 dny

feedback

sharptoothed

Před 15 dny

gillux gillux Před 10 hodinami 1. září 2025 11:40:52 UTC flag Report link Trvalý odkaz (permalink)

Hello, Tatoeba was updated today. What’s new?

- Some listings have been limited to display the last 1000 sentences: the list of sentences having audio, the list of sentences in user-created lists, and the list of sentences having a specific tag. Background on this new limitation: https://github.com/Tatoeba/tatoeba2/pull/3199

- It is now possible to use @ immediately followed by a username to notify a member in Wall posts. It was already possible to do so in sentence comments, but not in Wall posts. Now you can do it in both.

- The API served at https://api.tatoeba.org was improved. While it is still a work in progress, it is now close to become stable. Technical details: https://github.com/Tatoeba/tatoeba2/pull/3201

Interface improvements:

- Error pages (such as 404 error) can now be localized, thanks to the contribution of SrulyP: https://github.com/Tatoeba/tatoeba2/pull/3198 The error pages can be localized just like any other part of the website, for how to contribute, please look at https://en.wiki.tatoeba.org/art...ce-translation

- For sentences in Chinese, the converted simplified/traditional script is now displayed correctly. Details: https://github.com/Tatoeba/tatoeba2/issues/3188

- 52 language icons should look nicer. They have been vectorized, which means they won’t look pixelated no matter how much you zoom in. A total of 153 out of 429 language icons (35%) are now vectorized. Today, it is my honor to publish the vectorized brazilian/portuguese flag of our deeply regretted fellow member Ricardo.

sharptoothed sharptoothed Před 1 dnem 31. srpna 2025 14:55:48 UTC flag Report link Trvalý odkaz (permalink)

✹✹ Stats & Graphs ✹✹

Tatoeba Stats, Graphs & Charts have been updated:
https://tatoeba.j-langtools.com/allstats/

Před 9 dny, upraveno Před 9 dny 23. srpna 2025 17:56:16 UTC, upraveno 23. srpna 2025 17:56:42 UTC link Trvalý odkaz (permalink)
warning

Obsah této zprávy je v rozporu s našimi pravidly a je proto skryt. Zpráva se zobrazuje pouze svému administrátorům a svému autorovi.

Před 10 dny 22. srpna 2025 6:25:19 UTC link Trvalý odkaz (permalink)
warning

Obsah této zprávy je v rozporu s našimi pravidly a je proto skryt. Zpráva se zobrazuje pouze svému administrátorům a svému autorovi.

frpzzd frpzzd Před 14 dny, upraveno Před 13 dny 18. srpna 2025 19:22:04 UTC, upraveno 18. srpna 2025 23:05:19 UTC flag Report link Trvalý odkaz (permalink)

Hey all! Wanted to share that recently I wrote some scripts that help find sentences to translate on based on lists of vocab. Taking as input the Tatoeba corpus and a tiered list of vocab (e.g. lists of words ranked by the chapters in which they appear in a textbook) as well as some limited grammar concepts (cases, parts of speech, verb forms, etc), it generates tiered lists of sentences such that the sentences at level N only use the vocab/grammar at level N or lower.

I've been working through a Russian textbook and using it to find sentences here that appropriate for attempting to translate into English/Spanish based on the chapter I'm on. My scripts use the spaCy Python library to rank sentences by chapter, and this library is sometimes flawed in terms of lemmatization and grammar annotation, but so far it has been a huge help for me. (Of course, my translation attempts can also be very flawed, as the Russian natives here know... thank you marafon, Ooneykcall and EugeneGS for your patience! :-) )

As an example, here are some sentences (as of the current data dumps) at chapter 10 level based on my book:

1006495 Да, у меня есть дочь.
1006500 Вы изучаете английский.
10074251 У нас всё свежее.
10101554 Вода слишком холодная.
10110989 Кофе слишком горячий.

And here are some at chapter 20 level:

10031177 Интересно, пойдёт ли снег.
10031179 Интересно, будет ли снег.
10038848 Ничего странного я в этом не вижу.
10043008 Я ушёл домой пешком.
10055872 Он бежал в школу.

Just wanted to share this info here in case any other learners would find this helpful for their own studies. Whether you intend to translate sentences found this way or not, it can be helpful for finding lots of example sentences at your level when working through a textbook. If this sounds useful to you, feel free to reply / send me a message and I'll be happy to try generating ranked translated/untranslated sentence lists for your choice of language too.

{{vm.hiddenReplies[41222] ? 'expand_more' : 'expand_less'}} skrýt odpovědi zobrazit odpovědi
gillux gillux Před 12 dny 20. srpna 2025 11:03:21 UTC flag Report link Trvalý odkaz (permalink)

That’s amazing, Franklin, thank you for telling us. As I understand, you are making a curated list of Tatoeba sentences organized by textbook level. Do you plan to make your list available on Tatoeba or elsewhere?

{{vm.hiddenReplies[41223] ? 'expand_more' : 'expand_less'}} skrýt odpovědi zobrazit odpovědi
frpzzd frpzzd Před 12 dny 20. srpna 2025 13:53:16 UTC flag Report link Trvalý odkaz (permalink)

That is correct!

The sentences are selected programmatically, and I could make them available as lists on Tatoeba (as I have a list of sentence IDs comprising the lists), but I'm not aware of a feature on the site allowing users to form lists other than by manually clicking to add each sentence. Right now, the Russian sentences ranked by my textbook number over 100,000 so of course I cannot add them manually this way. As far as I understand, the Tatoeba API is also read-only for the moment. Is there a way to do form lists by uploading (long) lists of sentence IDs that I'm not aware of?

In any case, I may post some of the lists on Github corresponding to my particular textbook. But I wanted to mention it here in case anyone is similarly working through another textbook for any other language and could also make use of ranked sentences. I am currently only using this for Russian but it would be easy to do for many other languages, provided a vocab list.

{{vm.hiddenReplies[41224] ? 'expand_more' : 'expand_less'}} skrýt odpovědi zobrazit odpovědi
EugeneGS EugeneGS Před 12 dny, upraveno Před 12 dny 20. srpna 2025 17:58:56 UTC, upraveno 20. srpna 2025 21:03:31 UTC flag Report link Trvalý odkaz (permalink)

Hello, Franklin! I'm not sure if there's currently a way to upload lists directly on Tatoeba, but I once made a small program for myself that can automatically add sentences to a list by their IDs. If you'd like, you could share your sentence ID lists somewhere (for example on GitHub), and I could help import them into Tatoeba lists. (By the way, the program is rather slow — in my testing it processes about a thousand sentences per hour, so a large list would take some time.)

{{vm.hiddenReplies[41225] ? 'expand_more' : 'expand_less'}} skrýt odpovědi zobrazit odpovědi
frpzzd frpzzd Před 11 dny 21. srpna 2025 15:17:14 UTC flag Report link Trvalý odkaz (permalink)

Hi Eugene, that would be fantastic! Here's a link to a TSV file in which the first column contains IDs of Tatoeba sentences in Russian, and the second column contains the "rankings", which are numbers 3-29 corresponding to chapters in the book. Ideally each chapter would get its own list.

https://gist.githubusercontent...._sentences.tsv

I haven't even added all of the book's vocab into my input data yet, since that is a slow-going process. For that reason, from chapter 24 onwards, ranking is based purely on grammar (as estimated by spaCy) and not by vocab for now.

{{vm.hiddenReplies[41226] ? 'expand_more' : 'expand_less'}} skrýt odpovědi zobrazit odpovědi
EugeneGS EugeneGS Před 11 dny 21. srpna 2025 18:31:10 UTC flag Report link Trvalý odkaz (permalink)

Okay! I've started it. It will take a few days (around 4–6, maybe a bit more). Here is the link to all the lists:

https://gist.github.com/kilsens...4a27b9658e5e55

I'll update it with new lists as they appear. If you need, I can also rename the lists.

{{vm.hiddenReplies[41227] ? 'expand_more' : 'expand_less'}} skrýt odpovědi zobrazit odpovědi
frpzzd frpzzd Před 11 dny 21. srpna 2025 18:42:18 UTC flag Report link Trvalý odkaz (permalink)

Thank you very much, this is fantastic! This will be a huge help. Previously I was copying over the IDs into the URL, which was a very clunky workflow.

Před 14 dny 18. srpna 2025 5:51:10 UTC link Trvalý odkaz (permalink)
warning

Obsah této zprávy je v rozporu s našimi pravidly a je proto skryt. Zpráva se zobrazuje pouze svému administrátorům a svému autorovi.

Před 15 dny 17. srpna 2025 13:18:20 UTC link Trvalý odkaz (permalink)
warning

Obsah této zprávy je v rozporu s našimi pravidly a je proto skryt. Zpráva se zobrazuje pouze svému administrátorům a svému autorovi.

sharptoothed sharptoothed Před 15 dny 17. srpna 2025 10:03:27 UTC flag Report link Trvalý odkaz (permalink)

✹✹ Stats & Graphs ✹✹

Tatoeba Stats, Graphs & Charts have been updated:
https://tatoeba.j-langtools.com/allstats/

felix63 felix63 Před 17 dny 15. srpna 2025 8:46:45 UTC flag Report link Trvalý odkaz (permalink)

Heureux anniversaire, Lisa ! 🎂

{{vm.hiddenReplies[41215] ? 'expand_more' : 'expand_less'}} skrýt odpovědi zobrazit odpovědi
marafon marafon Před 17 dny 15. srpna 2025 12:50:59 UTC flag Report link Trvalý odkaz (permalink)

Besser spät als nie. Herzlichen Glückwunsch zum Geburtstag, Lisa!

Pfirsichbaeumchen Pfirsichbaeumchen Před 16 dny 16. srpna 2025 17:21:05 UTC flag Report link Trvalý odkaz (permalink)

Vielen Dank! 😊

Auch Dir alles Gute zum Geburtstag, Christian! 🎉🎊🎈🎂

{{vm.hiddenReplies[41217] ? 'expand_more' : 'expand_less'}} skrýt odpovědi zobrazit odpovědi
marafon marafon Před 16 dny 16. srpna 2025 17:39:04 UTC flag Report link Trvalý odkaz (permalink)

Je me joins aux félicitations !

Před 22 dny 10. srpna 2025 20:59:26 UTC link Trvalý odkaz (permalink)
warning

Obsah této zprávy je v rozporu s našimi pravidly a je proto skryt. Zpráva se zobrazuje pouze svému administrátorům a svému autorovi.

{{vm.hiddenReplies[41209] ? 'expand_more' : 'expand_less'}} skrýt odpovědi zobrazit odpovědi
AmarMecheri AmarMecheri Před 18 dny 14. srpna 2025 16:18:17 UTC flag Report link Trvalý odkaz (permalink)

I don't understand why my message violates the Tatoeba.org charter. Please explain.
Thanks anyway for agreeing to distribute it to the interested party and the administrators.

Je ne comprends pas pourquoi mon message enfreindrait la charte de Tatoeba.org. Il serait bon de nous expliquer.
Merci quand même d'avoir accepté de le distribuer à l'intéressë et aux administrateurs.

{{vm.hiddenReplies[41212] ? 'expand_more' : 'expand_less'}} skrýt odpovědi zobrazit odpovědi
Shishir Shishir Před 18 dny 14. srpna 2025 19:02:59 UTC flag Report link Trvalý odkaz (permalink)

Hi Amar, I think you made a mistake, your message was not hidden, it's right under this one. The hidden message you replied to was actually a Vietnamese advertisement.

{{vm.hiddenReplies[41213] ? 'expand_more' : 'expand_less'}} skrýt odpovědi zobrazit odpovědi
AmarMecheri AmarMecheri Před 18 dny 14. srpna 2025 19:59:27 UTC flag Report link Trvalý odkaz (permalink)

@Shishir
I thank you so much for your useful explanatiion.