Skip to content

rdmpage/simstring

 
 

Repository files navigation

SimString

Forked from chokkan/simstring.

SimString is an implementation of a simple and efficient algorithm for approximate string matching. Please refer to http://www.chokkan.org/software/simstring/ for more information about this software.

Building

If you are building from this repository you will need to do the standard things:

  • aclocal
  • autoconf
  • autoheader
  • automake --add-missing
  • ./configure
  • make
  • sudo make install

About

SimString

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 74.2%
  • C 14.7%
  • Perl 2.3%
  • M4 2.2%
  • Python 1.6%
  • Makefile 1.3%
  • Other 3.7%