Skip to content

Latest commit

 

History

History
15 lines (9 loc) · 618 Bytes

README.md

File metadata and controls

15 lines (9 loc) · 618 Bytes

ExtractionHighlighter

Library for highlighting how text matter has been extracted. Some sample output is available here

Dependencies

Install the python dependencies with: pip install -r requirements.txt

Unit tests

  • Run the unit test suite with: coverage3 run -m unittest discover -v
  • View the unit test coverage with: coverage report

Live view of Jupyter Notebook here

Track the Kanban for this project here