We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 748ab32 commit 2d92bc1Copy full SHA for 2d92bc1
README.md
@@ -105,7 +105,7 @@ My assignments for CS50's Introduction to Artificial Intelligence with Python.
105
<tr>
106
<td><a href="./6-language/6b-questions">Questions</a></td>
107
<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>
+ <td>Document ranking by TF-IDF and passges scoring by query term density measure metric</td>
109
<td><a href="https://cs50.harvard.edu/ai/2020/projects/6/questions/">Theory</a></td>
110
</tr>
111
</tbody>
0 commit comments