2017 © Pedro Peláez
 

library textsimilarity

Inspect text similarity from differents methods

image

offaxis/textsimilarity

Inspect text similarity from differents methods

  • Tuesday, September 26, 2017
  • by OffAxis
  • Repository
  • 0 Watchers
  • 0 Stars
  • 1 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 1 Versions
  • 0 % Grown

The README.md

Text Similarity

Find similarity between 2 texts, short or long, to get average level between 0 and 1 (0 is totally different and 1 is equal), (*1)

  • Inspired from https://github.com/atomescrochus/laravel-string-similarities
  • Adapted for php >= 5.6
  • Used for any framework

Comparasion with differents methods

  • Levenshtein
  • JaroWinkler
  • SmithWatermanGotoh
  • JaccardIndex
  • Php similar_text

Dependencies

  • https://github.com/tdebatty/php-language-processing
  • https://github.com/darkopetreski/textcategorization

The Versions

26/09 2017

dev-master

9999999-dev

Inspect text similarity from differents methods

  Sources   Download

The Requires

 

by Off/Axis