https://github.com/alidantech/intelligent-agent
a simple intelligent agent using python.
https://github.com/alidantech/intelligent-agent
Last synced: 8 months ago
JSON representation
a simple intelligent agent using python.
- Host: GitHub
- URL: https://github.com/alidantech/intelligent-agent
- Owner: Alidantech
- License: gpl-3.0
- Created: 2023-11-16T10:30:48.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-11-23T08:25:07.000Z (over 2 years ago)
- Last Synced: 2025-10-10T11:36:33.187Z (8 months ago)
- Language: Python
- Size: 1.29 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Swahili Auto Correct App
Swahili Auto Correct is a simple Tkinter-based application designed to provide auto-correction and word suggestions for Swahili text input.
## Features
### Auto-Correction
The application automatically corrects Swahili sentences by identifying and suggesting corrections for misspelled words. It uses a Swahili dictionary to compare and correct user input.
### Word Suggestions
The app offers word suggestions based on the user's input. It employs two search algorithms to find relevant suggestions:
1. **Main Dictionary Search:**
- The application searches for suggestions in the main Swahili dictionary.
- It suggests words that match the input, helping users choose the correct spelling.
2. **Conjugations Search:**
- The app also considers words with conjugations.
- It provides suggestions from words that include conjugations, enhancing the user's vocabulary.
## Search Algorithms
### Main Dictionary Search
The main dictionary search algorithm is based on exact string matching. It compares the user's input to words in the Swahili dictionary and suggests matches.
### Conjugations Search
For words with conjugations, the app uses a similar string matching algorithm to suggest words that include conjugations. This enhances the app's ability to recognize and correct conjugated forms of verbs.
## Getting Started
To use the application, follow the installation and usage instructions in the README file.
## Contributing
If you want to contribute to the app's development, please follow the steps outlined in the README under the "Contributing" section.
## License
This project is licensed under the MIT License - see the [LICENSE.md](LICENSE.md) file for details.