Languages C / C++ Algorithms  

Natural Language Processing: Sentence Matching Algorithm

download download  
important code information
author:
Gonzales Cenelia
minimum requirements:
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.txt1Kb
Sentence Matching/0b
Sentence Matching/Debug/0b
Sentence Matching/Sentence Matching.dsp5Kb
Sentence Matching/Sentence Matching.dsw1Kb
Sentence Matching/Sentence Matching.ncb49Kb
Sentence Matching/Sentence Matching.opt59Kb
Sentence Matching/Sentence Matching.plg2Kb
Sentence Matching/distance.cpp4Kb
Sentence Matching/distance.h346b
Sentence Matching/matcher.cpp3Kb
Sentence Matching/matcher.h1Kb
Sentence Matching/test.cpp2Kb

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 float, a number in scientific notation or simply an invalid input. To be capable of doing this the program uses ...
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 to first record the time delay between each keyboard hit,those time delays are then saved into an array and later,they ...
Lines Counter (Popularity: ) : Have you ever wanted to count the lines of your code in C or C++ without the commentaries and blank lines,well with this program you can do it. Please feel free to vote or to live some comments,it will be ...
Algebra Solver (Popularity: ) : Solves Algebraic Equations with the Determinant method. Introduces linear algebra which is very helpful in computers
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 databaseù They let you ADD, EDIT, DELETE or PRINT records
Advanced Encryption Standard (Popularity: ) : Implement the advanced encryption standard (AES) in C. Includes certification test from FIPS.
a Binary Search Example (Popularity: ) : The program accepts the name of an input file from the command line. Then it reads strings from the input file into a dynamically allocated array of pointers to char. Prompts the user for a string to search for. After ...
User reviews

Write a review:
1 2 3 4 5 6 7 8 9 10
1=poor 10=excellent
Write review*
Your name*
Email*
  (Comments are moderated, and will not appear on this site until the editor has approved them)
 
Rate me
supported os
stats
downloads 322
version
size in Kb 19
popularity   3077/7913374
user rating 4/10
ad


New Code
Popular Code