File tree Expand file tree Collapse file tree 1 file changed +6
-4
lines changed Expand file tree Collapse file tree 1 file changed +6
-4
lines changed Original file line number Diff line number Diff line change @@ -9,10 +9,12 @@ Document clustering is a gathering of textual content documents into groups or c
9
9
## Install libraries / Set up environment
10
10
- [ Jupyter Notebook] ( https://jupyter.org/install )
11
11
- [ Anaconda] ( https://docs.anaconda.com/anaconda/install/ )
12
- - [ NLTK] ( https://www.nltk.org/install.html/ )
13
- - gensim installation command in jupyter notebook - !pip install --upgrade gensim
14
- <br >
15
- numpy, pandas, matplotlib, scikitlearn are already included in Anaconda. <br >
12
+ - [ NLTK] ( https://www.nltk.org/install.html/ ) <br >
13
+ - gensim installation command in jupyter notebook
14
+ ``` sh
15
+ $ ! pip install --upgrade gensim
16
+ ```
17
+ - numpy, pandas, matplotlib, scikitlearn are already included in Anaconda. <br >
16
18
17
19
<h2 >How to run the code</h2 >
18
20
1 ) Clone this repository and open the notebook in jupyter notebook.<br >
You can’t perform that action at this time.
0 commit comments