Skip to content

Commit 28b67da

Browse files
authored
Add files via upload
1 parent e16c17e commit 28b67da

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

TextMining.ipynb

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,8 @@
44
"cell_type": "markdown",
55
"metadata": {},
66
"source": [
7-
"<h1> Text Mining with Cosine Similarities </h1>\n",
7+
"<h2> Text Mining with Cosine Similarities </h2>\n",
8+
"<h4> Ian Russell </h4>\n",
89
"<p> To begin, the document must be processed (a). In order to do so, the following six steps need be performed. [1] Convert to lower case, [2] remove stop words, [3] remove punctuation, [4] remove singular characters, [5] stem all words, and [6] replace digits with their english representation. </p>"
910
]
1011
},

0 commit comments

Comments
 (0)