Skip to content

Commit be0d3c9

Browse files
author
Niraj Dev Pandey
authored
Update README.md
1 parent 6cdbee9 commit be0d3c9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
Input a text file separated with many paragraphs and ask a question to get relevant passage back based on TF-IDF wights
44
***
5-
#### Following s the details & workflow of the repository
5+
#### Following is the details & workflow of the repository
66
This chatbot work with a text file which has number of passages in it. Most of the work comes in preprocessing this collection to index its candidate utterances using the TFIDF model so we can easily find the utterance that's most similar to what the user has just said. The devision of the passage is based on the blank space between two paragraphs.
77

88
```python

0 commit comments

Comments
 (0)