Skip to content

Commit

Permalink
Fix a typo #99
Browse files Browse the repository at this point in the history
  • Loading branch information
dustalov committed Feb 28, 2024
1 parent 83aaf25 commit 2425ba0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crowdkit/aggregation/texts/rover.py
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ class ROVER(BaseTextsAggregator):
<https://doi.org/10.1109/ASRU.1997.659110>
Examples:
>>> from crowdkit.aggregation import load_dataset
>>> from crowdkit.datasets import load_dataset
>>> from crowdkit.aggregation import ROVER
>>> df, gt = load_dataset('crowdspeech-test-clean')
>>> df['text'] = df['text'].str.lower()
Expand Down

0 comments on commit 2425ba0

Please sign in to comment.