-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathREADME.txt
21 lines (16 loc) · 963 Bytes
/
README.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
**This is an open-source program created by students of Computer Science and Engineering of Chandigarh University consisting of four members. Each module of this program has been built by different members of this group. Edit Distance and Steps-of-Conversion by Danish Shakeel, Matching by Karan Arora, and Entity Extraction by Bhargav Sharma and Priyanshu Jain. Supervision, compilation, adaptation and debugging by Danish Shakeel.**
Email:karanxa007@gmail.com
GitHub:www.github.com/Karanxa
Uses:
->Finding Levenshtein Distance
->Find steps to convert one step into another
->Text prediction algorithm and demo code
->Find words in a text file
Made with GCC on Linux and Windows machine.
Suggested Reading:
1. Levenshtein Distance
2. BK-Tree
3. SymSpell
#You can find algorithm for steps, word extraction from the main.c file.
#Algorithm for BK-Tree and Levenshtein is in matchedit.c file in "include".
#Dictionary of english words can be found in "files".