tirameshu / CS3245

0 stars 0 forks source link

Node class attributes #1

Open tirameshu opened 4 years ago

tirameshu commented 4 years ago

Should have boolean value (1/ 0) on top of docID for all fields to facilitate zone score calculation, so that weight_zone_score just needs to take in the nodes as args..

Not sure if we should just have boolean value for whether the indexed term is in metadata in general, or do we really need to specify which field exactly the term is in.

tirameshu commented 4 years ago

Could imlpement get_weighted_zone in search.py after the class is done implementing!