corpushashd 0.3.2

D implementation of python corpushash. A library to generate hashed versions of a document corpus, to allow for secure application of text processing algorithms on sensitive documents.


To use this package, run the following command in your project's root directory:

Manual usage
Put the following dependency into your project's dependences section:

corpushashD

D implementation of corpushash python library.

To run the quick example included in main, run

$ dub run

To run the tests run:

$ dub test

CorpushashD includes a wrapper to allow calling the hasher from Python. In order to install the wrapper library you have to build it and install it:

$ python3 setup.py build
$ python3 setup.py install
Authors:
  • Flávio C. Coelho
Dependencies:
pyd
Versions:
0.3.2 2020-Feb-13
~master 2020-Feb-13
Show all 2 versions
Download Stats:
  • 0 downloads today

  • 0 downloads this week

  • 0 downloads this month

  • 5 downloads total

Score:
0.9
Short URL:
corpushashd.dub.pm