0.1.1 • Published 6 years ago

script-collate v0.1.1

Weekly downloads
5
License
MIT
Repository
github
Last release
6 years ago

script-collate

Tool for comparing different scripts by unicode input.

Installation

npm i -g script-collate

Usage

You can compare two input strings and the result is between 0 for no equality and 1 for full equality.

  • sc -a ᛖ -b ᛗ: comapare rune Ehwaz (horse) with rune Mannaz (man) => 0.9015614392396469 pretty equal, semantically similar (being).
  • sc -a 馬 -b 男: same comparison as above => 0.8312034670518946 ... also similar
  • ...

License

The MIT License