TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

Show HN: Math expressions and graph traversals of the Chinese language

3 点作者 mreichhoff2 个月前
I&#x27;ve been working on a free Chinese language learning tool for awhile now. The main insight is that Chinese characters are used together to form words, and that this allows for a way of quickly getting information about related words and characters. By learning words and characters in a chain in this way, I&#x27;ve found it easier not to get lost in the long list of characters.<p>In addition, I&#x27;ve found it helpful to break down characters into their components to find pronunciation clues, which can sometimes be hidden in components of components.<p>The math feature uses a similar tree traversal mechanism to allow expressions like 酒-氵+各 = 酪 or 亻+寸+广+仌+⺆ = 腐.<p>As it&#x27;s 2025, it also has some AI features. Notably: * allowlisted users can get Chinese or English text explanations that span more than just a word, but that integrate with the other features, like flashcard creation and in-browser text-to-speech. * files and images (using the browser&#x27;s `capture` mechanism to operate cameras) can also be processed similarly. * example sentences were generated and cached using AI<p>The site is a PWA built with vanilla JS (because I like pain), with Cytoscape and D3 for various rendering tasks.<p>The backend was built with Firebase, with Genkit + Gemini 2.0 providing the AI integration.<p>Feel free to check it out: <a href="https:&#x2F;&#x2F;hanzigraph.com" rel="nofollow">https:&#x2F;&#x2F;hanzigraph.com</a>

暂无评论

暂无评论