semantic-grep
Semantic search
A tool for finding semantically similar words in text data using word embeddings.
grep for words with similar meaning to the query
1k stars
7 watching
26 forks
Language: Go
last commit: 3 months ago
Linked from 1 awesome list
Related projects:
Repository | Description | Stars |
---|---|---|
dainiusjocas/lucene-grep | Utility for searching text in files using Lucene query syntax | 190 |
groonga/groonga | A full-text search engine and column store designed to be embeddable in other applications. | 801 |
pyjarrett/septum | A tool to search and filter code text based on contextual lines | 380 |
codypierce/hackers-grep | A utility for searching specific strings in executable files, including imports and symbols. | 170 |
brianhicks/tree-grepper | A tool that uses tree-sitter grammars to search for structure in code files. | 298 |
lisprez/so_stupid_search | A fast and minimalistic tool for searching strings deeply within directory structures recursively. | 162 |
tomnomnom/gf | A tool that simplifies the process of searching for specific patterns in text data | 1,823 |
gobwas/glob | A Go library for efficient string matching using compile-time glob patterns. | 961 |
elastic/go-elasticsearch | A client library for interacting with a popular search engine service | 39 |
vrothberg/vgrep | A user-friendly pager for text search and editing | 667 |
agonopol/go-stem | A Go implementation of the Porter Stemmer algorithm for word stemming. | 79 |
derekparker/trie | A Go library implementing a data structure for fast prefix and fuzzy string searching | 763 |
openlmlab/moss_websearchtool | A Python-based web search tool service with a simple retrieval backend | 45 |
andylokandy/simsearch-rs | A simple fuzzy search engine for similar strings in memory-based data | 170 |
obapelumi/adosearch | A tool for creating reusable search scopes across multiple models in an Adonis.js application. | 20 |