commit | 2ed7650d79339199d845ac0ffe20147587c29290 | [log] [tgz] |
---|---|---|
author | lora-sp <lora.spassova@swhk.ids-mannheim.de> | Thu Apr 06 18:12:27 2023 +0200 |
committer | lora-sp <lora.spassova@swhk.ids-mannheim.de> | Thu Apr 06 18:12:27 2023 +0200 |
tree | 74e5ab3a40415027d0a08bd5a1bc4fefeab072f2 | |
parent | 4fbd0950591a7748c97061944ec1c0bd7bde7815 [diff] [blame] |
created test Change-Id: Ia47900718c8a37a711fa02b68d700375a49f05ba
diff --git a/bunc2tei.py b/bunc2tei.py index c142567..830e715 100644 --- a/bunc2tei.py +++ b/bunc2tei.py
@@ -36,7 +36,7 @@ data[i] = {} data[i]['title'] = text.get('title') data[i]['url'] = text.get('url') - data[i]['author'] = text.get('author') + data[i]['author'] = text.get('author') data[i]['date'] = text.get('date').split(' ')[0] data[i]['time'] = text.get('date').split(' ')[1]