https://github.com/liannoi/autocomplete
Multithreaded Asynchronous Autocomplete Project
https://github.com/liannoi/autocomplete
autocomplete autocomplete-suggestions csharp model-view-viewmodel mvvm windows-presentation-foundation wpf
Last synced: 9 months ago
JSON representation
Multithreaded Asynchronous Autocomplete Project
- Host: GitHub
- URL: https://github.com/liannoi/autocomplete
- Owner: liannoi
- License: apache-2.0
- Archived: true
- Created: 2019-10-25T05:41:05.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2020-08-25T17:09:18.000Z (almost 6 years ago)
- Last Synced: 2024-09-29T22:37:05.646Z (over 1 year ago)
- Topics: autocomplete, autocomplete-suggestions, csharp, model-view-viewmodel, mvvm, windows-presentation-foundation, wpf
- Language: C#
- Homepage:
- Size: 5.12 MB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Autocomplete
[//]: # (Badges)
[](https://www.codacy.com/manual/liannoi/autocomplete?utm_source=github.com&utm_medium=referral&utm_content=liannoi/autocomplete&utm_campaign=Badge_Grade)
[](https://www.codefactor.io/repository/github/liannoi/autocomplete)
[](https://github.com/liannoi/autocomplete/blob/master/LICENSE)
[//]: # (Snapshot of the program)

[//]: # (Short description)
**The first multi-threaded asynchronous project.**
The goal of this project is to implement the functionality of the “F9 key”,
that is, a word hint on the entered letters. This project fulfills its direct
responsibility - not as well as large companies offer, because it searches for
words directly, and not through some special algorithms (which help to increase
the correctness of the proposed words).
[//]: # (Paragraphs)
## System requirements
| Visual Studio | .NET Framework |
|------------------|------------------------|
| 2017 (or higher) | 4.8 |
## Build and Run
Standard steps for solutions with a WPF application. Except that you need to correctly load the dictionary, for this you should do the following:
- build a solution (so that the bin folder appears)
- go to the bin / Debug folder and create the Dictionaries folder
- in the root of the created folder, put the file ru-RU.dat (which is located in the res folder, the archive root folder)
## License
The repository is licensed by [Apache-2.0](https://github.com/liannoi/autocomplete/blob/master/LICENSE).