top | item 38915445

(no title)

simjanos-dev | 2 years ago

Hey guys. I wrote LinguaCafe. I didn't know it was posted here, I've just read it now.

I didn't think this many people would be interested. I'll write a guide for Jellyfin, then add Italian, French and Dutch languages tomorrow.

discuss

order

justinmayer|2 years ago

As a credited contributor to the EDICT[1] Japanese/English dictionary, I am very pleased to see its successor JMdict[2] actively supported by this project. Bravo!

And as someone who now also speaks Italian, I am even more pleased to see that Italian support will be added tomorrow.

It is wonderful to see such a useful tool released as an open-source, self-hosted project. (^_^)

[1] EDICT: http://edrdg.org/jmdict/edict_doc_2009.html

[2] JMdict: https://en.wikipedia.org/wiki/JMdict

simjanos-dev|2 years ago

Hi!

Thank you for helping me learn Japanese! :)

Can you please explain what do you mean by actively supporting JMDict? I hope I didn't make an attribution mistake, or misunderstood something. My understanding is that I can use those files in my project as long as I follow the license guidelines.

It makes me really happy that so many people are interested in it. :)

ipsi|2 years ago

I think the Jellyfin integration could be more than just a niche feature. I've used https://www.languagereactor.com/, but that only supports Netflix & YouTube, which is a bit limiting.

Reasons it's useful: * If you've got both Native & Target Language subtitles, you can see a natural translation if you're struggling to understand something * If there isn't a Native translation, then you can machine-translate one - especially useful early on to catch common idioms/etc that aren't just the sum of each individual word. * Jellyfin also supports eBooks, although its reader isn't great - but if someone has already built their library, it would be nice to be able to re-use it somehow.

I would be very interested in seeing that particular feature expand, but I don't imagine it's at all simple!

Tangentially related, but I could see some desire for Calibre support as well, somehow. Calibre was very much designed to be completely stand-alone and it doesn't really support other apps trying to read its database, but it is possible.

I'd also really like some language-specific features, like separable-verb handling for German (see this comment: https://news.ycombinator.com/item?id=38915786) - it's relatively important and lacking support really limits the usefulness of vocab tools. It would also be a nightmare to handle for subtitles, since it's not always clear where a sentence ends, but such is life - subtitles are sadly not aimed at language leaners. For books and not-terrible Podcast transcripts, though, it wouldn't be so bad.

simjanos-dev|2 years ago

Hi!

I thought of it as a niche feature because I thought most of the users would come from language learning communities, where most people are not into self-hosting. So even if someone would set up a server just for this, chances are they do not have or interested in Jellyfin also. But I've seen several comments about it, and it seems like a lot of people are from the self-hosting community so maybe it's more popular.

I'm also planning to support YouTube and improve on Jellyfin support, but I'll work on other issues and features first.

pm3003|2 years ago

Seems great, I'll test it soon !

I know Christmas is over, but my letter to Santa would include: - some Anki sync feature (over an external Anki sync server or any other solution) - a non-docker install guide - of course more languages!

I've been looking for a tool to study vocabulary this way, especially in languages I'm already fluent in, to learn more nuances or specific meanings to some words. Having tried several things I settled on the bookmark feature of my Wiktionary Android apps (Livio's, which are nice), and a small sync/script chain that would let me review words, compare definitions in different dictionaries, choose the best and edit/complete it, and make an Anki card of it. The whole process was still tedious.

qnleigh|2 years ago

Very cool! How do you handle segmenting sentences into individual words in Japanese? I've been building a similar app for Android, but gave up on Japanese partly because segmenting was so unreliable.

simjanos-dev|2 years ago

Hi! Thank you so much. I am using Spacy tokenizer with python.

nexawave-ai|2 years ago

This is very cool. Yes, please add French and Dutch. Dankjewel!

kegs_|2 years ago

How are you using the service on a boox tablet? Follow-up, what kind of battery draw does it have on the tablet?

simjanos-dev|2 years ago

I installed it on a PC, and access it from my tablet's browser. I do not know how much battery draw it has.

Beijinger|2 years ago

Chinese please.

simjanos-dev|2 years ago

Hi!

I've added Chinese. However i couldn't find a dictionary for it yet, and it might need a custom font for Chinese characters. DeepL works with it as well. If it has issues, I will fix it soon.