You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: doc/whats_new.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,7 +6,7 @@ Terrier 5.10 - 22/8/2024
6
6
7
7
Significant update, adding functionality useful for PyTerrier use cases, and some other small minor improvements.
8
8
9
-
##Retrieval
9
+
##Retrieval
10
10
11
11
* Include RM1 and RM3 query expansion models, originally authored by @ntonellotto, and previously included in the separate [terrier-prf package](https://github.com/terrierteam/terrier-prf). This integration aims to simplify the usage in PyTerrier [#250](https://github.com/terrier-org/terrier-core/pull/250), [#253](https://github.com/terrier-org/terrier-core/pull/253). Thanks to @mam10eks for RM3 improvements.
12
12
* Include previously unreleased doc-vectors module authored by @cmacdonald[#249](https://github.com/terrier-org/terrier-core/pull/249), which allows calculation of additional weighting model features using direct index rather than the inverted index access provided by Fat. For more information, see the relevant [README](https://github.com/terrier-org/terrier-core/blob/5.x/modules/docvectors/README.md). This functionality can be accessed through PyTerrier for the purposes of learning-to-rank pipelines by using `FeaturesBatchRetrieve(..., method='dv')`.
0 commit comments