I followed the steps in README. But, it crashed at extracting triplets.
Here is the log:
System check identified no issues (0 silenced).
October 18, 2020 - 05:24:01
Django version 2.2.6, using settings 'kbuilder_django.settings'
Starting ASGI/Channels version 2.3.1 development server at http://127.0.0.1:8000/
Quit the server with CONTROL-C.
10/18/2020 05:24:21 AM [INFO]: HTTP/2 support not enabled (install the http2 and tls Twisted extras)
10/18/2020 05:24:21 AM [INFO]: Configuring endpoint tcp:port=8000:interface=127.0.0.1
10/18/2020 05:24:21 AM [INFO]: Listening on TCP address 127.0.0.1:8000
POST <QueryDict: {'csrfmiddlewaretoken': ['tFfaNAxXxq5DvelUtNPeoPfpybkp9R6wRa9JsfaGzLt6nwqL4e5Z4aFxMxvBSM4K'], 'description': ['Kaggle'], 'file-upload': ['']}>
WebSocket HANDSHAKING / [127.0.0.1:55104]
10/18/2020 05:26:45 AM [INFO]: WebSocket HANDSHAKING / [127.0.0.1:55104]
WebSocket DISCONNECT / [127.0.0.1:55104]
10/18/2020 05:26:49 AM [INFO]: WebSocket DISCONNECT / [127.0.0.1:55104]
did not receive a valid HTTP response
10/18/2020 05:26:59 AM [WARNING]: Application instance <Task pending coro=<SessionMiddlewareInstance.__call__() running at /home/srichakradhar/Documents/Research/OCEL/Knowledge-Base-Builder/lib/python3.6/site-packages/channels/sessions.py:180> wait_for=<Future pending cb=[_chain_future.<locals>._call_check_cancel() at /usr/lib/python3.6/asyncio/futures.py:403, <TaskWakeupMethWrapper object at 0x7fdb2360e468>()]>> for connection <WebSocketProtocol client=['127.0.0.1', 55104] path=b'/'> took too long to shut down and was killed.
10/18/2020 05:27:09 AM [INFO]: Building KB...
10/18/2020 05:27:09 AM [INFO]: Reading file /home/srichakradhar/Documents/Research/OCEL/Knowledge-Base-Builder/kbuilder_django/media/documents/Riiid_AIEd_Challenge_7EJid37.txt
10/18/2020 05:27:09 AM [INFO]: Preprocessing text...
100%|████████████████████████████████████████████| 9/9 [00:00<00:00, 588.11it/s]
10/18/2020 05:27:10 AM [INFO]: Splitting into sentences...
100%|████████████████████████████████████████| 23/23 [00:00<00:00, 50349.16it/s]
prog_bar: 100%|████████████████████████████████| 23/23 [00:00<00:00, 733.72it/s]
10/18/2020 05:27:10 AM [INFO]: Removing char sequences of length < 7
10/18/2020 05:27:10 AM [INFO]: Done and saved.
10/18/2020 05:27:10 AM [INFO]: Extracting triplets...
I followed the steps in README. But, it crashed at extracting triplets.
Here is the log:
Could anyone please guide me on where it went wrong?