Skip to content

Commit

Permalink
Use degraded bm25 feature score.
Browse files Browse the repository at this point in the history
  • Loading branch information
toregge committed Nov 27, 2024
1 parent dccc26d commit 593ef89
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
8 changes: 4 additions & 4 deletions tests/search/featurestability/result4.txt
Original file line number Diff line number Diff line change
Expand Up @@ -193,18 +193,18 @@ attributeMatch(position_exp_zcurve).queryCompleteness#0.0
attributeMatch(position_exp_zcurve).significance#0.0
attributeMatch(position_exp_zcurve).totalWeight#0.0
attributeMatch(position_exp_zcurve).weight#0.0
bm25(string_arr)#0.0
bm25(string_arr)#0.28768207245178085
bm25(string_exp)#0.28768207245178085
bm25(string_wset)#0.0
bm25(url_arr)#0.0
bm25(string_wset)#0.28768207245178085
bm25(url_arr)#0.28768207245178085
bm25(url_arr.fragment)#0.0
bm25(url_arr.host)#0.0
bm25(url_arr.hostname)#0.0
bm25(url_arr.path)#0.0
bm25(url_arr.port)#0.0
bm25(url_arr.query)#0.0
bm25(url_arr.scheme)#0.0
bm25(url_exp)#0.0
bm25(url_exp)#0.28768207245178085
bm25(url_exp.fragment)#0.0
bm25(url_exp.host)#0.0
bm25(url_exp.hostname)#0.0
Expand Down
8 changes: 4 additions & 4 deletions tests/search/featurestability/result5.txt
Original file line number Diff line number Diff line change
Expand Up @@ -193,18 +193,18 @@ attributeMatch(position_exp_zcurve).queryCompleteness#0.0
attributeMatch(position_exp_zcurve).significance#0.0
attributeMatch(position_exp_zcurve).totalWeight#0.0
attributeMatch(position_exp_zcurve).weight#0.0
bm25(string_arr)#0.0
bm25(string_arr)#0.5753641449035617
bm25(string_exp)#0.28768207245178085
bm25(string_wset)#0.0
bm25(url_arr)#0.0
bm25(string_wset)#0.5753641449035617
bm25(url_arr)#0.5753641449035617
bm25(url_arr.fragment)#0.0
bm25(url_arr.host)#0.0
bm25(url_arr.hostname)#0.0
bm25(url_arr.path)#0.0
bm25(url_arr.port)#0.0
bm25(url_arr.query)#0.0
bm25(url_arr.scheme)#0.0
bm25(url_exp)#0.0
bm25(url_exp)#0.5753641449035617
bm25(url_exp.fragment)#0.0
bm25(url_exp.host)#0.0
bm25(url_exp.hostname)#0.0
Expand Down

0 comments on commit 593ef89

Please sign in to comment.