The thing that annoys me about all of these attempts is failing to recognize the impact of irregular forms of the verbs. So - for French - all the different forms of the verb aller (go) are treated individually. I paid for ReadLang for a while, but this lack of a feature has proven too frustrating. I would have loved to have an app that runs the text through something like Google Natural Language API ( https://cloud.…
Show HN: Flowlingo – practice a foreign language with tech news
41–50 of 56 posts
Re: Show HN: Flowlingo – practice a foreign language with tech news
#42Phone only and also requires sign up before I can even see a list of languages that are available? I'd like to use it but I'm not gonna do it on my phone, and I'm not gonna sign up before if I know my target languages are available. Also its not clear if this is just some in-line translation of articles and subtitles using google translate? Something else?
Check out @levpopov's other comments about phone #s (https://news.ycombinator.com/item?id=20097197) and how we handle translation (https://news.ycombinator.com/item?id=20097026).
Re: Show HN: Flowlingo – practice a foreign language with tech news
#43Cool idea, I like the thought behind this app. Having tried a lot of other language apps, and not getting much use out of them but learning how to play a game (even after finishing), seems definitely more immersive imo. Just downloaded the Android version, will give it a whirl. If you have a support forum, would definitely give feedback and potential bugs.
Re: Show HN: Flowlingo – practice a foreign language with tech news
#44Productive x2! Love it. For second generation immigrants and I'm sure many others, learning a new language often comes while watching foreign language films, sometimes with subtitles. This seems like a more productive way to not only learn the content but also the language.
Re: Show HN: Flowlingo – practice a foreign language with tech news
#45The app doesn't work very well on iPhone X devices (due to the notch)... Once that's fixed I'll give it a try properly!
Re: Show HN: Flowlingo – practice a foreign language with tech news
#46On an Android. I like the idea, and am currently studying Korean. The app is unusably slow, and hangs often. If you want my phone environment, feel free to pm.
Re: Show HN: Flowlingo – practice a foreign language with tech news
#47The thing that annoys me about all of these attempts is failing to recognize the impact of irregular forms of the verbs. So - for French - all the different forms of the verb aller (go) are treated individually. I paid for ReadLang for a while, but this lack of a feature has proven too frustrating. I would have loved to have an app that runs the text through something like Google Natural Language API ( https://cloud.…
The thing that annoys me about all of these attempts is failing to recognize the impact of irregular forms of the verbs. So - for French - all the different forms of the verb aller (go) are treated individually. I paid for ReadLang for a while, but this lack of a feature has proven too frustrating. I don't speak French so I'm having trouble understanding what you mean. Do you mind giving a bit more detail? I'm also c…
Present: Je vais, tu vas, il va, nous allons, vous allez, ils vont
Future: j'irai, tu iras, il ira, nous irons, vous irez, ils iront
Same goes for être (to be):
Present: Je suis, tu es, il est, nous sommes, vous êtes, ils sont
Future: Je serai, tu sera, il sera, nous serons, vous serez, ils seront
Simple past: Je fus, tu fus, il fut, nous fûmes, vous fûtes, ils furent (No one uses simple past, but here it is)
Subordinate (?): Que je sois, que tu sois, qu'il soit, que nous soyons, que vous soyez, qu'ils soient
I guess it's the same in pretty much every language, especially for those 2 common verbs, there are irregular forms everywhere.
Re: Show HN: Flowlingo – practice a foreign language with tech news
#48Earlier quoted context omitted.
The thing that annoys me about all of these attempts is failing to recognize the impact of irregular forms of the verbs. So - for French - all the different forms of the verb aller (go) are treated individually. I paid for ReadLang for a while, but this lack of a feature has proven too frustrating. I don't speak French so I'm having trouble understanding what you mean. Do you mind giving a bit more detail? I'm also c…
French here, I never realized it but there are at least 3 different forms depending on who does it and when: Present: Je vais, tu vas, il va, nous allons, vous allez, ils vont Future: j'irai, tu iras, il ira, nous irons, vous irez, ils iront Same goes for être (to be): Present: Je suis, tu es, il est, nous sommes, vous êtes, ils sont Future: Je serai, tu sera, il sera, nous serons, vous serez, ils seront Simple past:…
Re: Show HN: Flowlingo – practice a foreign language with tech news
#49The thing that annoys me about all of these attempts is failing to recognize the impact of irregular forms of the verbs. So - for French - all the different forms of the verb aller (go) are treated individually. I paid for ReadLang for a while, but this lack of a feature has proven too frustrating. I would have loved to have an app that runs the text through something like Google Natural Language API ( https://cloud.…
Flowlingo dev here. Thanks for the feedback! It's been a while since I've taken French, but one thing we plan on adding is translations of individual words in-context. For example, in Spanish, if you tapped an individual verb, the translation would be properly conjugated in relation to the sentence. We'd love to hear your other feedback, feel free to chat with us in the app (tap "Help" and scroll to the bottom), or e…
Come como comer comiste etc.
And not one for each
Re: Show HN: Flowlingo – practice a foreign language with tech news
#50The thing that annoys me about all of these attempts is failing to recognize the impact of irregular forms of the verbs. So - for French - all the different forms of the verb aller (go) are treated individually. I paid for ReadLang for a while, but this lack of a feature has proven too frustrating. I would have loved to have an app that runs the text through something like Google Natural Language API ( https://cloud.…
Flowlingo dev here. Thanks for the feedback! It's been a while since I've taken French, but one thing we plan on adding is translations of individual words in-context. For example, in Spanish, if you tapped an individual verb, the translation would be properly conjugated in relation to the sentence. We'd love to hear your other feedback, feel free to chat with us in the app (tap "Help" and scroll to the bottom), or e…
I think it would make more sense to normalize at the _source_ language as I wrote originally. See also the other comments in the same sub-thread.
As to the other ideas, like I said "10 pages". And a lot of them about the system that really accumulates the knowledge about you to give you the best training. See, for example, https://solaresearch.org/ for academic foundation of that and https://french.kwiziq.com/.
But here is a couple of other thoughts. Feel free to contact me if they spark anything:
* Synchronized text and audio (e.g. Amazon Whispersync). Has been done by many people but was usually done by hand (was too expensive) or by text-to-speech on the fly (which was awful at the time); yet it was always welcomed. TTS is now much better, but also maybe some work can be pre-calculated (rather than immediate).
* Use the Google API mentioned before (syntax tree) to extract sub-sequences (named entities, stable expressions, etc) and present those instead of individual words; this helps to see them over and over within different sentences. Even showing a verb and its dependencies is useful. This also allows to include grammar references for tenses/irregular verbs/expressions, etc.
* Dictionary entries by the normalized form (lemma) of the verb, noun. Flashcards that first show the multiple contexts line of the same verb in the same form, then same verb in other forms and only then translation.
* Color code the text being read by word type. So all verbs as red, all nouns as blue, all adjectives as green, etc. Also see https://langliter.com/, they do (and lemmas) that as "highlights".
* Color code the text by words known. Green as those learned already in that exact form. Yellow as those learned in different form (different tense, different conjugation, etc). Red as those unknown.
* Pre-flash. Analyze text (small chunk), compare again flashcards and compile the list of words/expressions and let person practice them first. Then read the actual text with the hope to increase the speed of comprehension.
* Slightly further along are things like "Words of the day" emails that analyze your flashcards to give you more words in the same category (arm+leg=>offer head). Or touch typing game using your own flashcard words. Or conjugation table training using collected context.