Classifier functions

firetower.classifier.longest_common_substr(s1, s2)[source]
Args:
s1: str, first string to compare. s2: str, second string to compare.

Influenced by: http://en.wikibooks.org/wiki/Algorithm_implementation/Strings/ Longest_common_substring#Python

Project Versions

Previous topic

Time Series, Event, and Category Models

Next topic

Firetower Client Module

This Page