Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mrkamel/significance
Calculate significance of cooccurring words
https://github.com/mrkamel/significance
Last synced: 23 days ago
JSON representation
Calculate significance of cooccurring words
- Host: GitHub
- URL: https://github.com/mrkamel/significance
- Owner: mrkamel
- Created: 2012-03-08T10:37:52.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2017-09-26T08:10:33.000Z (about 7 years ago)
- Last Synced: 2024-10-09T16:47:36.164Z (about 1 month ago)
- Language: Ruby
- Homepage:
- Size: 3.91 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Significance
Calculate significance of cooccurring words
Significance.calculate(a, b, k, n)where *a* is equal to the frequency of the first word in the set of documents,
*b* is equal to the frequency of the second word in the set of documents,
*k* is equal to the frequency of the first and second word occurring together in the set of documents
and *n* is equal to the number of documents.