UAlbertaALTLab / morphodict

Plains Cree Intelligent Dictionary
https://itwewina.altlab.app/
Apache License 2.0
22 stars 12 forks source link

Search weighting #1101

Closed nienna73 closed 2 years ago

nienna73 commented 2 years ago

I made sure everything was normalized correctly so I could then use whole numbers as the coefficients in the ranking algorithm.

codecov-commenter commented 2 years ago

Codecov Report

Merging #1101 (63328f3) into main (2546c2d) will decrease coverage by 0.07%. The diff coverage is 100.00%.

@@            Coverage Diff             @@
##             main    #1101      +/-   ##
==========================================
- Coverage   77.48%   77.41%   -0.08%     
==========================================
  Files         154      154              
  Lines        5704     5689      -15     
  Branches      921      915       -6     
==========================================
- Hits         4420     4404      -16     
  Misses       1144     1144              
- Partials      140      141       +1     
Impacted Files Coverage Δ
src/CreeDictionary/API/search/ranking.py 68.42% <ø> (ø)
src/CreeDictionary/API/search/glossary_count.py 95.23% <100.00%> (-1.06%) :arrow_down:
src/CreeDictionary/API/search/lemma_freq.py 95.00% <100.00%> (-1.00%) :arrow_down:
src/morphodict/lexicon/models.py 96.58% <100.00%> (-0.12%) :arrow_down:
src/CreeDictionary/CreeDictionary/views.py 62.14% <0.00%> (-0.57%) :arrow_down:

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 2546c2d...63328f3. Read the comment docs.