Skip to content

A repository dedicated to the assignment of a course in Natural Language Understanding

License

Notifications You must be signed in to change notification settings

LazyTurtle/NLU_Assignments

Repository files navigation

Natural Language Understanding Assignments

This brief Python module has example of code used to understand dependency parsers, in this case the one provided by spaCy

A description of the main functions can be found in the wiki of this repository, organized by assignment.

Requirements

This Python project requires the following:

Installation

spaCy: We advise referring to the official documentation regarding proper installation here.

random: It is a module present within the Python Standard Library and, therefore, should be present in all standard installation of Python.

assignment_modules: It is necessary to download this project and extract it inside your project folder.

conll script: Already provided by this repository.

About

A repository dedicated to the assignment of a course in Natural Language Understanding

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages