Monorepo containing our implementations and solutions to all assignments in the course
"Natural Language Processing" at Tel Aviv University.
The repo contains both the code and written solutions for each assignment.
/
├── 01/ # Assignment 1
│ ├── written/ # Written solution for Assignment 1
│ └── ...
├── 02/ # Assignment 2
│ ├── written/ # Written solution for Assignment 2
│ └── ...
├── 03/ # Assignment 3
│ ├── written/ # Written solution for Assignment 3
│ └── ...
├── ...
├── LICENSE
└── README.md
Each assignment is self-contained within its corresponding folder. Within each
folder, the written/ subfolder contains the written solution and its attachments.
Although the assignments have already been submitted, your feedback and improvements are most welcome.
This project is distributed under the GPL-3.0 License. See the LICENSE file for more information.