Skip to content
This repository has been archived by the owner on Feb 22, 2020. It is now read-only.

Commit

Permalink
refactor(score_fn): rename score functions
Browse files Browse the repository at this point in the history
  • Loading branch information
hanhxiao committed Sep 4, 2019
1 parent d2d578c commit 6bbfc99
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions gnes/score_fn/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@

_cls2file_map = {
'BaseScoreFn': 'base',
'ScoreCombinedFn': 'base',
'ModifierFn': 'base',
'CombinedScoreFn': 'base',
'ModifierScoreFn': 'base',
'WeightedChunkScoreFn': 'chunk',
'WeightedDocScoreFn': 'doc',
'Normalizer1': 'normalize',
Expand Down

0 comments on commit 6bbfc99

Please sign in to comment.