Closed kpu closed 5 years ago
Does LadderXMLfile parse lazily or is this going to load the entire XML into RAM?
https://github.com/paracrawl/Domain_Adaptation/blob/cf06a0e0bb7257d4747fe3d08bac96dbac8a4c5f/P3_DD_Extract.py#L51
Updated to stream.
The issue can be closed when the master branch is fixed.
issue has been solved on ExtractMatchedDomainData.py
Does LadderXMLfile parse lazily or is this going to load the entire XML into RAM?
https://github.com/paracrawl/Domain_Adaptation/blob/cf06a0e0bb7257d4747fe3d08bac96dbac8a4c5f/P3_DD_Extract.py#L51