@hackage eros0.2.1.1

A text censorship library.

  • Installation

  • Dependencies (0)

  • Dependents (0)

Eros

A Haskell library for text censorship, using DansGuardian Phraselists.

I converted those Phraselists to JSON. You can see the converted Phraselists here. There are compressed versions for use in your code.

Eros is still in development, and is not ready to be actually used. If you would like to contribute, please do.

Contributing

If you want to contribute, you'll need ghc and cabal-install

  1. Clone the git repo

    git clone https://github.com/pharpend/eros.git
    
  2. Install in a sandbox

    cd eros
    cabal sandbox init
    cabal install --enable-tests