From cdcca48c48eb097f3989780efc79b3def2e89efc Mon Sep 17 00:00:00 2001 From: Jason Date: Sun, 23 Jul 2023 02:11:03 +0800 Subject: [PATCH] update with stream results --- examples/citation_with_extraction/README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/examples/citation_with_extraction/README.md b/examples/citation_with_extraction/README.md index 9e379a2..9b2133f 100644 --- a/examples/citation_with_extraction/README.md +++ b/examples/citation_with_extraction/README.md @@ -38,6 +38,10 @@ curl -X 'POST' \ }' ``` +``` +data: {'body': 'In school, the author went to an arts high school.', 'spans': [(91, 106)], 'citation': ['arts highschool']} +data: {'body': 'In university, the author studied Computational Mathematics and physics.', 'spans': [(135, 172)], 'citation': ['Computational Mathematics and physics']} +``` ## Requirements