TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Automatic Keyword Extraction from Text

64 pointsby jisaacsoover 9 years ago

3 comments

timClicksover 9 years ago
The code&#x27;s available too: <a href="https:&#x2F;&#x2F;github.com&#x2F;lvsh&#x2F;keywordfinder" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;lvsh&#x2F;keywordfinder</a>
PaulHouleover 9 years ago
If you want to make it across the &quot;commerialization valley of death&quot; you are going to have to sweep the floor with Alchemy API rather than simply &quot;perform better in some circumstances&quot;
评论 #10388822 未加载
calmheadover 9 years ago
Have you considered using PLSA (Probabilistic latent semantic analysis)? Effectively, this method does very similiar thing as you aim to do - it chooses a set of words that represen a topic of a document.
评论 #10389245 未加载