From 1b2d118f2eb18f9953ccc8a82353c5ea7ab2e1f6 Mon Sep 17 00:00:00 2001 From: Mysaa Date: Tue, 28 Nov 2023 23:42:35 +0100 Subject: [PATCH] Added Readme --- README.md | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..e7f4507 --- /dev/null +++ b/README.md @@ -0,0 +1,18 @@ +# Projet 2-27-1 Computational Structures and Logics for Natural Language Modelling + +This project is packed in a jupyter notebook, along with answers to the questions. To run the notebook, you have to install jupyter notebooks and run `jupyter-notebook Report.ipynb`. + +### Files + +The different files of the repository are the following: +- `Report.ipynb` : The code and answers to the questions, and remarks about the code +- `ccg.ods` : A Spreadsheet describing the grammar we created, with its semantics +- `phrases.txt` : A set of grammatical sentences that should be successfully parsed by our grammar. +- `randomizedTests.txt` : A set of sentences generated randomly, mostly to check the strictness of the grammar + +### Run the project + +You will need to install the following packages in order to run the code from the notebook: +- nltk +- pandas +- jupyter