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.

Ask HN: How do you standardise strings to search against list of tags?

1 pointsby jeanpraloalmost 6 years ago
I want to be able to match words from a search API against list of tags &#x2F; categories so would like to know what are your best practises and if you know of any good python libaries ?<p>What are the best approaches ? - tokenisation - stemming - lemmatization

1 comment

bjournealmost 6 years ago
It depends on your use case. Who are your users? What is your data? Do you want phrase queries? Etc. NLTK is a good library to start with.