/cmput497_a4_yonael_zichun3

CMPUT 497 Intro to NLP Assignment 4: Distance Learning

Primary LanguagePython

cmput497_a4_yonael_zichun3

Prerequisites

How to run

Setup

# Setup python virtual environment
$ virtualenv venv --python=python3
$ source venv/bin/activate

# Install python dependencies
$ pip install -r requirements.txt

# Install spaCy language model
$ python -m spacy download en_core_web_sm
$ python -m spacy download en_core_web_lg

Authors

  • Yonael Bekele
  • Michael Lin