You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Exact n-gram counting is too expensive in terms of storage: a few 10s of 1000s of articles take GBs of storage and we need to process millions. I think we can work around this by using two count-min sketches, one for tf and one for df.
The text was updated successfully, but these errors were encountered:
Exact n-gram counting is too expensive in terms of storage: a few 10s of 1000s of articles take GBs of storage and we need to process millions. I think we can work around this by using two count-min sketches, one for tf and one for df.
The text was updated successfully, but these errors were encountered: