Help language development. Donate to The Perl Foundation
Showing 27
results
Geo::Hash
A Raku bindings for libgeohash
MeCab
A Raku bindings for libmecab ( http://taku910.github.io/mecab/ )
Algorithm::NaiveBayes
A Raku Naive Bayes classifier implementation
Algorithm::MinMaxHeap
A Raku implementation of double ended priority queue
Terminal::Readsecret
A perl6 binding of readsecret ( https://github.com/dmeranda/readsecret ) for reading secrets or passwords from a command line secretly (not being displayed)
Algorithm::LDA
A Raku Latent Dirichlet Allocation implementation.
Algorithm::AhoCorasick
A Raku Aho-Corasick dictionary matching algorithm implementation
App::AizuOnlineJudge
A Raku implementation of the unofficial code submitter for Aizu Online Judge( http://judge.u-aizu.ac.jp/onlinejudge/index.jsp ).
Algorithm::Kruskal
a perl6 implementation of Kruskal's Algorithm for constructing a spanning subtree of minimum length
Algorithm::KdTree
a perl6 binding for C implementation of the Kd-Tree Algorithm (https://github.com/jtsiomb/kdtree)
Algorithm::Manacher
a perl6 implementation of the extended Manacher's Algorithm for solving longest palindromic substring(i.e. palindrome) problem
Algorithm::SetUnion
a perl6 implementation for solving the disjoint set union problem (a.k.a. Union-Find Tree)
Text::Sift4
A Perl 6 Sift4 (Super Fast and Accurate string distance algorithm) implementation
App::AizuOnlineJudge
A Raku implementation of the unofficial code submitter for Aizu Online Judge( http://judge.u-aizu.ac.jp/onlinejudge/index.jsp ).
Math::Roman
A roman numerals converter
Algorithm::XGBoost
A Raku bindings for XGBoost ( https://github.com/dmlc/xgboost ).
Random::Choice
A Raku alias method implementation