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.