semantic-grep

grep for words with similar meaning to the query

MIT License

Stars
1.1K
semantic-grep - v0.7.0 Latest Release

Published by arunsupe 3 months ago

Changes:

  1. Fixed error with printing similarity score
  2. Fixed -o flag to print only matching tokens; correctly
  3. added -f flag to take patterns from file
  4. Fixed out of vocab tokens - now checks for exact matches differently
semantic-grep - v0.6.0

Published by arunsupe 3 months ago

Changes:

  1. changed the program's name
  2. using the clean go-flags package to handle command line flags
  3. added -o and -l flags
semantic-grep - v0.5.0

Published by arunsupe 3 months ago

Changes:

  1. Multi language support (157 languages; using facebook's fasttext word vectors)
  2. A program for converting fasttext models for use in sgrep
  3. Better memoization - some speedup
  4. Descriptive model load errors
  5. Changed default model to glove in config.json
  6. Added models to the repo for download along with License and Attributions
  7. Internal changes to model management
semantic-grep - v0.4.0

Published by arunsupe 3 months ago

Implemented caching of similarity calculation. Now about 10% faster.

semantic-grep - Small but important fixes.

Published by arunsupe 3 months ago

Changes:

  • better word tokenization
  • better config file handling
  • added optional case insensitive search
semantic-grep - First tepid, tentative, timid, worried, anxious release

Published by arunsupe 3 months ago

Package Rankings
Top 6.53% on Proxy.golang.org