Structs

A hashment (hashed segment) represents the relevant information of an analyzed segment. We turn segments into hashments in order to perform a time and memory optimized TM and repetition analysis.

Traits

Trait to define custom segmentation rules.

Functions

Hashmenting a section turns it into a vector of analyzable data. Define and inject your own segmentation rules to modify the segmentation behaviour.
Utility function that allows you to hashment a vector of strings at once. Often used in conjunction with extract(). Define and inject your own segmentation rules to modify the segmentation behaviour.