{
"name": "manuwhat/similar-text",
"type": "library",
"description": "Similar-text - Compare two strings to compute a similarity score",
"keywords": [
"text",
"comparison",
"stem",
"anagram",
"similar",
"acronym",
"abbreviation",
"percentage"
],
"homepage": "https://github.com/manuwhat/similar-text",
"license": "MIT",
"authors": [
{
"name": "Akpé Aurelle Emmanuel Moïse Zinsou",
"email": "leizmo@gmail.com"
}
],
"require-dev": {
"phpunit/phpunit": "^6.5.0"
},
"autoload": {
"psr-4": {
"EZAMA\\": "src/"
}
},
"autoload-dev": {
"psr-4": {
"EZAMA\\Tests\\": "tests/"
}
},
"scripts": {
}
}
|