diff options
author | Martin Czygan <martin.czygan@gmail.com> | 2020-01-03 13:46:05 +0100 |
---|---|---|
committer | Martin Czygan <martin.czygan@gmail.com> | 2020-01-03 13:46:05 +0100 |
commit | 391565cbbc0ba17ffd8c4f5d88d4dfda8a8b323c (patch) | |
tree | a6f8c2c5dd3244e2bfc8a6035f5c351770ea9975 /python/tests/files/datacite/datacite_result_14.json | |
parent | 61f0bbfbfdaf41be799fa41c88077806ef913188 (diff) | |
download | fatcat-391565cbbc0ba17ffd8c4f5d88d4dfda8a8b323c.tar.gz fatcat-391565cbbc0ba17ffd8c4f5d88d4dfda8a8b323c.zip |
datacite: remove --lang-detect flag
Estimated time for a single call is in the order of 50ms.
Diffstat (limited to 'python/tests/files/datacite/datacite_result_14.json')
-rw-r--r-- | python/tests/files/datacite/datacite_result_14.json | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/python/tests/files/datacite/datacite_result_14.json b/python/tests/files/datacite/datacite_result_14.json index 94ad000a..4521f891 100644 --- a/python/tests/files/datacite/datacite_result_14.json +++ b/python/tests/files/datacite/datacite_result_14.json @@ -104,7 +104,8 @@ "abstracts": [ { "content": "An entry from the Cambridge Structural Database, the world\u2019s repository for small molecule crystal structures. The entry contains experimental data from a crystal diffraction study. The deposited dataset for this entry is freely available from the CCDC and typically includes 3D coordinates, cell parameters, space group, experimental conditions and quality measures.", - "mimetype": "text/plain" + "mimetype": "text/plain", + "lang": "en" } ] -}
\ No newline at end of file +} |