Skip to content
View HowardHart's full-sized avatar
😇
😇
  • Joined Jul 20, 2026

Block or report HowardHart

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Maximum 250 characters. Please don’t include any personal information such as legal names or email addresses. Markdown is supported. This note will only be visible to you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned Loading

  1. Author_Profile Author_Profile Public

    A brief introduction of the author.

    1

  2. merge_corpus merge_corpus Public

    A 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

  3. POS_tagger_and_noun_phrase_extracter POS_tagger_and_noun_phrase_extracter Public

    A 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

  4. keyword_comparator keyword_comparator Public

    A 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

  5. sentimental_analyzer_at_sentence_level sentimental_analyzer_at_sentence_level Public

    A 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

  6. USAS_semantic_classifier USAS_semantic_classifier Public

    A 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