Skip to content

This is the repo relative to the Natural Language Processing's assignment at @unibo: solving POS tagging as Sequence Labelling using neural architectures.

License

Notifications You must be signed in to change notification settings

Erhtric/pos-tagging-as-sequence-labelling

Repository files navigation

📝 POS Tagging as Sequence Labelling 🎯

This repository contains the first assignment part of the Natural Language Processing course of the Master's degree in Artificial Intelligence, University of Bologna.

Project Details

The main objective of such assignment is to solve a Part-of-Speech (POS) tagging as Sequence Labelling task on a dependency treebank dataset using pre-trained Glove embeddings.

We provided four different models and their implementation to test if any architecture is better than the other. For more details on the pipeline followed please read the report present in the report pos_tagging_sequence_labelling.pdf.

Technologies and Frameworks

Frameworks:

Platforms

Configurations and enviroments

The environment could be loaded by using conda by launching the command:

$ conda create --name <env> --file requirements.txt

Versioning

We used Git for versioning.

License

This project is licensed under the MIT License - see the LICENSE file for details.

About

This is the repo relative to the Natural Language Processing's assignment at @unibo: solving POS tagging as Sequence Labelling using neural architectures.

Topics

Resources

License

Stars

Watchers

Forks