Rust tool to index the English corpus

root

old-english

This is a library (and command-line tool) meant to index every word in Old English.

Installation

Install cargo. Then:

 $ cargo install english-corpus

Use

First, create an index for your corpus with

english-corpus --index

Then search it with

english-corpus word

Getting Data

Install just, then type the following into a terminal:

 $ just corpus

Note that this data is not under the BSD3 license, and it may only be used for non-commercial purposes.