Skip to content

Commit

Permalink
Update readme with new feature
Browse files Browse the repository at this point in the history
  • Loading branch information
jpmckinney committed Nov 17, 2019
1 parent 0d6a631 commit 7c80de8
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,8 @@ end
document1 = TfIdfSimilarity::Document.new(text, :term_counts => term_counts, :size => size)
```

Or, use your own classes for the tokenizer and tokens, like in [this example](https://gist.github.com/satoryu/0183a4eba365cc67e28988a09f3035b3).

[Read the documentation at RubyDoc.info.](http://rubydoc.info/gems/tf-idf-similarity)

## Troubleshooting
Expand Down

0 comments on commit 7c80de8

Please sign in to comment.