cort icon indicating copy to clipboard operation
cort copied to clipboard

`CoNLLDocument.document_table` is changed in `CoNLLDocument.get_string_representation`

Open MPvHarmelen opened this issue 7 years ago • 0 comments

Because CoNLLDocument.document_table is a (mutable) list of lists, line 531 also changes the original table, because it is not copied in the following line:

https://github.com/smartschat/cort/blob/c637594b57ab9f556a236bd94fb2b6c75ac4e550/cort/core/documents.py#L528

MPvHarmelen avatar May 22 '18 13:05 MPvHarmelen