https://github.com/hafiizhekom/postagid
Part-of-Speech (POS) tagging on Indonesian text. Codeigniter 3
https://github.com/hafiizhekom/postagid
2020 codeigniter codeigniter3
Last synced: 3 months ago
JSON representation
Part-of-Speech (POS) tagging on Indonesian text. Codeigniter 3
- Host: GitHub
- URL: https://github.com/hafiizhekom/postagid
- Owner: hafiizhekom
- License: mit
- Created: 2025-06-11T14:34:06.000Z (about 1 year ago)
- Default Branch: master
- Last Pushed: 2025-06-14T10:28:37.000Z (about 1 year ago)
- Last Synced: 2025-10-26T07:40:00.110Z (9 months ago)
- Topics: 2020, codeigniter, codeigniter3
- Language: PHP
- Homepage:
- Size: 7.17 MB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: contributing.md
- License: license.txt
Awesome Lists containing this project
README
# POS Tagging Indonesia
## Description
POS Tagging Indonesia is a web-based application built using the **CodeIgniter version 3** framework. This application aims to perform Part-of-Speech (POS) tagging on Indonesian text. The system can be used for research, NLP (Natural Language Processing) development, or other linguistic applications.
## Features
- Automatic POS tagging for Indonesian text
- Article and text data management
- Integration with Google API for additional features (e.g., authentication, analysis, etc.)
- Web interface powered by Bootstrap and FontAwesome
- Comprehensive documentation via User Guide
## Installation
1. **System Requirements**
- PHP 5.6 or newer
- MySQL/MariaDB
- Web server (Apache/Nginx)
- CodeIgniter 3.x
2. **Installation Steps**
- Clone this repository.
- Import the `postagid_postag.sql` file into your MySQL database.
- Configure the database connection in `application/config/database.php`.
- Ensure the `data/` folder is writable by the web server.
- Run the application through your web server.
## Credits
This application is developed using [CodeIgniter 3](https://codeigniter.com/). Special thanks to EllisLab, CodeIgniter contributors, and the Indonesian NLP developer community.