ocaml-trie
trie library
A data structure implementation for efficient approximate string matching and retrieval.
Trie code forked from https://www.lri.fr/~filliatr/software.en.html
9 stars
2 watching
2 forks
Language: OCaml
last commit: almost 7 years ago Related projects:
Repository | Description | Stars |
---|---|---|
brendanlong/ocaml-ooxml | A collection of OCaml libraries for parsing and working with Microsoft Office document formats | 33 |
c-cube/ocaml-containers | A modular standard library extension and string library for OCaml | 492 |
biocaml/biocaml | A high-performance OCaml library for bioinformatics tasks and data analysis. | 123 |
dannywillems/ocaml-cordova-plugin-barcode-scanner | A binding that enables barcode scanning functionality in an OCaml application using the cordova-plugin-barcodescanner plugin | 0 |
yoriyuki/camomile | A Unicode library for OCaml providing character type, string encodings, collation and locale-sensitive case mappings. | 124 |
ocaml-community/biniou | An efficient binary data format for serializing and deserializing structured data | 42 |
janestreet/base | A replacement standard library for OCaml that provides a set of well-tested and portable general-purpose modules. | 868 |
ocaml-community/ocaml-linenoise | OCaml bindings to linenoise for easy high-level readline functionality | 51 |
rleonid/oml | A collection of OCaml functions for mathematical and statistical analysis | 119 |
mirleft/ocaml-nocrypto | An OCaml cryptographic library providing basic encryption and hashing functions | 111 |
backtracking/combine | An OCaml library for solving combinatorial problems using dancing links and other techniques | 35 |
ocaml/ocaml-re | A library for compiling and executing regular expressions in OCaml. | 232 |
backtracking/ocamlgraph | A set of data structures and operations for representing and manipulating graphs in OCaml | 234 |
ck090/ocaml-nn | A monadic implementation of a fully-connected neural network in OCaml with customizable hyperparameters | 5 |
jonlaing/rationale | A Ramda-inspired utility library for ReasonML/OCaml. | 275 |