Skip to content

midas-network/research-clustering

Folders and files

NameName
Last commit message
Last commit date
Nov 13, 2024
Nov 14, 2024
Nov 14, 2024
Nov 14, 2024
Feb 24, 2023
Nov 14, 2024
Jun 21, 2023
Apr 3, 2023
Nov 16, 2024
Nov 16, 2024
Nov 16, 2024
Nov 16, 2024

Repository files navigation

conda create --name topic-counter python=3.9 -y

conda activate topic-counter

conda config --add channels conda-forge

conda install scikit-learn pandas nltk -y

python topic_count.py

To make adjustments to the generated files, edit the variables in the main() function of topic_count.py.

  • do_all: Boolean which controls if you generate the full set of files or just one
  • min_year, max_year: The minimum and maximum year of the date range you are looking at
  • field: The single field you are generating for a non-complete run.
  • ngram_count: The single ngram number you are generating for a non-complete run.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages