https://github.com/heardacat/significant-distinct-n-gram
Implementation for finding distinct and significant n grams
https://github.com/heardacat/significant-distinct-n-gram
Last synced: 3 months ago
JSON representation
Implementation for finding distinct and significant n grams
- Host: GitHub
- URL: https://github.com/heardacat/significant-distinct-n-gram
- Owner: HeardACat
- Created: 2021-07-23T09:49:04.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2021-07-23T11:21:54.000Z (almost 4 years ago)
- Last Synced: 2025-01-31T17:20:05.238Z (5 months ago)
- Language: Python
- Size: 2.93 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Significant and Distinctive n-Grams
Implementation for finding "Significant and Distinctive n-Grams": https://ascopubs.org/doi/full/10.1200/CCI.19.00012
I have no idea why/how I came across this paper, but thought it would be a fun mini programming exercise....