Skip to content

lamiye19/autocompletion

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 

Repository files navigation

Autocompletion

Table of Contents

  1. General Info
  2. Technologies
  3. Clone Repository
  4. Contribute

General Info

This program displays, for each word of a list of words entered by a distracted Internet user, the word closest to the dictionary and the cost of completion.

The word closest to the dictionary represents the lowest cost word that can be obtained from the user's word that is in the dictionary.

  • Adding or removing a letter has a cost of 2
  • The replacement of a letter or the exchange of two consecutive letters has a cost of 3

Ce programme affiche, pour chaque mot d'une liste de mots entré par un internaute distrait, le mot le plus proche du dictionnaire et le coût de la completion.

Le mot le plus proche du dictionnaire représente le mot de plus faible coût que l'on puisse obtenir à partir du mot de l'internaute qui soit dans le dictionnaire.

  • L'ajout ou la suppression d'une lettre a un coût de 2
  • Le remplacement d'une lettre ou l'echange de deux lettres consecutifs a un coût de 3

Technologies

python

Clone Repository

gh repo clone https://github.com/lamiye19/hackathon-iai

Or

git clone https://github.com/lamiye19/hackathon-iai

Contribute

You can contribute by:

  • Making remarks and suggestions to improve the algorithm
  • Proposing ideas for projects to be carried out together based on this program

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages