Skip to content

Extracts the historic word occurrence of a search term in academic papers

Notifications You must be signed in to change notification settings

dunovank/academic-keyword-occurrence

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Historic word occurrence in academic papers

Summary

This script extracts the historic word occurrence of a search term in academic papers (from Google Scholar). It allows for spotting trends in research and analyzing the relevance of a topic over time.

Usage

python extract_occurrences.py '<keyword>' <start date> <end date>

This command lists the number of publications for every year using this keyword. The script just searches for articles and excludes patents and citations.

Example

  • Search term: 'bitcoin'
  • Desired time span: 2000 to 2015
  • Command: python term_frequency.py 'bitcoin' 2000 2015
  • Output: out.csv, with the following contents:
year results
... ...
2011 141
2012 292
2013 889
2014 2370
2015 2580

bitcoin chart

About

Extracts the historic word occurrence of a search term in academic papers

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%