Unary

class matchup.structure.weighting.idf.Unary

Bases: matchup.structure.weighting.idf.IDF

Methods Summary

generate(vocabulary) Model to calculate IDF based in unary weight (1)

Methods Documentation

generate(vocabulary)
Model to calculate IDF based in unary weight (1)
Parameters:vocabulary – structure to generate IDF
Returns:None