Created by: litinsky
Changed DeepPavlov configuration handling:
- All DeepPavlov configs moved to
utils/configs; - Following command line parameters added to configs (
server_config.json): 1.app_id(interactmsbot), 2.app_secret(interactmsbot), 3.https(riseapi), 4.key(riseapi), 5.cert(riseapi), 6.token(interactbot); - Added path tools (
deeppavlov/core/common/paths.py): 1. DeepPavlov root path retrival, 2. DeepPavlov configs path management; - Added DeepPavlov command line configuration tools (
deeppavlov.config).