https://github.com/digitalinteraction/infiauto
Algorithms for approximate string matching
https://github.com/digitalinteraction/infiauto
Last synced: 10 months ago
JSON representation
Algorithms for approximate string matching
- Host: GitHub
- URL: https://github.com/digitalinteraction/infiauto
- Owner: digitalinteraction
- License: lgpl-3.0
- Fork: true (naoyat/infiauto)
- Created: 2012-04-23T10:29:28.000Z (about 14 years ago)
- Default Branch: master
- Last Pushed: 2022-05-17T16:54:03.000Z (about 4 years ago)
- Last Synced: 2025-02-20T16:21:28.495Z (over 1 year ago)
- Language: Java
- Size: 45.9 KB
- Stars: 4
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
infiauto
========
Algorithms for approximate string matching
Forked from http://www.infiauto.com/projects/datastr/
Wrapped as a Maven project for convenience
Building
========
Run
mvn install
to install the library to your local maven repository. Add the following dependency to your project's pom.xml:
com.infiauto
infiauto-datastr
0.3.3
or if you are using SBT:
libraryDependencies += "com.infiauto" %% "infiauto-datastr" % "0.3.3"
Notes
=====
Current Maven build definition (pom.xml) targets Java 8 (for Intake24 compatibility) -- change that in pom.xml if you need to build for older versions.
License
=======
Licensed under the terms of [GNU Lesser General Public License](http://www.gnu.org/licenses/lgpl-3.0.en.html).