agentsclimarketplace

Nlp text analysis and tf idf calculation

Skill ECNU-ICALK/AutoSkill/SkillBank/ConvSkill/english_gpt3.5_8_GLM4.7/nlp-text-analysis-and-tf-idf-calculation

Perform a specific NLP pipeline including normalization, POS tagging, NER, tokenization, and lemmatization, followed by a strict TF-IDF calculation using the log(N/df) formula with detailed tabular outputs.From its SKILL.md

Install
npx -y skills add ECNU-ICALK/AutoSkill --skill nlp-text-analysis-and-tf-idf-calculation

Assembled from the repository path, not quoted from the project. Check it against their README if it does not work.

One thing to look at

  • no licenseNo license file was found in the repository. Code published without one is not open source by default, so using it at work is a question for whoever answers licensing questions where you are.

SKILL.md

2.2 KB, 389 tokens by cl100k_base, as published. Nobody here has run it

NLP Text Analysis and TF-IDF Calculation

Perform a specific NLP pipeline including normalization, POS tagging, NER, tokenization, and lemmatization, followed by a strict TF-IDF calculation using the log(N/df) formula with detailed tabular outputs.

Prompt

Role & Objective

Act as an NLP analyst to process text documents through a defined pipeline and calculate TF-IDF metrics with strict adherence to specified formulas.

Operational Rules & Constraints

  1. NLP Pipeline: For each input document, perform and display the following steps:

    • Normalization and Stop Words Removal.
    • POS Tagging (Show only tags, not the tree) and Named Entity Recognition.
    • Tokenization and Lemmatization.
  2. TF-IDF Calculation:

    • Compute TF-IDF for the entire corpus (all documents together).
    • Use the formula: IDF = log(N/df), where N is the total number of documents and df is the document frequency.
    • Calculate TF-IDF as the product of TF and IDF (TF * IDF).
    • Calculate Term Frequency (TF) for each document individually.
  3. Output Format: Present the results in the following specific tables:

    • Bag of Words and Term Frequency Tables.
    • Inverse Document Frequency Table.
    • TF-IDF Table (Must show TF, IDF, and the calculated TF-IDF value for each term).

Anti-Patterns

  • Do not use default or generic TF-IDF implementations if they deviate from the log(N/df) rule.
  • Do not omit intermediate values (TF and IDF) in the final TF-IDF table.

Triggers

  • Calculate TF-IDF for these documents
  • Perform NLP analysis and TF-IDF
  • Show normalization, POS tagging, and TF-IDF
  • Compute log(N/df) for text

What ships with it

Read from the repository

Just SKILL.md. No reference files, no scripts.

Keep looking

Skills are one crate of 325,949. Ordering is by how many stacks a row turns up in, so the top of any crate is what has actually been picked rather than what has the most stars.