From 5e33f4f6aa1ded6efa56d2906e0c2666140067aa Mon Sep 17 00:00:00 2001 From: Reza Ardestani <76392391+Reza-Ardestani@users.noreply.github.com> Date: Sat, 6 Jul 2024 15:19:01 -0600 Subject: [PATCH] Update README.md Correct an minor issue for more readability :) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 20cdc41..2830921 100644 --- a/README.md +++ b/README.md @@ -98,7 +98,7 @@ The corpus and optional query JSON files should have the following format: #### (Optional) Chunking Corpus -When preparing your corpus data, you may need to chunk each passage, as longer passage maybe too complex for the OpenIE process. Check `src/data_process/util.py` to chunk your whole corpus if you need. +When preparing your corpus data, you may need to chunk each passage, as longer passage may be too complex for the OpenIE process. Check `src/data_process/util.py` to chunk your whole corpus if you need. ### Integration with LangChain