nglehuy / nlp-assignment

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Natural Language Processing Assignment

Prerequisite

Use python 3.5.9 and install dependencies:

pip install -r requirements.txt

Run

With default inputs

python main.py

With other inputs and outputs

Make sure data file is a .csv file.

python main.py $data_file $queries_file $output_dir

Output format

Each line in each output file is the result of the corresponding query under array format.

Each output_x.txt is the result of the question x.

About


Languages

Language:Python 100.0%