reddalexx
reddalexx
Hi. Text Unit Classifier Suggestions mainly depend on 4 things: - how you marked text units using "class name" and "class value" - which item you choose in "classify by"...
Yes, you are right. F.e. if a user wants to classify by geo entities, class_name could be "Case1", class_values could be "northern" text units with geo entities like Alaska and...
Such errors usually mean that celery doesn't work. possible solution: 1. check that celery works: celery status -A apps 2. restart it if needed: celery multi restart 2 -A apps...
Perhaps it didn't work at 15:35:09 but as I see from celery.log celery works good since that time [2018-02-14 15:35:29,106: INFO/MainProcess] Connected to amqp://contrax1:**@127.0.0.1:5672/contrax1_vhost [2018-02-14 15:35:29,108: INFO/MainProcess] Connected to amqp://contrax1:**@127.0.0.1:5672/contrax1_vhost...
Try to use **localhost** or **127.0.0.1** , i.e. don't use port
It means that uwsgi didn't start properly. If you have installation log we could check it. Either check uwsgi log file /var/log/uwsgi/contrax.log for errors this command will restart uwsgi: sudo...
Firstly you should upload files into system: Main Menu > Tasks > Browse/Upload Documents just create a folder there and upload files The second step is Main Menu > Tasks...
Currently we use docker based approach for application deployment, see https://github.com/LexPredict/lexpredict-contraxsuite/tree/master/docker We had a lot of changes since we used lexpredict-contraxsuite-deploy for deployment last time. I made some important updates...
That means that probably local_setting.py template wasn't transfered into destination folder. go to deploy folder `cd lexpredict-contraxsuite-deploy` activate virtual environment `source ve/bin/activate` run `fab -c local/fabricrc upload_template_and_reload:settings` to apply local...