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

科技回声

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

GitHubTwitter

首页

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

资源链接

HackerNews API原版 HackerNewsNext.js

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

Show HN: A tool to auto-generate vocabulary for a book

1 点作者 dd367超过 3 年前

1 comment

dd367超过 3 年前
Takes a book in English, finds the words that are &quot;rare&quot; (by the measure IDF &gt;= 15 or -ln(frequency) &gt; 14) and lists the definition in a dictionary and the places it occurs in the original text. The final output is a static HTML file. You can view a live demo for a subset of words from a book here: <a href="https:&#x2F;&#x2F;deedy.github.io&#x2F;vocabuliwala&#x2F;" rel="nofollow">https:&#x2F;&#x2F;deedy.github.io&#x2F;vocabuliwala&#x2F;</a><p>Some examples output demonstrating some of the key features of Vocabuliwala: - Dictionary lookup - Secondary dictionary lookup: looking up dictionary meanings which themselves need explanation - Difficulty rating - Show appearances in the input book<p>Who is this for? - A casual reader of a book - A teacher trying to teach a book - Students trying to learn vocabulary for a standardized test<p>Curious to get the community&#x27;s feedback and see how I can improve this!