Skip to content

Releases: arunsupe/semantic-grep

v0.7.0

06 Aug 15:51
Compare
Choose a tag to compare

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

v0.6.0

01 Aug 13:31
Compare
Choose a tag to compare

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

v0.5.0

31 Jul 03:40
Compare
Choose a tag to compare

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

v0.4.0

29 Jul 04:11
Compare
Choose a tag to compare

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

Small but important fixes.

28 Jul 01:57
Compare
Choose a tag to compare

Changes:

  • better word tokenization
  • better config file handling
  • added optional case insensitive search

A rewrite. More grep like. Less complex. Hopefully easier to understand and use.

27 Jul 17:40
Compare
Choose a tag to compare

First tepid, tentative, timid, worried, anxious release

27 Jul 17:30
Compare
Choose a tag to compare
v0.1.0

removed old Readme and text from demo