Skip to content
This repository has been archived by the owner on Nov 24, 2020. It is now read-only.
/ autocomplete Public archive

Multithreaded Asynchronous Autocomplete Project

License

Notifications You must be signed in to change notification settings

liannoi/autocomplete

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

36 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Autocomplete

Codacy Badge CodeFactor License

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).

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.