Skip to content
This repository has been archived by the owner on Jul 4, 2021. It is now read-only.

Latest commit

 

History

History
8 lines (5 loc) · 353 Bytes

README.MD

File metadata and controls

8 lines (5 loc) · 353 Bytes

Non-standard arguments for Django manage.py:

--disable-nlp disables the entire NLP module when using the runserver command. Note that standard Django commands other than runserver also automatically disables the NLP module.

--sectionizer-only disable all NLP functions except Sectionizer, mostly for testing Sectionizer only.