Skip to content

Commit 02da28c

Browse files
update nlp urls
1 parent 65f2a46 commit 02da28c

File tree

4 files changed

+4
-0
lines changed

4 files changed

+4
-0
lines changed

nlp_class/article_spinner.py

+1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
# Very basic article spinner for NLP class, which can be found at:
2+
# https://deeplearningcourses.com/c/data-science-natural-language-processing-in-python
23
# https://www.udemy.com/data-science-natural-language-processing-in-python
34

45
# Author: http://lazyprogrammer.me

nlp_class/lsa.py

+1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
# Latent semantic analysis visualization for NLP class, which can be found at:
2+
# https://deeplearningcourses.com/c/data-science-natural-language-processing-in-python
23
# https://www.udemy.com/data-science-natural-language-processing-in-python
34

45
# Author: http://lazyprogrammer.me

nlp_class/nb.py

+1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
# Naive Bayes spam detection for NLP class, which can be found at:
2+
# https://deeplearningcourses.com/c/data-science-natural-language-processing-in-python
23
# https://www.udemy.com/data-science-natural-language-processing-in-python
34
# dataset: https://archive.ics.uci.edu/ml/datasets/Spambase
45

nlp_class/sentiment.py

+1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
# This code is for my NLP Udemy class, which can be found at:
2+
# https://deeplearningcourses.com/c/data-science-natural-language-processing-in-python
23
# https://www.udemy.com/data-science-natural-language-processing-in-python
34
# It is written in such a way that tells a story.
45
# i.e. So you can follow a thought process of starting from a

0 commit comments

Comments
 (0)