Hi, Thank you for your great paper and implementation code.
I have a document which consist of multiple paragraph, currently we have logic to extract the paragraph and had to classification model for prediction. The disadvantage of this solution is it depends on paragraph logic which is not perfect.
I was thinking if we can build graph using this document split by space then classify every node. Is this possible with your implementation??
Hi, Thank you for your great paper and implementation code. I have a document which consist of multiple paragraph, currently we have logic to extract the paragraph and had to classification model for prediction. The disadvantage of this solution is it depends on paragraph logic which is not perfect.
I was thinking if we can build graph using this document split by space then classify every node. Is this possible with your implementation??
Thank you