From d5ff76ba22d858453bf3f14ae8c3acac4e1fd21d Mon Sep 17 00:00:00 2001
From: Arun Subramanian
Date: Fri, 2 Aug 2024 00:05:23 -0500
Subject: [PATCH] Add semantic-grep to the list of tools
---
README.md | 1 +
1 file changed, 1 insertion(+)
diff --git a/README.md b/README.md
index b45b47d..7685557 100644
--- a/README.md
+++ b/README.md
@@ -389,6 +389,7 @@ Only main chapters:
commander.js - minimal CLI creator in JavaScript.
gron - make JSON greppable!
bed - binary editor written in Go.
+ w2vgrep - A semantic grep tool using word embeddings to find semantically similar matches rather than keyword matches. e.g., searching for "death" will find "dead", "killing", "murder".
#### GUI Tools [[TOC]](#anger-table-of-contents)