Initial repo for search and displace code (written for, rather than the tools used in the processing)
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
Lucian Pricop d01fc073e4 more nix improvements 4 years ago
pkgs more nix improvements 4 years ago
.gitignore added basic NIX scripts 4 years ago
LICENSE Change licence 4 years ago
readme.md more nix improvements 4 years ago

readme.md

Search & Displace

🌀 About

Search and Displace is developing a workflow and toolchain which intends to address the problem of mass search and displacement for document content where the original documents are in a range of forms, including a wide variety of digital document formats, both binary and more modern compressed XML forms, but also encompassing older documents where the only surviving form is printed or even handwritten.

🚀 Installation

First install nix following the instructions on their website at https://nixos.org/nix/manual/#chap-installation

The add search-and-displace channel to your nix environment and update it:

nix-channel --add https://github.com/searchanddisplace/searchanddisplace/raw/master/pkgs/nixexprs.tar.xz
nix-channel --update

You can now install search-and-displace:

nix-env -i search-and-displace

🎢 Usage