Text processing
Algorithms for processing of text data.
Last updated
Was this helpful?
Algorithms for processing of text data.
Last updated
Was this helpful?
Import alias 'ads-js/text-processing'
- implementation of an algorithm which computes the longest common between two given character sequences.
- pattern-matching algorithm with pattern preprocessing and skips along portions of the text. Works better on longer alphabet sets.
- pattern-matching algorithm with pattern preprocessing and linear runtime performance. Works better on shorter patterns.