Get the latest tech news
Show HN: Semantic Grep – A Word2Vec-powered search tool
grep for words with similar meaning to the query. Contribute to arunsupe/semantic-grep development by creating an account on GitHub.
sgrep is a command-line tool that performs semantic searches on text input using word embeddings. The output will show matches with their similarity scores, highlighted words, context, and line numbers. Semantic search using Word2Vec embeddings Configurable similarity threshold Context display (before and after matching lines) Color-coded output for matched words and line numbers Support for reading from files or standard input Configurable via JSON file and command-line arguments
Or read this on Hacker News