From dda13413432c092efb80db287ef363fb8f69e03c Mon Sep 17 00:00:00 2001 From: Ayaka Date: Sat, 1 Oct 2022 15:52:29 +0800 Subject: [PATCH] Fix typo in README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 73124a7..cbd3af3 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ This project utilizes the BERT model to perform extractive text summarization on lecture transcripts. The contents of this project include a RESTful API to serve these summaries, and a command line interface for easier interaction. You can -find more about the specs of this service and CLI in our `Documentation` directory.z +find more about the specs of this service and CLI in our `Documentation` directory. Paper: https://arxiv.org/abs/1906.04165