A nilsimsa signature is a statistic of n-gram occurance in a piece of text. It is a 256 bit value usually represented in hex. This module is a wrapper around nilsimsa implementation in C by cmeclax.
A nilsimsa signature is a statistic of n-gram occurance in a piece of text. It is a 256 bit value usually represented in hex. This module is a wrapper around nilsimsa implementation in C by cmeclax.
To install p5.28-digest-nilsimsa, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install p5.28-digest-nilsimsa
To see what files were installed by p5.28-digest-nilsimsa, run:
port contents p5.28-digest-nilsimsa
To later upgrade p5.28-digest-nilsimsa, run:
sudo port selfupdate && sudo port upgrade p5.28-digest-nilsimsa
Reporting an issue on MacPorts Trac
The MacPorts Project uses a system called Trac to file tickets to report bugs and enhancement requests.
Though anyone may search Trac for tickets, you must have a GitHub account in order to login to Trac to create tickets.