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.
- Part-of-speech tagging for Malagasy language text.
- Simple user interface using Tkinter.
- Clone the repository.
- Install the necessary dependencies
- 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.
- Python 3.x
- NLTK library
- Tkinter
- Pandas
Contributions are welcome! Please fork the repository and create a pull request for any improvements or feature additions.