This message was deleted.
# general
s
This message was deleted.
s
Can you explain a bit more of the architecture?
l
Sure, we have texts that we run from “raw-text” through various NLP steps to get numeric output. So every stage helps resolve another stage (e.g first spaCy, then entity recognition / linking, sentiment etc etc). At the moment every microservice just consumes the previous stage. In theory this could be done in an append fashion as well, adding keys to the document
Nice thing about the current setup is that using topic + offset you get very good debugging