We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bc23bd3 commit 638b46aCopy full SHA for 638b46a
Codes/Processing_Sentences.py
@@ -1,3 +1,17 @@
1
+# File: Processing_Sentences.py
2
+# Description: Finding cosine distances between sentences
3
+# Environment: PyCharm and Anaconda environment
4
+#
5
+# MIT License
6
+# Copyright (c) 2018 Valentyn N Sichkar
7
+# github.com/sichkar-valentyn
8
9
+# Reference to:
10
+# Valentyn N Sichkar. Machine Learning in Python // GitHub platform
11
+
12
13
14
15
# Implementing the task about sentences
16
# Finding cosine distance between first sentence and all others
17
# For implementation a matrix NxM is created
0 commit comments