abbrev_expander

Official

Expand abbreviations to full terms in structured text

Authorcas-bigdatalab
Version1.0.0
Installs0

System Documentation

What problem does it solve?

This Skill simplifies the task of converting abbreviated terms to their full names within structured text files, streamlining data cleaning and normalization processes.

Core Features & Use Cases

  • Expand Abbreviations: Automatically expands abbreviations present in text columns according to an internal dictionary or an external custom dictionary.
  • Selective Column Processing: Allows processing only specific text columns in the input file, making it adaptable for different data formats and needs.
  • Custom Dictionary Support: Integrates with JSON, CSV, or TSV dictionaries for defining additional abbreviation-to-full-name mappings.
  • Keep Abbreviations: Offers the option to retain the original abbreviation after the expanded term for better readability.

Quick Start

Expand abbreviations in 'input.csv' to 'output.csv' while processing all columns using the default dictionary and retaining abbreviations: python scripts/abbrev_expander.py --input_path input.csv --output_path output.csv --keep_abbr

Dependency Matrix

Required Modules

pandas

Components

scripts

💻 Claude Code Installation

Recommended: Let Claude install automatically. Simply copy and paste the text below to Claude Code.

Please help me install this Skill:
Name: abbrev_expander
Download link: https://github.com/cas-bigdatalab/piflow/archive/main.zip#abbrev-expander

Please download this .zip file, extract it, and install it in the .claude/skills/ directory.
View Source Repository

Agent Skills Search Helper

Install a tiny helper to your Agent, search and equip skill from 620,000+ vetted skills library on demand.