Skip to content

Commit 2c5b3f2

Browse files
Update README
1 parent 2cbc5ef commit 2c5b3f2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Logic/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ Please refer to the docstrings in the `scorer.py` for complete explanation of ea
6666

6767
## 1. Extending [Search](./core/search.py)
6868

69-
In this section, you should implement the `find_scores_with_unigram_model` function in the `Search` class, where it is responsible for finding document scores based on the Unigram Model. You can use the new prototype functions that we have added to [Scorer](./core/scorer.py) to calculate these scores.
69+
In this section, you should implement the `find_scores_with_unigram_model` function in the `Search` class, where it is responsible for finding document scores based on the Unigram Model. You can use the new prototype functions that we have added to [Scorer](./core/utility/scorer.py) to calculate these scores.
7070

7171
## 2. Extending [Scorer](./core/utility/scorer.py)
7272

0 commit comments

Comments
 (0)