sentino

An Sentence Compare Util. With Sentino you can match strings and get an value how much identical words are included.

Sentino is used by HanseHype to automap categories from differente XML Source

How to use

sentino = Sentino::Word.new("This is an example sentence")
sentino.match("this is an other sentence") # => 0.8

TODO

Contributing to sentino

Copyright © 2016 Ferhat Ziba. See LICENSE.txt for further details.