351
N.A.N.Y. 2019 / Re: NANY 2019 - StringSimilarity - Release
« on: November 11, 2018, 05:20 AM »
(Reserved for future use)
This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.
Application Name | StringSimilarity |
Version | 1.3.0.0 |
Short Description | Compare 2 strings/texts giving a distance/proximity score using several algorithms |
Supported OSes | Windows 7 or newer (.NET 4.5 or newer required) |
Web Page | StringSimilarity page |
Download Location | StringSimilarity page |
System Requirements |
|
Version History |
|
Author | Link to Ath's Profile page |
Algorithm | Source |
Jaro-Winkler | Ronnie Overby's Jaro-Winkler |
Damerau-Levenshtein | Wicked Shimmy's Damerau Levenshtein |
F23 Sorensen-dice coefficient | Feature 23's StringSimilarity.NET library |
F23 Cosine similarity | (see above) |
F23 Jaccard index | (see above) |
F23 Normalized Levenshtein | (see above) |
two bigger text boxes where i can enter/paste multiple lines of text-KodeZwerg (October 25, 2018, 04:18 AM)
add option to check two filesI'll put that on the TODO list for the NANY release.-KodeZwerg (October 25, 2018, 04:18 AM)
I will probably re-install SC to see what happens then.That's not going to help if the OS is causing the issue...-phillie08 (October 23, 2018, 07:07 AM)
Regarding running programs via a script/batch file, an alternative would be to run LBC via batch/script that checks the architecture of the OS and sets an environment variable with the appropriate path for the architecture.Well, as the OP already stated, Windows does a fine job there, it's only 'problematic' when x86 apps are used on an x64 OS where there is also an x64 version of that same app available and in use, and configs should be shared.
Then preface those executables that can be either 32 or 64 bit with that variable rather than %programfiles%.-4wd (October 22, 2018, 05:03 PM)
If it helps, i could show with Delphi Code what i like to have implemented, ...I hope I didn't give you the impression I'd be working on this, as I'm not. I don't (like to) do Javascript development...-KodeZwerg (October 07, 2018, 12:11 PM)
due small size i wonder how you calculate legitime words and wich languages will it support..NET can result in very small .exe files, as most of the code is in the framework, as opposed to Delphi, C++, etc., where all runtime stuff is (usually) linked into the .exe-KodeZwerg (September 30, 2018, 03:24 PM)