Skip to content

Commit

Permalink
Bump 0.15.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Yomguithereal committed Jan 10, 2017
1 parent d81a465 commit 05455e4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions NOTES.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,8 @@
* Inverted Index (Complex & Simple) / Array to store doc id + weight + number of positions + positions for memory efficiency (Integer Array)
* Write about the rationale behind the naive clustering composition methods

* Create keyers => with phonetics & fingerprint keyers

## Clustering

* Abstract a class for similarity clusterers to enable asynchronous work, possibility to abort computation etc.
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "talisman",
"version": "0.14.0",
"version": "0.15.0",
"description": "A straightforward & modular NLP, machine learning & fuzzy matching library for JavaScript.",
"main": "index.js",
"scripts": {
Expand Down

0 comments on commit 05455e4

Please sign in to comment.