Live data from Hacker News

Show HN: My AI writing assistant for Chinese

unscrambler.dpw.me

11–20 of 29 posts

Re: Show HN: My AI writing assistant for Chinese

#11

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…

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

#12

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…

The question particle is 吗, not 妈. 妈妈 is mama, as in baby's first word meaning mother, shared with many other languages.

Haha, believe it or not, that was actually my error not the LLM’s. I changed the example and missed a word.

Re: Show HN: My AI writing assistant for Chinese

#15

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…

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…

I don’t mean to derail this thread, but I am considering a stint in Taiwan to learn Chinese. I am wondering how different the accent/dialect is compared to mainland China. Are you a native speaker or did you learn while there?

Re: Show HN: My AI writing assistant for Chinese

#17

Interesting. 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

I have seen some variation in the interpretation - although it does seem to be pretty consistent. When I enter “服了u” into unscrambler I get the interpretation “I give up” every time I try it

Re: Show HN: My AI writing assistant for Chinese

#18

Interesting read, would not have thought about MS machine translation as I know that Google translate is complete garbage for Japanese compared to ChatGPT4.

After working on this project, I’ve started using MS translate as my go-to app if I want to translate an existing sentence. Previously I tended to use Google Translate by default. But I’ve genuinely been surprised by the differences between the apps

Re: Show HN: My AI writing assistant for Chinese

#19

This 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.

Just for fun, I’m trying to force it to misinterpret what I’m saying by changing “dei tie” to “di tie” (as in subway). It really doesn’t want to interpret it differently! I think “shoelaces” must be such a strong signal of context for the LLM
Post reply on HN