Skip to content

Latest commit

 

History

History
26 lines (19 loc) · 442 Bytes

README.md

File metadata and controls

26 lines (19 loc) · 442 Bytes

Tesserae v5

This is an update to the Tesserae project to create a stable, modular code base for intertext matching.

Dependencies

  • Python 3.6
  • Linux or Mac OSX
  • CLTK >= 0.1.83
  • NLTK >= 3.2.5
  • pymongo >= 3.6.1
  • numpy >= 1.14

Installation

To install this software, run the following commands:

# Clone the repository
git clone https://github.com/tesserae/tesserae-v5
cd tesserae-v5

# Install with pip
$ pip install .