Skip to content

Commit 2d92bc1

Browse files
committed
s
1 parent 748ab32 commit 2d92bc1

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
@@ -105,7 +105,7 @@ My assignments for CS50's Introduction to Artificial Intelligence with Python.
105105
<tr>
106106
<td><a href="./6-language/6b-questions">Questions</a></td>
107107
<td>Perform Question Answering (QA) with document retrieval and passage retrieval tasks</td>
108-
<td>Most relevant documents/passages are determined by tf-idf to rank documents and query term density measure metric for scoring passages</td>
108+
<td>Document ranking by TF-IDF and passges scoring by query term density measure metric</td>
109109
<td><a href="https://cs50.harvard.edu/ai/2020/projects/6/questions/">Theory</a></td>
110110
</tr>
111111
</tbody>

0 commit comments

Comments
 (0)