{"id":28221111,"url":"https://github.com/visvav/autocomplete-system-using-trie-data-structure","last_synced_at":"2025-09-01T12:44:04.826Z","repository":{"id":275188909,"uuid":"925354189","full_name":"VisvaV/AutoComplete-System-using-Trie-Data-Structure","owner":"VisvaV","description":"An efficient and customizable autocomplete system using a compressed trie data structure. The system provides predictive text suggestions, phonetic matching, and frequency-based predictions with a robust and interactive menu-driven interface.","archived":false,"fork":false,"pushed_at":"2025-03-23T13:52:35.000Z","size":2161,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-05-18T05:15:58.903Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"C++","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/VisvaV.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2025-01-31T18:06:48.000Z","updated_at":"2025-03-23T13:52:39.000Z","dependencies_parsed_at":null,"dependency_job_id":"d8c51c5b-38f0-4b9a-8a9f-1b090d946d67","html_url":"https://github.com/VisvaV/AutoComplete-System-using-Trie-Data-Structure","commit_stats":null,"previous_names":["visvav/autocomplete-system-using-trie-data-structure"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/VisvaV%2FAutoComplete-System-using-Trie-Data-Structure","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/VisvaV%2FAutoComplete-System-using-Trie-Data-Structure/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/VisvaV%2FAutoComplete-System-using-Trie-Data-Structure/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/VisvaV%2FAutoComplete-System-using-Trie-Data-Structure/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/VisvaV","download_url":"https://codeload.github.com/VisvaV/AutoComplete-System-using-Trie-Data-Structure/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/VisvaV%2FAutoComplete-System-using-Trie-Data-Structure/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":259066919,"owners_count":22800229,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2025-05-18T05:15:45.393Z","updated_at":"2025-06-10T11:32:39.243Z","avatar_url":"https://github.com/VisvaV.png","language":"C++","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Autocomplete System Using Trie Data Structure  \n\n## 📚 Project Overview  \nThis project implements a menu-driven Autocomplete System using a compressed trie data structure. The system offers features such as:  \n- Predictive text suggestions  \n- Phonetic matching for similar-sounding words  \n- Frequency-based predictions  \n- Customizable dictionary management\n\n## ✨ Features  \n- **3 Suggestions:** Displays up to 3 predictions in alphabetical order for each letter input.  \n- **Phonetic Matching:** Provides similar-sounding alternatives using a phonetic word file.  \n- **Frequency Analysis:** Improves suggestions based on the usage frequency of words.  \n- **Customizable Dictionary:**  \n  - Load a new dictionary  \n  - View and edit dictionary words  \n  - Delete or add words  \n- **Abbreviation Expansion:** Converts abbreviations to full forms using `abbreviations.txt`.  \n\n## 🔧 Project Structure  \n- `main.cpp`: Core program logic  \n- `dictionary.txt`: Initial dictionary for predictions  \n- `phonetic.txt`: Phonetic matching file  \n- `abbreviations.txt`: List of abbreviations and their expansions  \n\n## 🧑‍💻 Usage Instructions  \n1. Clone the repository:  \n   ```bash\n   git clone [\u003crepository-url\u003e](https://github.com/VisvaV/AutoComplete-System-using-Trie-Data-Structure.git)\n   cd AutoComplete-System-using-Trie-Data-Structure\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvisvav%2Fautocomplete-system-using-trie-data-structure","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fvisvav%2Fautocomplete-system-using-trie-data-structure","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvisvav%2Fautocomplete-system-using-trie-data-structure/lists"}