Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/anushadatta/natural-language-processing
📑 NLP applications with NLTK, spaCy and PyTorch.
https://github.com/anushadatta/natural-language-processing
natural-language-processing nltk pytorch spacy
Last synced: 9 days ago
JSON representation
📑 NLP applications with NLTK, spaCy and PyTorch.
- Host: GitHub
- URL: https://github.com/anushadatta/natural-language-processing
- Owner: anushadatta
- Created: 2021-12-29T09:15:14.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2022-01-09T06:20:45.000Z (about 3 years ago)
- Last Synced: 2024-12-11T22:28:22.898Z (2 months ago)
- Topics: natural-language-processing, nltk, pytorch, spacy
- Language: Jupyter Notebook
- Homepage:
- Size: 91.9 MB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Natural Language Processing
> CZ4045 Natural Language Processing \
> School of Computer Science and Engineering \
> Nanyang Technological UniversityThis repository consists of CZ4045 Assignments 1 & 2, detailed in the directory structure as follows:
```
.
├── Assignment 1
│  ├── README.txt
│  ├── Report.pdf
│  ├── SourceCode
│  │  ├── 3.2 Dataset Analysis
│  │  │  ├── 3.2.1 Tokenization, Stemming and POS Tagging.ipynb
│  │  │  ├── 3.2.2 Writing Style.ipynb
│  │  │  └── 3.2.3 Extract Noun-Adjective Pairs.ipynb
│  │  ├── 3.3 Extraction of Indicative Adjective Phrases
│  │  │  └── 3.3 Extracting Indicative Adjective Phrases.ipynb
│  │  └── 3.4 Application
│  │  ├── README - SentimentAnalysis.txt
│  │  ├── Sentiment Analysis.ipynb
│  │  └── app.py
│  └── reviewSelected100.json
|
├── Assignment 2
│  ├── README.txt
│  ├── Report.pdf
│  └── Source Code
│  ├── Question 1
│  │  ├── 2.1_Language_Model.ipynb
│  │  ├── README.txt
│  │  ├── data.py
│  │  ├── generate.py
│  │  ├── generated.txt
│  │  ├── main.py
│  │  ├── model.py
│  │  ├── not_sharing_best_model_0.dat
│  │  └── sharing_best_model_0.dat
│  └── Question 2
│  ├── Q2 1 CNN Layer.ipynb
│  ├── Q2 Part vi- 3 2D CNN Layers.ipynb
│  ├── Q2 Part vi- 3 CNN Layers.ipynb
│  ├── README.txt
│  └── cnn1-model
|
└── README.md
```## Team
* Anusha Datta
* Amrita Ravishankar
* Clarita Chua
* Khush Kothari
* Shipra Sannabhadti