Pinned Loading
-
-
merge_corpus
merge_corpus PublicA lightweight Python tool that recursively merges all `.txt` files from a specified folder (and its subfolders) into a single text file, with a blank line between each file's content.
Jupyter Notebook 1
-
POS_tagger_and_noun_phrase_extracter
POS_tagger_and_noun_phrase_extracter PublicA Python tool that reads raw text, performs POS tagging using NLTK, and extracts noun phrases matching three structural patterns: JJ+NN, JJ+JJ+NN, and RB+JJ+NN, with full support for POS variants (…
Jupyter Notebook 1
-
keyword_comparator
keyword_comparator PublicA Python tool that compares two text files and identifies keywords significantly overrepresented in one file compared to the other, using Log-likelihood (LL) statistics.
Jupyter Notebook 1
-
sentimental_analyzer_at_sentence_level
sentimental_analyzer_at_sentence_level PublicA Python tool that extracts sentences containing user-defined trigger words, performs VADER sentiment analysis, and generates detailed Excel reports with per-trigger summary statistics.
Jupyter Notebook 2
-
USAS_semantic_classifier
USAS_semantic_classifier PublicA Python tool that reads a USAS‑tagged text file, filters out function words and auxiliary tags, and generates a frequency table of semantic categories with example words.
Jupyter Notebook 2
If the problem persists, check the GitHub status page or contact support.