Sha256: db35e0664d173a580762c85f22dbd4f0a33e07d0f3e385b6a268dab5a7ea6a32

Contents?: true

Size: 525 Bytes

Versions: 1

Compression:

Stored size: 525 Bytes

Contents

# PgTrgm

Other Ruby trigram similarity libraries don't give the same results as postgres. This one does.

## Usage

```ruby
PgTrgm.similarity('he is genius', 'he is very genius')
```

## History

* Discovered that https://github.com/milk1000cc/trigram didn't give the same results as https://www.postgresql.org/docs/9.6/static/pgtrgm.html
* Found https://gist.github.com/komasaru/41b0c93e264be75eabfa and modified until it passed tests

## Known issues

* Doesn't handle accented characters well

## Copyright

2017 Faraday

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
pg_trgm-0.0.1 README.md