Skip to content

C# project that searches for words or similar words from the dictionary.

Notifications You must be signed in to change notification settings

kirdreamer/SearchMachine

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 

Repository files navigation

SearchMachine


C# UI project that searches for current words or words with similar sequence from the dictionary you selected.

The following actions are available:

  1. Selecting dictionaries
  2. Filling search line
  3. Searching for current words or words with similar sequence from the search line in dictionary
  4. Stopping the search
  5. Displaying of found words in real time

Examples

  1. Searching line: 'ca'. All appropriate words: 'cat', 'cable', 'scramble', 'Harmonica' and etc.
  2. Searching line: 'CA'. All appropriate words: 'CAt', 'CAT', 'cCaAtT' and etc.

Example Dictionary

The project has a test dictionary 'words.txt.'

About

C# project that searches for words or similar words from the dictionary.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages