NLP 1403
Popular repositories Loading
-
HW2
HW2 PublicIt's the second homework of Natural Language Processing course in Spring 2024 at Sharif University of Technology. It's about categorizing important information in chat messages using regex and simp…
Python
-
HW1
HW1 PublicIt's the first homework of Natural Language Processing course in Spring 2024 at Sharif University of Technology. The project focuses on preprocessing and performing various NLP tasks on different d…
Jupyter Notebook
-
HW3
HW3 PublicIt's the third homework of Natural Language Processing course in Spring 2024 at Sharif University of Technology. It's about sentiment analysis in the level of texts. And also in the level of words,…
Jupyter Notebook
-
HW4
HW4 PublicIt's the fourth homework of the Natural Language Processing course in Spring 2024 at Sharif University of Technology. It's about collecting a dataset about gender neutralization. Then we perform Lo…
Jupyter Notebook
Repositories
- HW3 Public
It's the third homework of Natural Language Processing course in Spring 2024 at Sharif University of Technology. It's about sentiment analysis in the level of texts. And also in the level of words, we do NER (Name Entity Recognition). In each part we designed a base model and a tranformer model. Also we collected a dataset for NER task.