I’m just starting to learn Mandarin at the moment and I’ve found LLMs useful for this. I can ask the question “I’m learning Mandarin, can you break this sentence into individual hanzi and explain it?” and it will do a good job of explaining everything. Or I can say something like “I was transcribing an audio recording for an exercise and I wrote X but the answer was Y, what did I do wrong?” and it will tell me that I…
Show HN: My AI writing assistant for Chinese
11–20 of 29 posts
Re: Show HN: My AI writing assistant for Chinese
#12I’m just starting to learn Mandarin at the moment and I’ve found LLMs useful for this. I can ask the question “I’m learning Mandarin, can you break this sentence into individual hanzi and explain it?” and it will do a good job of explaining everything. Or I can say something like “I was transcribing an audio recording for an exercise and I wrote X but the answer was Y, what did I do wrong?” and it will tell me that I…
The question particle is 吗, not 妈. 妈妈 is mama, as in baby's first word meaning mother, shared with many other languages.
Re: Show HN: My AI writing assistant for Chinese
#13Re: Show HN: My AI writing assistant for Chinese
#14Re: Show HN: My AI writing assistant for Chinese
#15I’m just starting to learn Mandarin at the moment and I’ve found LLMs useful for this. I can ask the question “I’m learning Mandarin, can you break this sentence into individual hanzi and explain it?” and it will do a good job of explaining everything. Or I can say something like “I was transcribing an audio recording for an exercise and I wrote X but the answer was Y, what did I do wrong?” and it will tell me that I…
If you're looking for a local translation tool, I wrote a small CC-CEDICT lookup script in shell+JS then eventually rewrote it in Go so I could run it on whatever computer I was using at the time: https://github.com/alisonatwork/cedict It just does a dumb greedy search to try find the longest chain of characters for the translation, but that turns out to work more often than not: $ cedict -m 果汁很好喝 果汁 [guǒ zhī] /fruit…
Re: Show HN: My AI writing assistant for Chinese
#16服了u: Correctly translates to "I give up on you." Unscramble: Incorrectly interpreted as "You impress me."
Re: Show HN: My AI writing assistant for Chinese
#17Interesting. I use your promot and create a GPT[1], give an example: `I服了you`: 服了u: Correctly translates to "I give up on you." Unscramble: Incorrectly interpreted as "You impress me." - [1] https://chat.openai.com/g/g-tI0XLZxuR-fu-liao-u
Re: Show HN: My AI writing assistant for Chinese
#18Interesting read, would not have thought about MS machine translation as I know that Google translate is complete garbage for Japanese compared to ChatGPT4.
Re: Show HN: My AI writing assistant for Chinese
#19This is great. Foreign-language practice definitely seems like a great use case for LLMs. I'm surprised it understood your “你 dei tie ..." example, since "tie" is also valid pinyin.
Re: Show HN: My AI writing assistant for Chinese
#20You just inspired me to build my own version of it for learning German. Thank you