Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ignacioct/sytaxposproject
https://github.com/ignacioct/sytaxposproject
Last synced: 27 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/ignacioct/sytaxposproject
- Owner: ignacioct
- Created: 2023-10-19T15:31:33.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2023-11-05T21:03:19.000Z (about 1 year ago)
- Last Synced: 2023-11-06T13:29:51.118Z (about 1 year ago)
- Language: Jupyter Notebook
- Size: 12 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# SytaxPoSProject
This repository contains the files needed to execute a PoS tagging model based on HMMs and the Viterbi Algorithm. The main functionalities have been implemented in `HMM.py`, while `PoS_tagger.ipynb` serves as a showcase of the project, showing experiments and conclusions.
## Authors
Ignacio Talavera,
Joseba Bertolini,
Mikel Zubillaga and
Ekhi Azurmendi## Installation
We have included an enviroment .yml file to make the installation of the needed packages easier using Conda. To install the enviroment, please run the following command:
```
conda env create -f environment.yml
```Afterwards, activate the environment using `conda activate SyntaxPoSProject` or select this same kernel in the kernel selector to run the Jupyter Notebook.