nogizhopaboroda / erlang_w_shingling

W-shingling algorithm realization in erlang

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

erlang_w_shingling

W-shingling algorithm realization in erlang.

DESCRIPTION:

This module contains functions to compare similarity in texts with W-shingling algorithm.

Information about algorithm: http://en.wikipedia.org/wiki/W-shingling

EXPORTS:
similarity(Text1, Text2, ShingleLength) -> float()

Returns a similarity of two texts with defined shingle length in percents.

similarity(Text1, Text2) -> float()

Same as previous, but with default shingle length.

About

W-shingling algorithm realization in erlang


Languages

Language:Erlang 100.0%