Skip to content

diegoplanchenstainer/NLUAssignment2

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

NLUAssignment2

Assignment 2 for NLU course aa 2020/2021

Requirements

To run this code is necessary to have installed on the machine Python, spaCy and pandas.

To install spaCy with pip on Windows run the following commands:

pip install -U pip setuptools wheel
pip install -U spacy
python -m spacy download en_core_web_sm

For different configurations please refer to the page: https://spacy.io/usage

To install pandas with pip run the following command:

pip install pandas

About

Assignment 2 for NLU course aa 2020/2021

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages