Edit Tree Distance
Moderator: General Moderators
Edit Tree Distance
Hi, I'm new in this forum and this is my first participation. My question is quite simple. Is there any implementation in PHP of the tree edit distance algorithm for comparing strings and detecting misspellings? Thanks for your answer 
- RobertGonzalez
- Site Administrator
- Posts: 14293
- Joined: Tue Sep 09, 2003 6:04 pm
- Location: Fremont, CA, USA
As part of the core PHP distribution? Good question. I don't think so. I bet Feyd would know.
Have you googled this yet?
Have you googled this yet?
- Christopher
- Site Administrator
- Posts: 13596
- Joined: Wed Aug 25, 2004 7:54 pm
- Location: New York, NY, US
- dibyendrah
- Forum Contributor
- Posts: 491
- Joined: Wed Oct 19, 2005 5:14 am
- Location: Nepal
- Contact:
Dear kisehi
Try this http://www.phpbuilder.com/manual/en/fun ... shtein.php
Try this http://www.phpbuilder.com/manual/en/fun ... shtein.php
- RobertGonzalez
- Site Administrator
- Posts: 14293
- Joined: Tue Sep 09, 2003 6:04 pm
- Location: Fremont, CA, USA