Skip to content

lecs/stringmatching

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

stringmatching

A collection of string matching related algorithms implemented in Clojure.

Usage

The algorithms should be usable for offline string matching, hence one should be able to use the created data structures similar to indeces for lookups.

Typically this involves a step that creates the 'index' data structure used for lookups, and one where other strings are queried against this index.

Implemented algorithms

License

Copyright © 2013 Alecs Geuder

Distributed under the Eclipse Public License either version 1.0.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published