MG-POS: Malagasy Part-Of-Speech tagging tool
# MG-POS: Malagasy Part-Of-Speech Tagging Tool
## Overview
MG-POS is a tool designed for part-of-speech tagging in the Malagasy language. It enables the labeling of parts of speech for words within Malagasy text.
## Features
- Part-of-speech tagging for Malagasy language text.
- Simple user interface using Tkinter.
## Installation
1. Clone the repository.
2. Install the necessary dependencies
## Usage
- Run `python main.py` to start the application.
- Input the text in Malagasy language in the provided text box.
- Choose between single sentence or multi-sentence tagging.
- Click the "Tag" button to process the text and view the tagged output.
## Requirements
- Python 3.x
- NLTK library
- Tkinter
- Pandas
## Contributing
Contributions are welcome! Please fork the repository and create a pull request for any improvements or feature additions.