editdistance
There are 30 repositories under editdistance topic.
kazuhiro4949/EditDistance
Incremental update tool to UITableView and UICollectionView
oist-ncbc/spykesim
Extended edit similarity measurement for high dimensional discrete-time series signal (e.g., multi-unit spike-train).
francescocastelli/torchdistance
Edit-distance PyTorch extension with Cpu and CUDA kernels
soras/genEditDist
Generalized edit distance command line tool
nehamehta2110/Dynamic-Typing-Tutor
In this project, we propose Dynamic Typing Tutor, an individual tutoring system for text entry that detects input stumbles and provides instructions. The different tasks performed by the dynamic typing tutor are:- user profiling, word prediction and word correction
ppml38/shortest_edit_script
Novel algorithm to generate shortest edit script.
canberkakcali/hashtable-spell-checker
Spell Checking and Correcting using a HashTable Implementation and the Edit Distance Algorithm in C
jagonmoy/Dynamic-Programming
This repository is all about various concepts related Dynamic Programming.It also contains solutions to problems from various online judges, organized by topic.
Sanky18/Spell-Checker
Spell Checker using a bottom-up Dynamic programming approach in C++
manzurola/aligner
A parameterizable Damerau Levenshtein aligner in Java.
Amagnum/Lingustic-differences
Levenshtein Algorithm based approach, Levenshtein Algorithm (Edit distance algorithm) is used to find the similarity between two strings.
dbetm/poli-bot
Chat bot simple, como proyecto escolar, para dar información a aspirantes interesados en ingresar a la UPIIZ IPN. Usa el algoritmo edit distance.
kenanmorani/Speech_Signal_Processing_idu
University Course Assignments - Speech Signal Prcessing
Sajid030/ai-autocorrect-system
Tired of spelling errors in your text? Say goodbye to embarrassing mistakes with the AI Autocorrect System, designed to boost the accuracy of your typing! 🎯
siddhantrao23/gedrekt
A Generic approach to Edit Distance
Siddp278/Edge_networks_internship
Internship I had at Edge Networks in summer 2020.
suot/cpiSearchEngine-backend
🔍The backend is constructed by Java, using algorithms of JSoup, InvertedIndex, TST, heapSelect, quickSort, and editDistance
ashish493/spell_checker
WSM Project of spell checker implemented in Python
faisalsyfl/MinEditDistance
Minimum Edit Distance & Levensthein Distance in Java Script
jay10497/Search-Engine
Developed a seach engine using Eclipse IDE, Java, HTML, CSS, and Bootstrap and used HTML to Text using Jsoup, Tokenization, Inverted Index, and Edit Distance to find best result relevant to input
project-nichijou/nichijou.server.database.matcher
🍛 Anime name matcher across database
shre1000/Analysis-of-Algorithm
Solution to CLRS problems
siddharthchatterjee9/Handwritten-Text-Recognition-HCI
Recognition of handwritten and machine characters is an emerging area of research and finds extensive applications everywhere. Our application accepts an image/document in the form of a .png extension and pre-processes the manually written text to neatly segment it into parts. After segmentation, the recognition of simple isolated characters or strokes helps us to translate the human handwritten text to give an output in the form of digital text and audio that reads the text present in the image uploaded
Undersent/TCP_Server
TCP server to talk with bot
lc-rezende/python-edit-distance
Implementation of Levenshtein distance through python editdistance lib to evaluate how distant different terms are.
MAOMislive/Edit_distance_count
This is a problem which is asked to solve in my Data Structure & Algorithm Lab.