Beefy Boxes and Bandwidth Generously Provided by pair Networks
The stupid question is the question not asked
 
PerlMonks  

Re: comparing sentences

by Albannach (Monsignor)
on Oct 29, 2016 at 19:22 UTC ( [id://1174943]=note: print w/replies, xml ) Need Help??


in reply to comparing sentences

Interesting one. I've made good use of Levenshtein distance and variants thereof many times (see Text::Levenshtein), and it will work for sentences as well as it works for words (though you may have some speed issues as the length increases - I don't know how long your text samples are going to be). Off the top of my head I'd think about comparing the current user input to the same length initial substring of the template. A result of 0 means they're exactly copying it, and a result equal to the current string length means they're completely different. Maybe if you could prepare some sample data and your desired output we could get closer to an answer.

--
I'd like to be able to assign to an luser

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://1174943]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others romping around the Monastery: (4)
As of 2024-04-25 14:28 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found