Group Project Assignment for NTU Course AI6122: Text Data Management and Processing
Group 2 Submission:
- He Linzi
- Ong Jia Hui
- Irene Ng Yu Si
- Tan Mengxuan
The following software(s) have to be installed on your system.
- Python 3.7
- Anaconda
- Copy "CellPhoneReview.json" to ./DataSet folder, you may need to copy this file into individual subfolders when required.
- Jupyter Notebook
-
Open an Anaconda prompt in "Environment" folder, type in the following command to create a new environment named "nlp" and the required packages will be automatically installed.
conda env create --file nlp.yml
-
To activate the nlp environment, type in the following command:
conda activate nlp
-
Proceed to "SourceCode" folder and run the python scripts:
python <main>.py
-
Proceed to "SourceCode" folder and run the Jupyter notebooks:
jupyter notebook
Each task folder in SourceCode
folder contains individual README on how to run and the expected inputs and outputs of each codes.