Hacker News new | ask | show | jobs
by bscphil 2146 days ago
I tried to pull up a couple of books on the front page to check out what you had, and

* One of them 404ed: https://www.bilinual.com/download/30117fren-fr-en.pdf

* The other was full of problems: https://www.bilinual.com/download/16210fren-fr-en.pdf

For example, many words don't have translations at all, and those that do are often incorrect. This feels like a very rough machine translation? For example:

> et c'est surtout dans les paroisses riveraines du Saint-Laurent

You translate this

> and Ce east primarily in the · · some saint Laurence

While Google Translate gives

> and it is especially in the parishes bordering the St.Lawrence

If you're using machine translation, why not use a Google API that might give usable results at least? If that's not plausible, maybe you should try to get together a team of volunteers to manually translate these ebooks for language learners?

(I hope these suggestions are helpful, I'm not trying to be dismissive of your project.)

2 comments

Hi, Thanks for checking the website.

1- 404 issue: I implemented the PDF generation recently and I noticed that WeasyPrint has issue with html files that have too many tags (our books have around 2*number_of_words tags in them). This is not a big issue and it will be fixed soon in the next iteration.

2- Using Google API: Google APIs and other translation tools are great for translating sentences. However, the problem with use of parallel texts for language learning is our brain laziness. After few pages, our brain looses its patient to solve the translation problems (critical thinking!?) and actually learn words and structure of sentences. The focus immediately goes toward translated sentences in your native language rather than the original text.

Personally, I learn a word for a life when I slow down and think about similar words, its root, and at the end looking it up in a dictionary. The process is valuable.

3- Team of volunteers: It is easier said than done. The functionality is present but I prefer to improve the suggestion engine as much as possible before I involve volunteers. Are you interested to join?

>If you're using machine translation, why not use a Google API that might give usable results at least?

I prefer https://www.deepl.com/translator to Google.