scramblingbalam / Alta_Real

The python back end of a data product that aims to get at the truthiness of Trump's tweets. It uses PyStruct.EdgeFeatureGraphCRF to leverage the tree structure of twitter replies to gage veracity by the amount of support of denial that his tweets elicit.
MIT License
1 stars 0 forks source link

BUG: Edges are created both as documents and in their correct parent thread document #67

Closed scramblingbalam closed 7 years ago

scramblingbalam commented 7 years ago

Looking into the issue further it turned out that independent thread documents where being created in the first pass and the additional edge added to the parent thread in a second pass. This was occuring because a the child threads where reach first in the loop and so there was no parent to attach to.