Skip to content
This repository has been archived by the owner on May 4, 2021. It is now read-only.

michaellzc/cmput497_a4_yonael_zichun3

Repository files navigation

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

About

CMPUT 497 Intro to NLP Assignment 4: Distance Learning

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published