├── README.md ├── alphabet-human-thought ├── README.md ├── images │ └── leibniz.jpg ├── meaning-NLU-logic │ ├── 123 │ ├── README.md │ ├── images │ │ ├── 123 │ │ └── logic.png │ └── notebooks │ │ ├── 123 │ │ └── meaning-of-sentences.ipynb └── sentence-structure │ ├── README.md │ ├── images │ ├── syntactic-categories.png │ ├── tree_cfg.png │ └── wordvec.png │ └── notebooks │ └── sentence-structure.ipynb ├── images ├── 123 ├── keras.jpg ├── linguistics-and-reality-640x300.png ├── matplotlib.png ├── nltk.jpeg ├── pandas.png ├── scikitlearn.png └── tf.png ├── neural-language-model-and-spinoza ├── README.md ├── data │ ├── 123 │ └── ethics.txt ├── images │ ├── Spinoza.jpg │ └── probw1w2.png └── notebooks │ └── language-model-spinoza-new.ipynb ├── sentiment-analysis ├── README.md ├── images │ ├── 123 │ ├── BNB.png │ ├── most_likely.png │ ├── sanalysis.jpg │ └── sentiment_df.png └── notebooks │ ├── 123 │ └── sentiment-analysis.ipynb └── topic-identification-and-entity-recognition ├── README.md ├── images └── 123 └── topic-identification ├── 123 └── notebooks ├── 123 └── topic-identification.ipynb /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marcotav/natural-language-processing/HEAD/README.md -------------------------------------------------------------------------------- /alphabet-human-thought/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marcotav/natural-language-processing/HEAD/alphabet-human-thought/README.md -------------------------------------------------------------------------------- /alphabet-human-thought/images/leibniz.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marcotav/natural-language-processing/HEAD/alphabet-human-thought/images/leibniz.jpg -------------------------------------------------------------------------------- /alphabet-human-thought/meaning-NLU-logic/123: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /alphabet-human-thought/meaning-NLU-logic/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marcotav/natural-language-processing/HEAD/alphabet-human-thought/meaning-NLU-logic/README.md -------------------------------------------------------------------------------- /alphabet-human-thought/meaning-NLU-logic/images/123: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /alphabet-human-thought/meaning-NLU-logic/images/logic.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marcotav/natural-language-processing/HEAD/alphabet-human-thought/meaning-NLU-logic/images/logic.png -------------------------------------------------------------------------------- /alphabet-human-thought/meaning-NLU-logic/notebooks/123: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /alphabet-human-thought/meaning-NLU-logic/notebooks/meaning-of-sentences.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marcotav/natural-language-processing/HEAD/alphabet-human-thought/meaning-NLU-logic/notebooks/meaning-of-sentences.ipynb -------------------------------------------------------------------------------- /alphabet-human-thought/sentence-structure/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marcotav/natural-language-processing/HEAD/alphabet-human-thought/sentence-structure/README.md -------------------------------------------------------------------------------- /alphabet-human-thought/sentence-structure/images/syntactic-categories.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marcotav/natural-language-processing/HEAD/alphabet-human-thought/sentence-structure/images/syntactic-categories.png -------------------------------------------------------------------------------- /alphabet-human-thought/sentence-structure/images/tree_cfg.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marcotav/natural-language-processing/HEAD/alphabet-human-thought/sentence-structure/images/tree_cfg.png -------------------------------------------------------------------------------- /alphabet-human-thought/sentence-structure/images/wordvec.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marcotav/natural-language-processing/HEAD/alphabet-human-thought/sentence-structure/images/wordvec.png -------------------------------------------------------------------------------- /alphabet-human-thought/sentence-structure/notebooks/sentence-structure.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marcotav/natural-language-processing/HEAD/alphabet-human-thought/sentence-structure/notebooks/sentence-structure.ipynb -------------------------------------------------------------------------------- /images/123: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /images/keras.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marcotav/natural-language-processing/HEAD/images/keras.jpg -------------------------------------------------------------------------------- /images/linguistics-and-reality-640x300.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marcotav/natural-language-processing/HEAD/images/linguistics-and-reality-640x300.png -------------------------------------------------------------------------------- /images/matplotlib.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marcotav/natural-language-processing/HEAD/images/matplotlib.png -------------------------------------------------------------------------------- /images/nltk.jpeg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marcotav/natural-language-processing/HEAD/images/nltk.jpeg -------------------------------------------------------------------------------- /images/pandas.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marcotav/natural-language-processing/HEAD/images/pandas.png -------------------------------------------------------------------------------- /images/scikitlearn.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marcotav/natural-language-processing/HEAD/images/scikitlearn.png -------------------------------------------------------------------------------- /images/tf.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marcotav/natural-language-processing/HEAD/images/tf.png -------------------------------------------------------------------------------- /neural-language-model-and-spinoza/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marcotav/natural-language-processing/HEAD/neural-language-model-and-spinoza/README.md -------------------------------------------------------------------------------- /neural-language-model-and-spinoza/data/123: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /neural-language-model-and-spinoza/data/ethics.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marcotav/natural-language-processing/HEAD/neural-language-model-and-spinoza/data/ethics.txt -------------------------------------------------------------------------------- /neural-language-model-and-spinoza/images/Spinoza.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marcotav/natural-language-processing/HEAD/neural-language-model-and-spinoza/images/Spinoza.jpg -------------------------------------------------------------------------------- /neural-language-model-and-spinoza/images/probw1w2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marcotav/natural-language-processing/HEAD/neural-language-model-and-spinoza/images/probw1w2.png -------------------------------------------------------------------------------- /neural-language-model-and-spinoza/notebooks/language-model-spinoza-new.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marcotav/natural-language-processing/HEAD/neural-language-model-and-spinoza/notebooks/language-model-spinoza-new.ipynb -------------------------------------------------------------------------------- /sentiment-analysis/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marcotav/natural-language-processing/HEAD/sentiment-analysis/README.md -------------------------------------------------------------------------------- /sentiment-analysis/images/123: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /sentiment-analysis/images/BNB.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marcotav/natural-language-processing/HEAD/sentiment-analysis/images/BNB.png -------------------------------------------------------------------------------- /sentiment-analysis/images/most_likely.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marcotav/natural-language-processing/HEAD/sentiment-analysis/images/most_likely.png -------------------------------------------------------------------------------- /sentiment-analysis/images/sanalysis.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marcotav/natural-language-processing/HEAD/sentiment-analysis/images/sanalysis.jpg -------------------------------------------------------------------------------- /sentiment-analysis/images/sentiment_df.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marcotav/natural-language-processing/HEAD/sentiment-analysis/images/sentiment_df.png -------------------------------------------------------------------------------- /sentiment-analysis/notebooks/123: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /sentiment-analysis/notebooks/sentiment-analysis.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marcotav/natural-language-processing/HEAD/sentiment-analysis/notebooks/sentiment-analysis.ipynb -------------------------------------------------------------------------------- /topic-identification-and-entity-recognition/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marcotav/natural-language-processing/HEAD/topic-identification-and-entity-recognition/README.md -------------------------------------------------------------------------------- /topic-identification-and-entity-recognition/images/123: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /topic-identification-and-entity-recognition/topic-identification/123: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /topic-identification-and-entity-recognition/topic-identification/notebooks/123: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /topic-identification-and-entity-recognition/topic-identification/notebooks/topic-identification.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marcotav/natural-language-processing/HEAD/topic-identification-and-entity-recognition/topic-identification/notebooks/topic-identification.ipynb --------------------------------------------------------------------------------