menu
Tatoeba
language
Registreren Anmellen
language Plattdüütsch
menu
Tatoeba

chevron_right Registreren

chevron_right Anmellen

Dörkieken

chevron_right Show random sentence

chevron_right Na Spraak dörkieken

chevron_right Na List dörkieken

chevron_right Dörkieken na Tag

chevron_right Audiodatein dörkieken

Community

chevron_right Pinnwand

chevron_right List of all members

chevron_right Languages of members

chevron_right Native speakers

search
clear
swap_horiz
search

Wall (7,160 threads)

Tipps

Ehrdat du en Fraag stellst, lees man de Faken stellt Fragen (FAQ).

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

Ne’este Narichten subdirectory_arrow_right

brauchinet

18 hours ago

feedback

gillux

1 days ago

subdirectory_arrow_right

TATAR1

3 days ago

feedback

Tartar

3 days ago

subdirectory_arrow_right

TATAR1

3 days ago

subdirectory_arrow_right

Rok

3 days ago

subdirectory_arrow_right

TATAR1

4 days ago

subdirectory_arrow_right

TATAR1

4 days ago

subdirectory_arrow_right

Tatar

4 days ago

subdirectory_arrow_right

Feniks

4 days ago

JimBreen JimBreen 2010 M03 21 2010 M03 21 06:11:23 UTC flag Report link Permalink

Traditional and Simplified Chinese

I saw the comment about converting hanzi on-the-fly. Be very cautious about that, as there are many cases where it simply doesn't work. Proper Traditional<->Simplified conversion needs to work at the lexeme level and in some cases needs some context for disambiguation.

Jack Halpern wrote a very good paper about this about 10 years ago:
http://www.cjk.org/cjk/c2c/c2cbasis.htm

PS: how do I make a comment on another posting?

{{vm.hiddenReplies[377] ? 'expand_more' : 'expand_less'}} hide replies show replies
JimBreen JimBreen 2010 M03 21 2010 M03 21 06:40:28 UTC flag Report link Permalink

OK, I worked out how to do a follow-on. I'd clicked "reply" but it hadn't worked. Now it does.

sysko sysko 2010 M03 21 2010 M03 21 11:10:11 UTC flag Report link Permalink

the traditional to simplified chinese is not made at "character by character" level, but try to decompose the sentence (you can see how the sentence has been segmented by looking to pinyin)
As I've said I'm in conctact with the guy who develop it, so don't hesitate to report any bad segmentations, I will report to him

blay_paul blay_paul 2010 M03 2 2010 M03 2 11:46:10 UTC flag Report link Permalink

WWWJDIC index line.

I suggest adding links from words in the Japanese sentence to WWWJDIC entries using the information in the index line. That would be a useful 'first step' towards adding furigana to the sentence.

The basic set-up is relatively straight forward, but there is one complication - namely 'deliberately non-indexed text'. Punctuation, English words, place names and other proper nouns are not generally included in EDICT and so do not have entries in the Index line. Jim Breen should have a 'no index' field that includes all non-indexed text (although it may not be up to date). In order to parse a sentence properly you need both the index line and the non-indexed text.

Adding furigana to place names etc. should probably be left for later.

{{vm.hiddenReplies[276] ? 'expand_more' : 'expand_less'}} hide replies show replies
JimBreen JimBreen 2010 M03 21 2010 M03 21 06:39:18 UTC flag Report link Permalink

Word-by-word links based on the Japanese index words would be good, and not too hard to implement, I think.

At present I am pulling the sentences and indices into WWWJDIC once a week, and I put them through a utility which matches the text and the index contents, and reports if there is a mismatch (which usually means that someone has changed a sentence.) To get around the problem of "deliberately non-indexed text" I have a file of
words which I ignore if they are not in the index. You can see this list of words at http://www.csse.monash.edu.au/~...amplestopwords (in EUC-JP). Most are names. Some look a bit odd as they are two or more names which had been separated by punctuation (which I ignore.)

blay_paul blay_paul 2010 M03 20 2010 M03 20 19:20:37 UTC flag Report link Permalink

Translation suggestions

There are now 100 translation suggestions waiting to be checked at
https://translations.launchpad..../ja/+translate

I would urge people who understand Japanese to check them and either confirm or correct them.

blay_paul blay_paul 2010 M03 19 2010 M03 19 18:02:52 UTC flag Report link Permalink

Source Code?

In order to better determine possible translations for
https://translations.launchpad..../ja/+translate
it would help if I could view the source code.

Also, some translation items require code reworking as well. e.g. "linked to" should probably be "linked to » %s" (where %s is the sentence number) so that the Japanese could be something like "%s とつながる".

{{vm.hiddenReplies[363] ? 'expand_more' : 'expand_less'}} hide replies show replies
TRANG TRANG 2010 M03 20 2010 M03 20 13:09:59 UTC flag Report link Permalink

Normally the path of the file should be enough of a hint for you to figure out on which page of the website the string can be found.

If the path is something like /views/<something>/file.ctp file, then you would usually (not always) need to go to http://tatoeba.org/<something>/file

If the path is /controllers/<something>_controller.php, then the string is a bit harder to find, but it can be found somewhere in the pages that start with http://tatoeba.org/<something>/

I don't know how comfortable you are looking at source code, but it could be simpler if you just translated what you can first. We have a "test" version of Tatoeba where we test things before we update the "real" version of Tatoeba. As soon as you have your translations done (even partially), we can update the "test" version and you can then browse around in there to check if the translations fit or not. I'll give you the link in a private message.

Other than that, the source code can be found here:
http://subversion.assembla.com/...ba2/trunk/app/
Just note that the strings in Launchpad are not always exactly synchronized with the code source.

{{vm.hiddenReplies[364] ? 'expand_more' : 'expand_less'}} hide replies show replies
blay_paul blay_paul 2010 M03 20 2010 M03 20 14:34:06 UTC flag Report link Permalink

> I don't know how comfortable you are looking at source code

Reasonably. I'm familiar with Visual Basic, Javascript and Visual Basic - PhP is like the bastard offspring of all of those.

Without looking at the code it's very difficult to correctly translate things like

<b>Share</b> your knowledge.

because they are handled as _two strings_ and the order needs to be reversed in Japanese.

<b>知識</b>を共有する

{{vm.hiddenReplies[365] ? 'expand_more' : 'expand_less'}} hide replies show replies
TRANG TRANG 2010 M03 20 2010 M03 20 14:40:22 UTC flag Report link Permalink

Ah yes, forgot to mention, like you noted, there are some strings that we forgot to make more "compliant" for internationalization.

You can send me an email to list those you find. I'll fix it in the code and update the strings in Launchpad.

saeb saeb 2010 M03 18 2010 M03 18 19:21:25 UTC flag Report link Permalink

Question, which places more strain on the server: generating sentences using a keyword query or using the random sentence generator?

{{vm.hiddenReplies[361] ? 'expand_more' : 'expand_less'}} hide replies show replies
sysko sysko 2010 M03 19 2010 M03 19 09:45:52 UTC flag Report link Permalink

random sentences for sure, mysql doesn't like random at all ^^ we're on the way to try to make it faster

jaystarkey jaystarkey 2010 M03 15 2010 M03 15 21:58:23 UTC flag Report link Permalink

Would be really cool if we could add audio someday to the example sentences ;-)

{{vm.hiddenReplies[358] ? 'expand_more' : 'expand_less'}} hide replies show replies
sysko sysko 2010 M03 16 2010 M03 16 11:38:59 UTC flag Report link Permalink

We plan to do so, you will have more details and maybe a proof of concet at the beginning of April :)

{{vm.hiddenReplies[359] ? 'expand_more' : 'expand_less'}} hide replies show replies
Swift Swift 2010 M03 28 2010 M03 28 11:30:09 UTC flag Report link Permalink

Looking forward to that!

Wolf Wolf 2010 M03 15 2010 M03 15 00:25:42 UTC flag Report link Permalink

Did you change something with the database dump? This Saturday's jpn_indices contain invalid utf8 characters and the affected lines seem to be truncated.

The following sentence ids have problems: 83767, 91272, 140460, 146080, 152054, 190707, 195118, 199753, 205628, 211131, 213530, 235850

{{vm.hiddenReplies[356] ? 'expand_more' : 'expand_less'}} hide replies show replies
TRANG TRANG 2010 M03 15 2010 M03 15 18:46:14 UTC flag Report link Permalink

Ah, indeed, indeed. I had changed the 'text' field from varchar to varbinary, but kept the length to 500. That's why those entries were truncated. I've fixed it and did a new export of the jpn_indices.


> This Saturday's jpn_indices [...]

How do you know about that by the way? I don't remember making it official yet, that the download files would be upadted on Saturdays. (or did I? o.o)

saeb saeb 2010 M03 13 2010 M03 13 17:34:18 UTC flag Report link Permalink

1000+ sentences in arabic.

I'd like 2 thank everyone that has ever thanked everyone. On behalf of all of us you've thanked I say thank u for thanking us.

lol dane cook is brilliant :D

{{vm.hiddenReplies[354] ? 'expand_more' : 'expand_less'}} hide replies show replies
MUIRIEL MUIRIEL 2010 M03 14 2010 M03 14 11:51:42 UTC flag Report link Permalink

:D thank you^^.

saeb saeb 2010 M03 13 2010 M03 13 17:30:57 UTC flag Report link Permalink

I believe in ghosts. I believe in aliens. But theres no way u will ever persuade me into believing in alien ghosts. Ridiculous.

I believe in the sentence method. I believe in language websites. But theres no way u will ever persuade me into believing in sentence websites. Ridiculous

yay! first tatoeba joke :P (hmm I wonder if I can consider this a wall abuse..)

{{vm.hiddenReplies[351] ? 'expand_more' : 'expand_less'}} hide replies show replies
saeb saeb 2010 M03 13 2010 M03 13 17:49:21 UTC flag Report link Permalink

TRANG says:

omg you're so funny, stop "abusing" the wall :D

{{vm.hiddenReplies[352] ? 'expand_more' : 'expand_less'}} hide replies show replies
TRANG TRANG 2010 M03 14 2010 M03 14 12:04:42 UTC flag Report link Permalink

I should just mention I never said that :P
But I do think it. Well, especially the "abusing the wall" part, because now I'm working on figuring out how to paginate this wall. Certainly there will be more abuse.

TRANG TRANG 2010 M03 13 2010 M03 13 12:17:34 UTC flag Report link Permalink

Just wanted to let everyone know, Tatoeba has been updated.

http://blog.tatoeba.org/2010/03...13th-2010.html

Enjoy :)