SemEval-2017-Task-5
SemEval-2017-Task-5 copied to clipboard
Source code for submission of RiTUAL-UH in the SemEval 2017 Task 5
Hi Sudipta, I am unable to find DATA_FILES_LIST, ORIGINAL_DATA_DIR, RAW_DATA_PATH in config.py file. Also, what is mb_train_trial_test_new_prs.csv file for? The training and test data is in json format.
Hi Sudipta, I encountered the error shown below while trying your code: ```python --------------------------------------------------------------------------- ImportError Traceback (most recent call last) in () ----> 1 from prepare_data.preprocess_csv import tokenize_csv_file, extract_sentic_concepts_and_scores_csv 2...