pattern_clustering

Top-level package for Pattern clustering.

pattern_clustering.boost

Boost C++ functions wrapper.

pattern_clustering.cli

Console script for pattern_clustering.

pattern_clustering.html

Functions used for the HTML rendering

pattern_clustering.language_density(g[, ...])

Computes the language density of an Automaton for a given alphabet.

pattern_clustering.multi_grep(w, map_name_dfa)

Searches sub-strings of a string matched by multiple patterns.

pattern_clustering.pattern_automaton

A PatternAutomaton represents a string at the pattern level.

pattern_clustering.pattern_clustering(arg1, ...)

C++ signature :

pattern_clustering.regexp

Functions used to craft automata from regular expressions.