Skip to content

Commit d038c1f

Browse files
committed
Merge branch 'master' of github.com:stanleyfok/content-based-recommender
2 parents da7f945 + af73028 commit d038c1f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ The training process involves 3 main steps:
1414
* document vectors formation using [tf-idf](https://lizrush.gitbooks.io/algorithms-for-webdevs-ebook/content/chapters/tf-idf.html)
1515
* find the [cosine similarity](https://en.wikipedia.org/wiki/Cosine_similarity) scores between all document vectors
1616

17-
Special thanks to the library [natural](https: //www.npmjs.com/package/natural) helps a lot by providing a lot of NLP functionalities, such as tf-idf and word stemming.
17+
Special thanks to the library [natural](https://www.npmjs.com/package/natural) helps a lot by providing a lot of NLP functionalities, such as tf-idf and word stemming.
1818

1919
**⚠️ Note:**
2020

0 commit comments

Comments
 (0)