Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

evaluate pair count formula #10

Open
francesco-mollica opened this issue Jan 21, 2022 · 0 comments
Open

evaluate pair count formula #10

francesco-mollica opened this issue Jan 21, 2022 · 0 comments

Comments

@francesco-mollica
Copy link

def evaluate_pair_count(self, window_size):
return self.sentence_length * (2 * window_size - 1) - (
self.sentence_count - 1) * (1 + window_size) * window_size

where does this formula come from? Is it correct?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant