Natural Language Processing: Sentence Matching Algorithm description
This is my own attempt to create a program that can match sentences by using the "edit distance" or "Levenshtein distance",all feedbacks are very welcome! (comments,votes,suggestions...)
File List:
@PSC_ReadMe_9017_3.txt
1Kb
Sentence Matching/
0b
Sentence Matching/Debug/
0b
Sentence Matching/Sentence Matching.dsp
5Kb
Sentence Matching/Sentence Matching.dsw
1Kb
Sentence Matching/Sentence Matching.ncb
49Kb
Sentence Matching/Sentence Matching.opt
59Kb
Sentence Matching/Sentence Matching.plg
2Kb
Sentence Matching/distance.cpp
4Kb
Sentence Matching/distance.h
346b
Sentence Matching/matcher.cpp
3Kb
Sentence Matching/matcher.h
1Kb
Sentence Matching/test.cpp
2Kb
Similar code
A Simple Finite State Machine
(Popularity: ) : This program can determin very accurately the nature of the user input, it detects whether it is an integer, a ... CCITT Cyclic Redundancy Codes (CRC)
(Popularity: ) : Calculate CCITT cyclic redundancy codes (CRC)without clobbering the rocessor's data cache. Both 16 and 32 bit codes are provided. A Keyboard Recorder
(Popularity: ) : The purpose of these program is to simulate a human typist,the way that these program proceed to do this is ... Lines Counter
(Popularity: ) : Have you ever wanted to count the lines of your code in C or C++ without the commentaries and blank ... Two basic programs, one in PowerBasic the other in QB45
(Popularity: ) : Two basic programs, one in PowerBasic the other in QB45, to demonstrate to beginning programmers how to construct a SIMPLE ...